From 2058e0686e98605852c3615fafee2d32a0c2d608 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Sat, 12 May 2018 10:50:33 -0700 Subject: [PATCH] Add support for an InterpreterDirective AST node. --- .../test/fixtures/parse/output.json | 1 + .../babel-generator/src/generators/base.js | 10 ++++ .../fixtures/types/HashbangLiteral/input.js | 5 ++ .../fixtures/types/HashbangLiteral/output.js | 4 ++ packages/babel-parser/src/parser/index.js | 9 --- packages/babel-parser/src/parser/statement.js | 13 +++++ packages/babel-parser/src/tokenizer/index.js | 30 ++++++++++ packages/babel-parser/src/tokenizer/types.js | 3 + packages/babel-parser/src/types.js | 6 ++ .../basic/block-trailing-comment/output.json | 1 + .../comment-within-condition/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../basic/function-trailing-comma/output.json | 1 + .../output.json | 1 + .../comments/basic/shebang-import/output.json | 56 ++++++------------- .../comments/basic/shebang-object/output.json | 56 ++++++------------- .../surrounding-call-comments/output.json | 1 + .../surrounding-debugger-comments/output.json | 1 + .../surrounding-return-comments/output.json | 1 + .../surrounding-throw-comments/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../switch-fallthrough-comment/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../switch-no-default-comment/output.json | 1 + .../core/categorized/01-regex/output.json | 1 + .../core/categorized/02-regex/output.json | 1 + .../core/categorized/03-regex/output.json | 1 + .../core/categorized/04-regex/output.json | 1 + .../core/categorized/05-regex/output.json | 1 + .../core/categorized/06-regex/output.json | 1 + .../core/categorized/07-regex/output.json | 1 + .../filename-specified/output.json | 1 + .../identifier-name-loc/output.json | 1 + .../categorized/label-kind-switch/output.json | 1 + .../categorized/not-directive/output.json | 1 + .../categorized/regex-after-block/output.json | 1 + .../startline-specified/output.json | 1 + .../core/opts/ranges-false/output.json | 1 + .../core/opts/ranges-true/output.json | 1 + .../core/opts/tokens-false/output.json | 1 + .../core/opts/tokens-true/output.json | 1 + .../fixtures/core/regression/2591/output.json | 1 + .../commonjs/output.json | 1 + .../sourcetype-unambiguous/flow/output.json | 1 + .../import-meta/output.json | 1 + .../module-export-all/output.json | 1 + .../module-export-default/output.json | 1 + .../module-export-named/output.json | 1 + .../module-import/output.json | 1 + .../fixtures/core/uncategorised/1/output.json | 1 + .../core/uncategorised/10/output.json | 1 + .../core/uncategorised/100/output.json | 1 + .../core/uncategorised/101/output.json | 1 + .../core/uncategorised/102/output.json | 1 + .../core/uncategorised/103/output.json | 1 + .../core/uncategorised/104/output.json | 1 + .../core/uncategorised/105/output.json | 1 + .../core/uncategorised/106/output.json | 1 + .../core/uncategorised/107/output.json | 1 + .../core/uncategorised/109/output.json | 1 + .../core/uncategorised/11/output.json | 1 + .../core/uncategorised/110/output.json | 1 + .../core/uncategorised/111/output.json | 1 + .../core/uncategorised/112/output.json | 1 + .../core/uncategorised/113/output.json | 1 + .../core/uncategorised/114/output.json | 1 + .../core/uncategorised/115/output.json | 1 + .../core/uncategorised/116/output.json | 1 + .../core/uncategorised/117/output.json | 1 + .../core/uncategorised/118/output.json | 1 + .../core/uncategorised/119/output.json | 1 + .../core/uncategorised/12/output.json | 1 + .../core/uncategorised/120/output.json | 1 + .../core/uncategorised/121/output.json | 1 + .../core/uncategorised/122/output.json | 1 + .../core/uncategorised/123/output.json | 1 + .../core/uncategorised/124/output.json | 1 + .../core/uncategorised/125/output.json | 1 + .../core/uncategorised/126/output.json | 1 + .../core/uncategorised/127/output.json | 1 + .../core/uncategorised/128/output.json | 1 + .../core/uncategorised/129/output.json | 1 + .../core/uncategorised/13/output.json | 1 + .../core/uncategorised/130/output.json | 1 + .../core/uncategorised/131/output.json | 1 + .../core/uncategorised/132/output.json | 1 + .../core/uncategorised/133/output.json | 1 + .../core/uncategorised/134/output.json | 1 + .../core/uncategorised/135/output.json | 1 + .../core/uncategorised/136/output.json | 1 + .../core/uncategorised/137/output.json | 1 + .../core/uncategorised/138/output.json | 1 + .../core/uncategorised/139/output.json | 1 + .../core/uncategorised/14/output.json | 1 + .../core/uncategorised/140/output.json | 1 + .../core/uncategorised/141/output.json | 1 + .../core/uncategorised/142/output.json | 1 + .../core/uncategorised/143/output.json | 1 + .../core/uncategorised/144/output.json | 1 + .../core/uncategorised/145/output.json | 1 + .../core/uncategorised/146/output.json | 1 + .../core/uncategorised/147/output.json | 1 + .../core/uncategorised/148/output.json | 1 + .../core/uncategorised/149/output.json | 1 + .../core/uncategorised/15/output.json | 1 + .../core/uncategorised/150/output.json | 1 + .../core/uncategorised/151/output.json | 1 + .../core/uncategorised/152/output.json | 1 + .../core/uncategorised/153/output.json | 1 + .../core/uncategorised/154/output.json | 1 + .../core/uncategorised/155/output.json | 1 + .../core/uncategorised/156/output.json | 1 + .../core/uncategorised/157/output.json | 1 + .../core/uncategorised/158/output.json | 1 + .../core/uncategorised/159/output.json | 1 + .../core/uncategorised/16/output.json | 1 + .../core/uncategorised/160/output.json | 1 + .../core/uncategorised/161/output.json | 1 + .../core/uncategorised/162/output.json | 1 + .../core/uncategorised/163/output.json | 1 + .../core/uncategorised/164/output.json | 1 + .../core/uncategorised/165/output.json | 1 + .../core/uncategorised/166/output.json | 1 + .../core/uncategorised/167/output.json | 1 + .../core/uncategorised/168/output.json | 1 + .../core/uncategorised/169/output.json | 1 + .../core/uncategorised/17/output.json | 1 + .../core/uncategorised/170/output.json | 1 + .../core/uncategorised/171/output.json | 1 + .../core/uncategorised/172/output.json | 1 + .../core/uncategorised/173/output.json | 1 + .../core/uncategorised/174/output.json | 1 + .../core/uncategorised/175/output.json | 1 + .../core/uncategorised/176/output.json | 1 + .../core/uncategorised/177/output.json | 1 + .../core/uncategorised/178/output.json | 1 + .../core/uncategorised/179/output.json | 1 + .../core/uncategorised/18/output.json | 1 + .../core/uncategorised/180/output.json | 1 + .../core/uncategorised/181/output.json | 1 + .../core/uncategorised/182/output.json | 1 + .../core/uncategorised/183/output.json | 1 + .../core/uncategorised/184/output.json | 1 + .../core/uncategorised/185/output.json | 1 + .../core/uncategorised/186/output.json | 1 + .../core/uncategorised/187/output.json | 1 + .../core/uncategorised/188/output.json | 1 + .../core/uncategorised/189/output.json | 1 + .../core/uncategorised/19/output.json | 1 + .../core/uncategorised/190/output.json | 1 + .../core/uncategorised/191/output.json | 1 + .../core/uncategorised/192/output.json | 1 + .../core/uncategorised/193/output.json | 1 + .../core/uncategorised/194/output.json | 1 + .../core/uncategorised/195/output.json | 1 + .../core/uncategorised/196/output.json | 1 + .../core/uncategorised/197/output.json | 1 + .../core/uncategorised/198/output.json | 1 + .../core/uncategorised/199/output.json | 1 + .../fixtures/core/uncategorised/2/output.json | 1 + .../core/uncategorised/20/output.json | 1 + .../core/uncategorised/200/output.json | 1 + .../core/uncategorised/201/output.json | 1 + .../core/uncategorised/202/output.json | 1 + .../core/uncategorised/203/output.json | 1 + .../core/uncategorised/204/output.json | 1 + .../core/uncategorised/205/output.json | 1 + .../core/uncategorised/206/output.json | 1 + .../core/uncategorised/207/output.json | 1 + .../core/uncategorised/208/output.json | 1 + .../core/uncategorised/209/output.json | 1 + .../core/uncategorised/21/output.json | 1 + .../core/uncategorised/210/output.json | 1 + .../core/uncategorised/211/output.json | 1 + .../core/uncategorised/212/output.json | 1 + .../core/uncategorised/213/output.json | 1 + .../core/uncategorised/214/output.json | 1 + .../core/uncategorised/215/output.json | 1 + .../core/uncategorised/216/output.json | 1 + .../core/uncategorised/217/output.json | 1 + .../core/uncategorised/218/output.json | 1 + .../core/uncategorised/219/output.json | 1 + .../core/uncategorised/22/output.json | 1 + .../core/uncategorised/220/output.json | 1 + .../core/uncategorised/221/output.json | 1 + .../core/uncategorised/222/output.json | 1 + .../core/uncategorised/223/output.json | 1 + .../core/uncategorised/224/output.json | 1 + .../core/uncategorised/225/output.json | 1 + .../core/uncategorised/226/output.json | 1 + .../core/uncategorised/227/output.json | 1 + .../core/uncategorised/228/output.json | 1 + .../core/uncategorised/229/output.json | 1 + .../core/uncategorised/23/output.json | 1 + .../core/uncategorised/230/output.json | 1 + .../core/uncategorised/231/output.json | 1 + .../core/uncategorised/232/output.json | 1 + .../core/uncategorised/233/output.json | 1 + .../core/uncategorised/234/output.json | 1 + .../core/uncategorised/235/output.json | 1 + .../core/uncategorised/236/output.json | 1 + .../core/uncategorised/237/output.json | 1 + .../core/uncategorised/238/output.json | 1 + .../core/uncategorised/239/output.json | 1 + .../core/uncategorised/24/output.json | 1 + .../core/uncategorised/240/output.json | 1 + .../core/uncategorised/241/output.json | 1 + .../core/uncategorised/242/output.json | 1 + .../core/uncategorised/243/output.json | 1 + .../core/uncategorised/244/output.json | 1 + .../core/uncategorised/245/output.json | 1 + .../core/uncategorised/246/output.json | 1 + .../core/uncategorised/247/output.json | 1 + .../core/uncategorised/25/output.json | 1 + .../core/uncategorised/250/output.json | 1 + .../core/uncategorised/251/output.json | 1 + .../core/uncategorised/252/output.json | 1 + .../core/uncategorised/253/output.json | 1 + .../core/uncategorised/254/output.json | 1 + .../core/uncategorised/255/output.json | 1 + .../core/uncategorised/256/output.json | 1 + .../core/uncategorised/257/output.json | 1 + .../core/uncategorised/258/output.json | 1 + .../core/uncategorised/259/output.json | 1 + .../core/uncategorised/26/output.json | 1 + .../core/uncategorised/260/output.json | 1 + .../core/uncategorised/261/output.json | 1 + .../core/uncategorised/262/output.json | 1 + .../core/uncategorised/263/output.json | 1 + .../core/uncategorised/264/output.json | 1 + .../core/uncategorised/265/output.json | 1 + .../core/uncategorised/266/output.json | 1 + .../core/uncategorised/267/output.json | 1 + .../core/uncategorised/268/output.json | 1 + .../core/uncategorised/269/output.json | 1 + .../core/uncategorised/27/output.json | 1 + .../core/uncategorised/270/output.json | 1 + .../core/uncategorised/271/output.json | 1 + .../core/uncategorised/272/output.json | 1 + .../core/uncategorised/273/output.json | 1 + .../core/uncategorised/274/output.json | 1 + .../core/uncategorised/275/output.json | 1 + .../core/uncategorised/276/output.json | 1 + .../core/uncategorised/277/output.json | 1 + .../core/uncategorised/278/output.json | 1 + .../core/uncategorised/279/output.json | 1 + .../core/uncategorised/28/output.json | 1 + .../core/uncategorised/280/output.json | 1 + .../core/uncategorised/281/output.json | 1 + .../core/uncategorised/282/output.json | 1 + .../core/uncategorised/283/output.json | 1 + .../core/uncategorised/284/output.json | 1 + .../core/uncategorised/285/output.json | 1 + .../core/uncategorised/286/output.json | 1 + .../core/uncategorised/287/output.json | 1 + .../core/uncategorised/288/output.json | 1 + .../core/uncategorised/289/output.json | 1 + .../core/uncategorised/29/output.json | 1 + .../core/uncategorised/290/output.json | 1 + .../core/uncategorised/291/output.json | 1 + .../core/uncategorised/292/output.json | 1 + .../core/uncategorised/293/output.json | 1 + .../core/uncategorised/294/output.json | 1 + .../core/uncategorised/295/output.json | 1 + .../core/uncategorised/296/output.json | 1 + .../core/uncategorised/297/output.json | 1 + .../core/uncategorised/298/output.json | 1 + .../core/uncategorised/299/output.json | 1 + .../fixtures/core/uncategorised/3/output.json | 1 + .../core/uncategorised/30/output.json | 1 + .../core/uncategorised/300/output.json | 1 + .../core/uncategorised/301/output.json | 1 + .../core/uncategorised/302/output.json | 1 + .../core/uncategorised/303/output.json | 1 + .../core/uncategorised/304/output.json | 1 + .../core/uncategorised/305/output.json | 1 + .../core/uncategorised/306/output.json | 1 + .../core/uncategorised/307/output.json | 1 + .../core/uncategorised/308/output.json | 1 + .../core/uncategorised/309/output.json | 1 + .../core/uncategorised/31/output.json | 1 + .../core/uncategorised/310/output.json | 1 + .../core/uncategorised/311/output.json | 1 + .../core/uncategorised/312/output.json | 1 + .../core/uncategorised/313/output.json | 1 + .../core/uncategorised/314/output.json | 1 + .../core/uncategorised/315/output.json | 1 + .../core/uncategorised/316/output.json | 1 + .../core/uncategorised/317/output.json | 1 + .../core/uncategorised/318/output.json | 1 + .../core/uncategorised/319/output.json | 1 + .../core/uncategorised/32/output.json | 1 + .../core/uncategorised/320/output.json | 1 + .../core/uncategorised/321/output.json | 1 + .../core/uncategorised/322/output.json | 1 + .../core/uncategorised/323/output.json | 1 + .../core/uncategorised/324/output.json | 1 + .../core/uncategorised/325/output.json | 1 + .../core/uncategorised/326/output.json | 1 + .../core/uncategorised/327/output.json | 1 + .../core/uncategorised/328/output.json | 1 + .../core/uncategorised/329/output.json | 1 + .../core/uncategorised/33/output.json | 1 + .../core/uncategorised/330/output.json | 1 + .../core/uncategorised/331/output.json | 1 + .../core/uncategorised/332/output.json | 1 + .../core/uncategorised/333/output.json | 1 + .../core/uncategorised/334/output.json | 1 + .../core/uncategorised/335/output.json | 1 + .../core/uncategorised/336/output.json | 1 + .../core/uncategorised/337/output.json | 1 + .../core/uncategorised/338/output.json | 1 + .../core/uncategorised/339/output.json | 1 + .../core/uncategorised/34/output.json | 1 + .../core/uncategorised/340/output.json | 1 + .../core/uncategorised/341/output.json | 1 + .../core/uncategorised/342/output.json | 1 + .../core/uncategorised/343/output.json | 1 + .../core/uncategorised/344/output.json | 1 + .../core/uncategorised/35/output.json | 1 + .../core/uncategorised/355/output.json | 1 + .../core/uncategorised/356/output.json | 1 + .../core/uncategorised/36/output.json | 1 + .../core/uncategorised/37/output.json | 1 + .../core/uncategorised/38/output.json | 1 + .../core/uncategorised/39/output.json | 1 + .../fixtures/core/uncategorised/4/output.json | 1 + .../core/uncategorised/40/output.json | 1 + .../core/uncategorised/41/output.json | 1 + .../core/uncategorised/42/output.json | 1 + .../core/uncategorised/43/output.json | 1 + .../core/uncategorised/44/output.json | 1 + .../core/uncategorised/45/output.json | 1 + .../core/uncategorised/46/output.json | 1 + .../core/uncategorised/47/output.json | 1 + .../core/uncategorised/48/output.json | 1 + .../core/uncategorised/49/output.json | 1 + .../fixtures/core/uncategorised/5/output.json | 1 + .../core/uncategorised/50/output.json | 1 + .../core/uncategorised/51/output.json | 1 + .../core/uncategorised/52/output.json | 1 + .../core/uncategorised/525/output.json | 1 + .../core/uncategorised/526/output.json | 1 + .../core/uncategorised/527/output.json | 1 + .../core/uncategorised/528/output.json | 1 + .../core/uncategorised/529/output.json | 1 + .../core/uncategorised/53/output.json | 1 + .../core/uncategorised/530/output.json | 1 + .../core/uncategorised/531/output.json | 1 + .../core/uncategorised/532/output.json | 1 + .../core/uncategorised/533/output.json | 1 + .../core/uncategorised/534/output.json | 1 + .../core/uncategorised/535/output.json | 1 + .../core/uncategorised/537/output.json | 1 + .../core/uncategorised/538/output.json | 1 + .../core/uncategorised/539/output.json | 1 + .../core/uncategorised/54/output.json | 1 + .../core/uncategorised/540/output.json | 1 + .../core/uncategorised/541/output.json | 1 + .../core/uncategorised/542/output.json | 1 + .../core/uncategorised/543/output.json | 1 + .../core/uncategorised/546/output.json | 1 + .../core/uncategorised/549/output.json | 1 + .../core/uncategorised/55/output.json | 1 + .../core/uncategorised/551/output.json | 1 + .../core/uncategorised/553/output.json | 1 + .../core/uncategorised/56/output.json | 1 + .../core/uncategorised/57/output.json | 1 + .../core/uncategorised/58/output.json | 1 + .../core/uncategorised/59/output.json | 1 + .../fixtures/core/uncategorised/6/output.json | 1 + .../core/uncategorised/60/output.json | 1 + .../core/uncategorised/61/output.json | 1 + .../core/uncategorised/62/output.json | 1 + .../core/uncategorised/63/output.json | 1 + .../core/uncategorised/64/output.json | 1 + .../core/uncategorised/65/output.json | 1 + .../core/uncategorised/66/output.json | 1 + .../core/uncategorised/67/output.json | 1 + .../core/uncategorised/68/output.json | 1 + .../core/uncategorised/69/output.json | 1 + .../fixtures/core/uncategorised/7/output.json | 1 + .../core/uncategorised/70/output.json | 1 + .../core/uncategorised/71/output.json | 1 + .../core/uncategorised/72/output.json | 1 + .../core/uncategorised/73/output.json | 1 + .../core/uncategorised/74/output.json | 1 + .../core/uncategorised/75/output.json | 1 + .../core/uncategorised/76/output.json | 1 + .../core/uncategorised/77/output.json | 1 + .../core/uncategorised/78/output.json | 1 + .../core/uncategorised/79/output.json | 1 + .../fixtures/core/uncategorised/8/output.json | 1 + .../core/uncategorised/80/output.json | 1 + .../core/uncategorised/81/output.json | 1 + .../core/uncategorised/82/output.json | 1 + .../core/uncategorised/83/output.json | 1 + .../core/uncategorised/84/output.json | 1 + .../core/uncategorised/85/output.json | 1 + .../core/uncategorised/86/output.json | 1 + .../core/uncategorised/87/output.json | 1 + .../core/uncategorised/88/output.json | 1 + .../core/uncategorised/89/output.json | 1 + .../fixtures/core/uncategorised/9/output.json | 1 + .../core/uncategorised/90/output.json | 1 + .../core/uncategorised/91/output.json | 1 + .../core/uncategorised/92/output.json | 1 + .../core/uncategorised/93/output.json | 1 + .../core/uncategorised/94/output.json | 1 + .../core/uncategorised/95/output.json | 1 + .../core/uncategorised/96/output.json | 1 + .../core/uncategorised/97/output.json | 1 + .../core/uncategorised/98/output.json | 1 + .../core/uncategorised/99/output.json | 1 + .../array-rest-spread/with-object/output.json | 1 + .../in-logic-expression/output.json | 1 + .../object-rest-spread/output.json | 1 + .../class-methods/linebreaks/output.json | 1 + .../class-methods/tricky-names/output.json | 1 + .../call-expression/output.json | 1 + .../for-in/bare-initializer/output.json | 1 + .../for-in/nonstrict-initializer/output.json | 1 + .../es2015/for-of/right-regex/output.json | 1 + .../new-target-inside-params/output.json | 1 + .../meta-properties/new-target/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../modules/xml-comment-in-module/output.json | 1 + .../modules/xml-comment-in-script/output.json | 1 + .../es2015/regression/186/output.json | 1 + .../es2015/regression/6864/output.json | 1 + .../label-valid-func-non-strict/output.json | 1 + .../statements/label-valid-var/output.json | 1 + .../es2015/uncategorised/1/output.json | 1 + .../es2015/uncategorised/10/output.json | 1 + .../es2015/uncategorised/105/output.json | 1 + .../es2015/uncategorised/107/output.json | 1 + .../es2015/uncategorised/108/output.json | 1 + .../es2015/uncategorised/11/output.json | 1 + .../es2015/uncategorised/110/output.json | 1 + .../es2015/uncategorised/111/output.json | 1 + .../es2015/uncategorised/112/output.json | 1 + .../es2015/uncategorised/113/output.json | 1 + .../es2015/uncategorised/114/output.json | 1 + .../es2015/uncategorised/115/output.json | 1 + .../es2015/uncategorised/116/output.json | 1 + .../es2015/uncategorised/117/output.json | 1 + .../es2015/uncategorised/118/output.json | 1 + .../es2015/uncategorised/119/output.json | 1 + .../es2015/uncategorised/12/output.json | 1 + .../es2015/uncategorised/120/output.json | 1 + .../es2015/uncategorised/121/output.json | 1 + .../es2015/uncategorised/122/output.json | 1 + .../es2015/uncategorised/123/output.json | 1 + .../es2015/uncategorised/124/output.json | 1 + .../es2015/uncategorised/128/output.json | 1 + .../es2015/uncategorised/129/output.json | 1 + .../es2015/uncategorised/13/output.json | 1 + .../es2015/uncategorised/131/output.json | 1 + .../es2015/uncategorised/132/output.json | 1 + .../es2015/uncategorised/133/output.json | 1 + .../es2015/uncategorised/134/output.json | 1 + .../es2015/uncategorised/135/output.json | 1 + .../es2015/uncategorised/136/output.json | 1 + .../es2015/uncategorised/137/output.json | 1 + .../es2015/uncategorised/138/output.json | 1 + .../es2015/uncategorised/139/output.json | 1 + .../es2015/uncategorised/14/output.json | 1 + .../es2015/uncategorised/140/output.json | 1 + .../es2015/uncategorised/141/output.json | 1 + .../es2015/uncategorised/142/output.json | 1 + .../es2015/uncategorised/143/output.json | 1 + .../es2015/uncategorised/144/output.json | 1 + .../es2015/uncategorised/145/output.json | 1 + .../es2015/uncategorised/146/output.json | 1 + .../es2015/uncategorised/147/output.json | 1 + .../es2015/uncategorised/148/output.json | 1 + .../es2015/uncategorised/149/output.json | 1 + .../es2015/uncategorised/15/output.json | 1 + .../es2015/uncategorised/150/output.json | 1 + .../es2015/uncategorised/152/output.json | 1 + .../es2015/uncategorised/153/output.json | 1 + .../es2015/uncategorised/154/output.json | 1 + .../es2015/uncategorised/155/output.json | 1 + .../es2015/uncategorised/156/output.json | 1 + .../es2015/uncategorised/157/output.json | 1 + .../es2015/uncategorised/158/output.json | 1 + .../es2015/uncategorised/159/output.json | 1 + .../es2015/uncategorised/16/output.json | 1 + .../es2015/uncategorised/160/output.json | 1 + .../es2015/uncategorised/161/output.json | 1 + .../es2015/uncategorised/162/output.json | 1 + .../es2015/uncategorised/163/output.json | 1 + .../es2015/uncategorised/164/output.json | 1 + .../es2015/uncategorised/165/output.json | 1 + .../es2015/uncategorised/166/output.json | 1 + .../es2015/uncategorised/167/output.json | 1 + .../es2015/uncategorised/168/output.json | 1 + .../es2015/uncategorised/169/output.json | 1 + .../es2015/uncategorised/17/output.json | 1 + .../es2015/uncategorised/170/output.json | 1 + .../es2015/uncategorised/171/output.json | 1 + .../es2015/uncategorised/172/output.json | 1 + .../es2015/uncategorised/173/output.json | 1 + .../es2015/uncategorised/174/output.json | 1 + .../es2015/uncategorised/175/output.json | 1 + .../es2015/uncategorised/176/output.json | 1 + .../es2015/uncategorised/177/output.json | 1 + .../es2015/uncategorised/178/output.json | 1 + .../es2015/uncategorised/179/output.json | 1 + .../es2015/uncategorised/18/output.json | 1 + .../es2015/uncategorised/180/output.json | 1 + .../es2015/uncategorised/181/output.json | 1 + .../es2015/uncategorised/182/output.json | 1 + .../es2015/uncategorised/183/output.json | 1 + .../es2015/uncategorised/184/output.json | 1 + .../es2015/uncategorised/185/output.json | 1 + .../es2015/uncategorised/186/output.json | 1 + .../es2015/uncategorised/187/output.json | 1 + .../es2015/uncategorised/188/output.json | 1 + .../es2015/uncategorised/189/output.json | 1 + .../es2015/uncategorised/19/output.json | 1 + .../es2015/uncategorised/190/output.json | 1 + .../es2015/uncategorised/192/output.json | 1 + .../es2015/uncategorised/193/output.json | 1 + .../es2015/uncategorised/194/output.json | 1 + .../es2015/uncategorised/195/output.json | 1 + .../es2015/uncategorised/196/output.json | 1 + .../es2015/uncategorised/197/output.json | 1 + .../es2015/uncategorised/2/output.json | 1 + .../es2015/uncategorised/20/output.json | 1 + .../es2015/uncategorised/21/output.json | 1 + .../es2015/uncategorised/22/output.json | 1 + .../es2015/uncategorised/23/output.json | 1 + .../es2015/uncategorised/24/output.json | 1 + .../es2015/uncategorised/25/output.json | 1 + .../es2015/uncategorised/26/output.json | 1 + .../es2015/uncategorised/27/output.json | 1 + .../es2015/uncategorised/279/output.json | 1 + .../es2015/uncategorised/28/output.json | 1 + .../es2015/uncategorised/287/output.json | 1 + .../es2015/uncategorised/29/output.json | 1 + .../es2015/uncategorised/292/output.json | 1 + .../es2015/uncategorised/299/output.json | 1 + .../es2015/uncategorised/3/output.json | 1 + .../es2015/uncategorised/30/output.json | 1 + .../es2015/uncategorised/300/output.json | 1 + .../es2015/uncategorised/301/output.json | 1 + .../es2015/uncategorised/302/output.json | 1 + .../es2015/uncategorised/303/output.json | 1 + .../es2015/uncategorised/304/output.json | 1 + .../es2015/uncategorised/305/output.json | 1 + .../es2015/uncategorised/306/output.json | 1 + .../es2015/uncategorised/307/output.json | 1 + .../es2015/uncategorised/308/output.json | 1 + .../es2015/uncategorised/309/output.json | 1 + .../es2015/uncategorised/31/output.json | 1 + .../es2015/uncategorised/310/output.json | 1 + .../es2015/uncategorised/313/output.json | 1 + .../es2015/uncategorised/314/output.json | 1 + .../es2015/uncategorised/315/output.json | 1 + .../es2015/uncategorised/316/output.json | 1 + .../es2015/uncategorised/317/output.json | 1 + .../es2015/uncategorised/318/output.json | 1 + .../es2015/uncategorised/319/output.json | 1 + .../es2015/uncategorised/32/output.json | 1 + .../es2015/uncategorised/320/output.json | 1 + .../es2015/uncategorised/321/output.json | 1 + .../es2015/uncategorised/322/output.json | 1 + .../es2015/uncategorised/323/output.json | 1 + .../es2015/uncategorised/33/output.json | 1 + .../es2015/uncategorised/338/output.json | 1 + .../es2015/uncategorised/34/output.json | 1 + .../es2015/uncategorised/35/output.json | 1 + .../es2015/uncategorised/350/output.json | 1 + .../es2015/uncategorised/351/output.json | 1 + .../es2015/uncategorised/352/output.json | 1 + .../es2015/uncategorised/354/output.json | 1 + .../es2015/uncategorised/355/output.json | 1 + .../es2015/uncategorised/356/output.json | 1 + .../es2015/uncategorised/358/output.json | 1 + .../es2015/uncategorised/36/output.json | 1 + .../es2015/uncategorised/360/output.json | 1 + .../es2015/uncategorised/362/output.json | 1 + .../es2015/uncategorised/364/output.json | 1 + .../es2015/uncategorised/366/output.json | 1 + .../es2015/uncategorised/380/output.json | 1 + .../es2015/uncategorised/381/output.json | 1 + .../es2015/uncategorised/382/output.json | 1 + .../es2015/uncategorised/383/output.json | 1 + .../es2015/uncategorised/384/output.json | 1 + .../es2015/uncategorised/385/output.json | 1 + .../es2015/uncategorised/39/output.json | 1 + .../es2015/uncategorised/391/output.json | 1 + .../es2015/uncategorised/393/output.json | 1 + .../es2015/uncategorised/4/output.json | 1 + .../es2015/uncategorised/40/output.json | 1 + .../es2015/uncategorised/41/output.json | 1 + .../es2015/uncategorised/42/output.json | 1 + .../es2015/uncategorised/43/output.json | 1 + .../es2015/uncategorised/44/output.json | 1 + .../es2015/uncategorised/45/output.json | 1 + .../es2015/uncategorised/46/output.json | 1 + .../es2015/uncategorised/47/output.json | 1 + .../es2015/uncategorised/48/output.json | 1 + .../es2015/uncategorised/49/output.json | 1 + .../es2015/uncategorised/5/output.json | 1 + .../es2015/uncategorised/50/output.json | 1 + .../es2015/uncategorised/52/output.json | 1 + .../es2015/uncategorised/53/output.json | 1 + .../es2015/uncategorised/54/output.json | 1 + .../es2015/uncategorised/55/output.json | 1 + .../es2015/uncategorised/56/output.json | 1 + .../es2015/uncategorised/6/output.json | 1 + .../es2015/uncategorised/61/output.json | 1 + .../es2015/uncategorised/62/output.json | 1 + .../es2015/uncategorised/63/output.json | 1 + .../es2015/uncategorised/64/output.json | 1 + .../es2015/uncategorised/65/output.json | 1 + .../es2015/uncategorised/66/output.json | 1 + .../es2015/uncategorised/67/output.json | 1 + .../es2015/uncategorised/68/output.json | 1 + .../es2015/uncategorised/69/output.json | 1 + .../es2015/uncategorised/7/output.json | 1 + .../es2015/uncategorised/70/output.json | 1 + .../es2015/uncategorised/71/output.json | 1 + .../es2015/uncategorised/72/output.json | 1 + .../es2015/uncategorised/73/output.json | 1 + .../es2015/uncategorised/74/output.json | 1 + .../es2015/uncategorised/75/output.json | 1 + .../es2015/uncategorised/76/output.json | 1 + .../es2015/uncategorised/77/output.json | 1 + .../es2015/uncategorised/78/output.json | 1 + .../es2015/uncategorised/79/output.json | 1 + .../es2015/uncategorised/8/output.json | 1 + .../es2015/uncategorised/80/output.json | 1 + .../es2015/uncategorised/81/output.json | 1 + .../es2015/uncategorised/82/output.json | 1 + .../es2015/uncategorised/83/output.json | 1 + .../es2015/uncategorised/85/output.json | 1 + .../es2015/uncategorised/86/output.json | 1 + .../es2015/uncategorised/87/output.json | 1 + .../es2015/uncategorised/88/output.json | 1 + .../es2015/uncategorised/89/output.json | 1 + .../es2015/uncategorised/9/output.json | 1 + .../es2015/uncategorised/90/output.json | 1 + .../es2015/uncategorised/91/output.json | 1 + .../es2015/uncategorised/92/output.json | 1 + .../es2015/uncategorised/93/output.json | 1 + .../es2015/uncategorised/94/output.json | 1 + .../es2015/uncategorised/95/output.json | 1 + .../es2015/uncategorised/97/output.json | 1 + .../es2015/uncategorised/98/output.json | 1 + .../fixtures/es2015/yield/asi/output.json | 1 + .../yield/basic-with-argument/output.json | 1 + .../yield/basic-without-argument/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../function-name-function-method/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../function-name-inside-function/output.json | 1 + .../inside-arrow-inside-generator/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../yield/parameter-name-arrow/output.json | 1 + .../yield/parameter-name-function/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../es2015/yield/yield-yield/output.json | 1 + .../exponentiation-operator/1/output.json | 1 + .../exponentiation-operator/2/output.json | 1 + .../exponentiation-operator/3/output.json | 1 + .../exponentiation-operator/4/output.json | 1 + .../exponentiation-operator/5/output.json | 1 + .../exponentiation-operator/6/output.json | 1 + .../exponentiation-operator/7/output.json | 1 + .../exponentiation-operator/8/output.json | 1 + .../exponentiation-operator/9/output.json | 1 + .../arrow-function-concise-body/output.json | 1 + .../output.json | 1 + .../es2017/async-functions/1/output.json | 1 + .../es2017/async-functions/11/output.json | 1 + .../es2017/async-functions/12/output.json | 1 + .../es2017/async-functions/13/output.json | 1 + .../es2017/async-functions/14/output.json | 1 + .../es2017/async-functions/15/output.json | 1 + .../es2017/async-functions/16/output.json | 1 + .../es2017/async-functions/17/output.json | 1 + .../es2017/async-functions/18/output.json | 1 + .../es2017/async-functions/19/output.json | 1 + .../es2017/async-functions/20/output.json | 1 + .../es2017/async-functions/21/output.json | 1 + .../es2017/async-functions/22/output.json | 1 + .../es2017/async-functions/23/output.json | 1 + .../es2017/async-functions/24/output.json | 1 + .../es2017/async-functions/25/output.json | 1 + .../es2017/async-functions/26/output.json | 1 + .../es2017/async-functions/27/output.json | 1 + .../es2017/async-functions/28/output.json | 1 + .../es2017/async-functions/29/output.json | 1 + .../es2017/async-functions/30/output.json | 1 + .../es2017/async-functions/31/output.json | 1 + .../es2017/async-functions/32/output.json | 1 + .../es2017/async-functions/33/output.json | 1 + .../es2017/async-functions/34/output.json | 1 + .../es2017/async-functions/37/output.json | 1 + .../es2017/async-functions/38/output.json | 1 + .../es2017/async-functions/7/output.json | 1 + .../es2017/async-functions/8/output.json | 1 + .../allow-await-outside-function/output.json | 1 + .../async-functions/export-arrow/output.json | 1 + .../es2017/async-functions/export/output.json | 1 + .../object-default-params/output.json | 1 + .../trailing-function-commas/1/output.json | 1 + .../trailing-function-commas/2/output.json | 1 + .../trailing-function-commas/3/output.json | 1 + .../trailing-function-commas/4/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../migrated_0015/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../declaration-let/migrated_0000/output.json | 1 + .../declaration-let/migrated_0001/output.json | 1 + .../declaration-let/migrated_0002/output.json | 1 + .../declaration-let/migrated_0003/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../array-binding-pattern-01/output.json | 1 + .../array-binding-pattern-02/output.json | 1 + .../array-binding-pattern-03/output.json | 1 + .../array-binding-pattern-empty/output.json | 1 + .../elision/output.json | 1 + .../es2015-array-pattern/elision/output.json | 1 + .../empty-pattern-catch-param/output.json | 1 + .../empty-pattern-fn/output.json | 1 + .../empty-pattern-lexical/output.json | 1 + .../empty-pattern-var/output.json | 1 + .../es2015-array-pattern/hole/output.json | 1 + .../nested-pattern/output.json | 1 + .../patterned-catch/output.json | 1 + .../es2015-array-pattern/rest/output.json | 1 + .../tailing-hold/output.json | 1 + .../with-default-catch-param/output.json | 1 + .../with-default-fn/output.json | 1 + .../with-object-pattern/output.json | 1 + .../output.json | 1 + .../arrow-with-only-rest/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../migrated_0015/output.json | 1 + .../migrated_0016/output.json | 1 + .../migrated_0017/output.json | 1 + .../migrated_0018/output.json | 1 + .../migrated_0019/output.json | 1 + .../migrated_0020/output.json | 1 + .../object-binding-pattern/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../es2015-class/migrated_0000/output.json | 1 + .../es2015-class/migrated_0001/output.json | 1 + .../es2015-class/migrated_0002/output.json | 1 + .../es2015-class/migrated_0003/output.json | 1 + .../es2015-class/migrated_0004/output.json | 1 + .../es2015-class/migrated_0005/output.json | 1 + .../es2015-class/migrated_0006/output.json | 1 + .../es2015-class/migrated_0007/output.json | 1 + .../es2015-class/migrated_0008/output.json | 1 + .../es2015-class/migrated_0009/output.json | 1 + .../es2015-class/migrated_0010/output.json | 1 + .../es2015-class/migrated_0011/output.json | 1 + .../es2015-class/migrated_0012/output.json | 1 + .../es2015-class/migrated_0013/output.json | 1 + .../es2015-class/migrated_0014/output.json | 1 + .../es2015-class/migrated_0015/output.json | 1 + .../es2015-class/migrated_0016/output.json | 1 + .../es2015-class/migrated_0017/output.json | 1 + .../es2015-class/migrated_0018/output.json | 1 + .../es2015-class/migrated_0019/output.json | 1 + .../es2015-class/migrated_0020/output.json | 1 + .../es2015-class/migrated_0021/output.json | 1 + .../es2015-class/migrated_0022/output.json | 1 + .../es2015-class/migrated_0023/output.json | 1 + .../es2015-class/migrated_0024/output.json | 1 + .../es2015-class/migrated_0025/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../dup-assignment/output.json | 1 + .../elision/output.json | 1 + .../member-expr-in-rest/output.json | 1 + .../nested-assignment/output.json | 1 + .../nested-cover-grammar/output.json | 1 + .../simple-assignment/output.json | 1 + .../output.json | 1 + .../nested-cover-grammar/output.json | 1 + .../object-pattern-assignment/output.json | 1 + .../export-const-number/output.json | 1 + .../export-default-array/output.json | 1 + .../export-default-class/output.json | 1 + .../export-default-expression/output.json | 1 + .../export-default-function/output.json | 1 + .../export-default-named-function/output.json | 1 + .../export-default-number/output.json | 1 + .../export-default-object/output.json | 1 + .../export-default-value/output.json | 1 + .../export-from-batch/output.json | 1 + .../export-from-default/output.json | 1 + .../export-from-named-as-default/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../export-from-specifier/output.json | 1 + .../export-from-specifiers/output.json | 1 + .../export-function-declaration/output.json | 1 + .../export-function/output.json | 1 + .../export-let-number/output.json | 1 + .../export-named-as-default/output.json | 1 + .../export-named-as-specifier/output.json | 1 + .../export-named-as-specifiers/output.json | 1 + .../export-named-empty/output.json | 1 + .../export-named-specifier/output.json | 1 + .../export-named-specifiers-comma/output.json | 1 + .../export-named-specifiers/output.json | 1 + .../export-var-anonymous-function/output.json | 1 + .../export-var-number/output.json | 1 + .../export-var/output.json | 1 + .../for-of-array-pattern-let/output.json | 1 + .../for-of-array-pattern/output.json | 1 + .../for-of-object-pattern-const/output.json | 1 + .../for-of-object-pattern/output.json | 1 + .../for-of-with-const/output.json | 1 + .../es2015-for-of/for-of-with-let/output.json | 1 + .../es2015-for-of/for-of-with-var/output.json | 1 + .../esprima/es2015-for-of/for-of/output.json | 1 + .../es2015-for-of/let-of-of/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../generator-declaration/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../generator-expression/output.json | 1 + .../output.json | 1 + .../generator-method-with-params/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../generator-method-with-yield/output.json | 1 + .../generator-method/output.json | 1 + .../output.json | 1 + .../static-generator-method/output.json | 1 + .../dakuten_handakuten/output.json | 1 + .../es2015-identifier/escaped_all/output.json | 1 + .../escaped_math_alef/output.json | 1 + .../escaped_math_dal_part/output.json | 1 + .../escaped_math_kaf_lam/output.json | 1 + .../escaped_math_zain_start/output.json | 1 + .../escaped_part/output.json | 1 + .../escaped_start/output.json | 1 + .../es2015-identifier/estimated/output.json | 1 + .../ethiopic_digits/output.json | 1 + .../es2015-identifier/math_alef/output.json | 1 + .../math_dal_part/output.json | 1 + .../math_kaf_lam/output.json | 1 + .../math_zain_start/output.json | 1 + .../module_await/output.json | 1 + .../es2015-identifier/valid_await/output.json | 1 + .../es2015-identifier/weierstrass/output.json | 1 + .../weierstrass_weierstrass/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../import-default-as/output.json | 1 + .../import-default/output.json | 1 + .../import-jquery/output.json | 1 + .../import-module/output.json | 1 + .../import-named-as-specifier/output.json | 1 + .../import-named-as-specifiers/output.json | 1 + .../import-named-empty/output.json | 1 + .../import-named-specifier/output.json | 1 + .../import-named-specifiers-comma/output.json | 1 + .../import-named-specifiers/output.json | 1 + .../import-namespace-specifier/output.json | 1 + .../import-null-as-nil/output.json | 1 + .../migrated_0000/output.json | 1 + .../assign-new-target/output.json | 1 + .../new-new-target/output.json | 1 + .../new-target-declaration/output.json | 1 + .../new-target-expression/output.json | 1 + .../new-target-invoke/output.json | 1 + .../new-target-precedence/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../output.json | 1 + .../proto-identifier-getter/output.json | 1 + .../proto-identifier-method/output.json | 1 + .../proto-identifier-setter/output.json | 1 + .../proto-literal-getter-setter/output.json | 1 + .../proto-literal-getter/output.json | 1 + .../proto-literal-method/output.json | 1 + .../proto-literal-setter/output.json | 1 + .../migrated_0000/output.json | 1 + .../es2015-object-pattern/elision/output.json | 1 + .../empty-catch-param/output.json | 1 + .../empty-fn/output.json | 1 + .../empty-for-lex/output.json | 1 + .../empty-lexical/output.json | 1 + .../empty-var/output.json | 1 + .../es2015-object-pattern/nested/output.json | 1 + .../properties/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../function-declaration/output.json | 1 + .../function-expression/output.json | 1 + .../object-method/output.json | 1 + .../object-shorthand-method/output.json | 1 + .../call-multi-spread/output.json | 1 + .../call-spread-default/output.json | 1 + .../call-spread-first/output.json | 1 + .../call-spread-number/output.json | 1 + .../call-spread/output.json | 1 + .../new-multi-spread/output.json | 1 + .../new-spread-default/output.json | 1 + .../new-spread-first/output.json | 1 + .../new-spread-number/output.json | 1 + .../new-spread/output.json | 1 + .../arrow_super/output.json | 1 + .../constructor_super/output.json | 1 + .../new_super/output.json | 1 + .../super_computed/output.json | 1 + .../super_member/output.json | 1 + .../dollar-sign/output.json | 1 + .../escape-sequences/output.json | 1 + .../line-terminators/output.json | 1 + .../literal-escape-sequences/output.json | 1 + .../new-expression/output.json | 1 + .../tagged-interpolation/output.json | 1 + .../output.json | 1 + .../tagged/output.json | 1 + .../untagged/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../yield-array-pattern/output.json | 1 + .../yield-arrow-concise-body/output.json | 1 + .../yield-arrow-function-body/output.json | 1 + .../yield-arrow-parameter-default/output.json | 1 + .../yield-arrow-parameter-name/output.json | 1 + .../yield-binding-element/output.json | 1 + .../yield-binding-property/output.json | 1 + .../output.json | 1 + .../yield-catch-parameter/output.json | 1 + .../yield-expression-precedence/output.json | 1 + .../output.json | 1 + .../yield-function-declaration/output.json | 1 + .../output.json | 1 + .../yield-function-expression/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../yield-generator-declaration/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../yield-generator-method/output.json | 1 + .../output.json | 1 + .../yield-lexical-declaration/output.json | 1 + .../output.json | 1 + .../es2015-yield/yield-method/output.json | 1 + .../output.json | 1 + .../yield-rest-parameter/output.json | 1 + .../yield-strict-binding-property/output.json | 1 + .../yield-strict-method/output.json | 1 + .../yield-super-property/output.json | 1 + .../yield-variable-declaration/output.json | 1 + .../output.json | 1 + .../yield-yield-expression/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../migrated_0015/output.json | 1 + .../migrated_0016/output.json | 1 + .../migrated_0017/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../migrated_0015/output.json | 1 + .../migrated_0016/output.json | 1 + .../migrated_0017/output.json | 1 + .../migrated_0018/output.json | 1 + .../migrated_0019/output.json | 1 + .../migrated_0020/output.json | 1 + .../migrated_0021/output.json | 1 + .../migrated_0022/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../expression-primary/array/output.json | 1 + .../expression-primary/literal/output.json | 1 + .../expression-primary/object/output.json | 1 + .../expression-primary/other/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../arrow-rest-parameter-array/output.json | 1 + .../arrow-rest-parameter-object/output.json | 1 + .../function-declaration/output.json | 1 + .../function-expression/output.json | 1 + .../rest-parameter/object-method/output.json | 1 + .../object-shorthand-method/output.json | 1 + .../rest-parameter-array/output.json | 1 + .../rest-parameter-object/output.json | 1 + .../statement-block/migrated_0000/output.json | 1 + .../statement-block/migrated_0001/output.json | 1 + .../statement-block/migrated_0002/output.json | 1 + .../statement-break/migrated_0000/output.json | 1 + .../statement-break/migrated_0001/output.json | 1 + .../statement-break/migrated_0002/output.json | 1 + .../statement-break/migrated_0003/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0000/output.json | 1 + .../statement-empty/migrated_0000/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../statement-if/migrated_0000/output.json | 1 + .../statement-if/migrated_0001/output.json | 1 + .../statement-if/migrated_0002/output.json | 1 + .../statement-if/migrated_0004/output.json | 1 + .../statement-if/migrated_0005/output.json | 1 + .../statement-if/migrated_0006/output.json | 1 + .../const_forin/output.json | 1 + .../for-statement-with-seq/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../migrated_0007/output.json | 1 + .../migrated_0008/output.json | 1 + .../migrated_0009/output.json | 1 + .../migrated_0010/output.json | 1 + .../migrated_0011/output.json | 1 + .../migrated_0012/output.json | 1 + .../migrated_0013/output.json | 1 + .../migrated_0014/output.json | 1 + .../migrated_0015/output.json | 1 + .../migrated_0016/output.json | 1 + .../migrated_0017/output.json | 1 + .../migrated_0018/output.json | 1 + .../migrated_0020/output.json | 1 + .../migrated_0024/output.json | 1 + .../migrated_0025/output.json | 1 + .../migrated_0026/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../statement-throw/migrated_0000/output.json | 1 + .../statement-throw/migrated_0001/output.json | 1 + .../statement-throw/migrated_0002/output.json | 1 + .../statement-try/migrated_0000/output.json | 1 + .../statement-try/migrated_0001/output.json | 1 + .../statement-try/migrated_0002/output.json | 1 + .../statement-try/migrated_0003/output.json | 1 + .../statement-try/migrated_0004/output.json | 1 + .../statement-try/migrated_0005/output.json | 1 + .../statement-try/migrated_0006/output.json | 1 + .../migrated_0000/output.json | 1 + .../migrated_0001/output.json | 1 + .../migrated_0002/output.json | 1 + .../migrated_0003/output.json | 1 + .../migrated_0004/output.json | 1 + .../migrated_0005/output.json | 1 + .../migrated_0006/output.json | 1 + .../statement-with/migrated_0000/output.json | 1 + .../statement-with/migrated_0001/output.json | 1 + .../statement-with/migrated_0002/output.json | 1 + .../estree/class-method/basic/output.json | 1 + .../estree/class-method/flow/output.json | 1 + .../estree/directives/block/output.json | 1 + .../function-non-strict/output.json | 1 + .../directives/program-order/output.json | 1 + .../estree/directives/program/output.json | 1 + .../estree/directives/raw/output.json | 1 + .../string-literal-annotation/output.json | 1 + .../estree/literal/boolean/output.json | 1 + .../fixtures/estree/literal/null/output.json | 1 + .../estree/literal/number/output.json | 1 + .../estree/literal/regexp/output.json | 1 + .../estree/literal/string/output.json | 1 + .../estree/object-method/basic/output.json | 1 + .../estree/object-property/basic/output.json | 1 + .../class-method-2/output.json | 1 + .../async-generators/class-method/output.json | 1 + .../async-generators/for-await/output.json | 1 + .../object-method/output.json | 1 + .../bigint/valid-binary/output.json | 1 + .../experimental/bigint/valid-hex/output.json | 1 + .../bigint/valid-large/output.json | 1 + .../bigint/valid-octal-new/output.json | 1 + .../bigint/valid-small/output.json | 1 + .../async-generator/output.json | 1 + .../class-private-methods/async/output.json | 1 + .../combined/output.json | 1 + .../generator/output.json | 1 + .../class-private-methods/get-set/output.json | 1 + .../class-private-methods/method/output.json | 1 + .../asi-success/output.json | 1 + .../inline/output.json | 1 + .../nested/output.json | 1 + .../pbn-success/output.json | 1 + .../static/output.json | 1 + .../arguments-in-function/output.json | 1 + .../arguments-in-key/output.json | 1 + .../class-properties/asi-success/output.json | 1 + .../class-properties/computed/output.json | 1 + .../class-properties/edge-cases/output.json | 1 + .../class-properties/inline/output.json | 1 + .../new-target-with-flow/output.json | 1 + .../class-properties/new-target/output.json | 1 + .../super-inside-arrow-function/output.json | 1 + .../class-properties/super/output.json | 1 + .../class-decorator-call-expr/output.json | 1 + .../decorators-2/class-decorator/output.json | 1 + .../decorators-2/class-expression/output.json | 1 + .../decorators-2/class-generator/output.json | 1 + .../decorators-2/class-property/output.json | 1 + .../decorators-2/complex-expr/output.json | 1 + .../decorators-2/compued-property/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../decoratorsBeforeExport-export/output.json | 1 + .../export-decorated-class/output.json | 1 + .../output.json | 1 + .../decorators-2/get-decorator/output.json | 1 + .../output.json | 1 + .../nested-class-decorator/output.json | 1 + .../output.json | 1 + .../nested-method-decorator/output.json | 1 + .../on-computed-name-method/output.json | 1 + .../decorators-2/parenthesized/output.json | 1 + .../decorators-2/private-property/output.json | 1 + .../decorators-2/set-decorator/output.json | 1 + .../decorators-2/static-method/output.json | 1 + .../decorators-2/static-property/output.json | 1 + .../class-decorator-assignment/output.json | 1 + .../class-decorator-call-expr/output.json | 1 + .../class-decorator-getter/output.json | 1 + .../class-decorator-same-line/output.json | 1 + .../class-decorator-setter/output.json | 1 + .../decorators/class-decorator/output.json | 1 + .../class-decorators-multiple/output.json | 1 + .../class-method-parameter/output.json | 1 + .../computed-member-expr-on-prop/output.json | 1 + .../computed-member-expression/output.json | 1 + .../export-decorators-on-class/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../function-expression-parameter/output.json | 1 + .../decorators/method-decorator/output.json | 1 + .../decorators/object-decorator/output.json | 1 + .../object-method-parameter/output.json | 1 + .../conditional-statement/output.json | 1 + .../scoping-variable/output.json | 1 + .../do-expressions/with-jsx/output.json | 1 + .../dynamic-import/generator/output.json | 1 + .../inside-function/output.json | 1 + .../dynamic-import/parses-module/output.json | 1 + .../dynamic-import/parses-strict/output.json | 1 + .../dynamic-import/return-value/output.json | 1 + .../dynamic-import/top-level/output.json | 1 + .../variable-arguments/output.json | 1 + .../default-and-named/output.json | 1 + .../default-and-ns/output.json | 1 + .../default-default/output.json | 1 + .../default-type-without-flow/output.json | 1 + .../export-extensions/default/output.json | 1 + .../export-with-ts/output.json | 1 + .../ns-and-named/output.json | 1 + .../export-extensions/ns-default/output.json | 1 + .../export-extensions/ns/output.json | 1 + .../output.json | 1 + .../enabled-call-statement/output.json | 1 + .../function-sent/enabled-call/output.json | 1 + .../enabled-if-statement/output.json | 1 + .../enabled-inside-generator/output.json | 1 + .../enabled-statement/output.json | 1 + .../import-meta/valid-in-module/output.json | 1 + .../without-dynamic-import/output.json | 1 + .../directive-line-separator/output.json | 1 + .../directive-paragraph-separator/output.json | 1 + .../string-line-separator/output.json | 1 + .../string-paragraph-separator/output.json | 1 + .../and-and-equals/output.json | 1 + .../mallet/output.json | 1 + .../qq-equals/output.json | 1 + .../and-nullish/output.json | 1 + .../associativity/output.json | 1 + .../expression/output.json | 1 + .../multiline/output.json | 1 + .../nullish-and/output.json | 1 + .../nullish-or/output.json | 1 + .../or-nullish/output.json | 1 + .../with-pipeline/output.json | 1 + .../identifier-start-0/output.json | 1 + .../numeric-separator/valid-0/output.json | 1 + .../numeric-separator/valid-1/output.json | 1 + .../numeric-separator/valid-10/output.json | 1 + .../numeric-separator/valid-11/output.json | 1 + .../numeric-separator/valid-12/output.json | 1 + .../numeric-separator/valid-13/output.json | 1 + .../numeric-separator/valid-14/output.json | 1 + .../numeric-separator/valid-15/output.json | 1 + .../numeric-separator/valid-2/output.json | 1 + .../numeric-separator/valid-3/output.json | 1 + .../numeric-separator/valid-4/output.json | 1 + .../numeric-separator/valid-5/output.json | 1 + .../numeric-separator/valid-6/output.json | 1 + .../numeric-separator/valid-7/output.json | 1 + .../numeric-separator/valid-8/output.json | 1 + .../numeric-separator/valid-9/output.json | 1 + .../object-rest-spread/1/output.json | 1 + .../object-rest-spread/10/output.json | 1 + .../object-rest-spread/2/output.json | 1 + .../object-rest-spread/3/output.json | 1 + .../object-rest-spread/4/output.json | 1 + .../object-rest-spread/5/output.json | 1 + .../object-rest-spread/6/output.json | 1 + .../no-plugin-yes-binding-finally/output.json | 1 + .../no-plugin-yes-binding/output.json | 1 + .../yes-plugin-no-binding-finally/output.json | 1 + .../yes-plugin-no-binding/output.json | 1 + .../output.json | 1 + .../yes-plugin-yes-binding/output.json | 1 + .../conditional-decimal/output.json | 1 + .../function-call/output.json | 1 + .../member-access-bracket/output.json | 1 + .../member-access/output.json | 1 + .../optioanl-chain-expression/output.json | 1 + .../parenthised-chain/output.json | 1 + .../separated-chaining/output.json | 1 + .../super-method-class/output.json | 1 + .../await-requires-parens/output.json | 1 + .../pipeline-operator/base/output.json | 1 + .../pipeline-operator/chain/output.json | 1 + .../pipeline-operator/multiline/output.json | 1 + .../pipeline-operator/precedence/output.json | 1 + .../with-arrow-parend-params/output.json | 1 + .../pipeline-operator/with-arrow/output.json | 1 + .../1/output.json | 1 + .../10/output.json | 1 + .../11/output.json | 1 + .../12/output.json | 1 + .../13/output.json | 1 + .../14/output.json | 1 + .../15/output.json | 1 + .../16/output.json | 1 + .../17/output.json | 1 + .../18/output.json | 1 + .../19/output.json | 1 + .../2/output.json | 1 + .../20/output.json | 1 + .../21/output.json | 1 + .../22/output.json | 1 + .../23/output.json | 1 + .../24/output.json | 1 + .../25/output.json | 1 + .../26/output.json | 1 + .../27/output.json | 1 + .../28/output.json | 1 + .../29/output.json | 1 + .../3/output.json | 1 + .../30/output.json | 1 + .../31/output.json | 1 + .../32/output.json | 1 + .../33/output.json | 1 + .../34/output.json | 1 + .../35/output.json | 1 + .../36/output.json | 1 + .../37/output.json | 1 + .../38/output.json | 1 + .../39/output.json | 1 + .../4/output.json | 1 + .../40/output.json | 1 + .../41/output.json | 1 + .../42/output.json | 1 + .../43/output.json | 1 + .../44/output.json | 1 + .../45/output.json | 1 + .../46/output.json | 1 + .../47/output.json | 1 + .../48/output.json | 1 + .../49/output.json | 1 + .../5/output.json | 1 + .../50/output.json | 1 + .../51/output.json | 1 + .../52/output.json | 1 + .../53/output.json | 1 + .../54/output.json | 1 + .../55/output.json | 1 + .../56/output.json | 1 + .../57/output.json | 1 + .../58/output.json | 1 + .../59/output.json | 1 + .../6/output.json | 1 + .../60/output.json | 1 + .../61/output.json | 1 + .../62/output.json | 1 + .../63/output.json | 1 + .../64/output.json | 1 + .../65/output.json | 1 + .../66/output.json | 1 + .../67/output.json | 1 + .../68/output.json | 1 + .../7/output.json | 1 + .../8/output.json | 1 + .../9/output.json | 1 + .../throw-expression/comma/output.json | 1 + .../throw-expression/expression/output.json | 1 + .../throw-expression/logical/output.json | 1 + .../throw-expression/statement/output.json | 1 + .../experimental/uncategorised/40/output.json | 1 + .../experimental/uncategorised/43/output.json | 1 + .../experimental/uncategorised/44/output.json | 1 + .../experimental/uncategorised/45/output.json | 1 + .../experimental/uncategorised/46/output.json | 1 + .../experimental/uncategorised/47/output.json | 1 + .../experimental/uncategorised/48/output.json | 1 + .../experimental/uncategorised/49/output.json | 1 + .../experimental/uncategorised/62/output.json | 1 + .../good_01/output.json | 1 + .../good_02/output.json | 1 + .../good_03/output.json | 1 + .../good_04/output.json | 1 + .../good_05/output.json | 1 + .../good_06/output.json | 1 + .../good_07/output.json | 1 + .../good_08/output.json | 1 + .../good_09/output.json | 1 + .../good_10/output.json | 1 + .../good_11/output.json | 1 + .../good_12/output.json | 1 + .../good_13/output.json | 1 + .../good_01/output.json | 1 + .../good_02/output.json | 1 + .../good_03/output.json | 1 + .../good_04/output.json | 1 + .../good_05/output.json | 1 + .../good_06/output.json | 1 + .../good_07/output.json | 1 + .../good_08/output.json | 1 + .../good_09/output.json | 1 + .../good_10/output.json | 1 + .../good_11/output.json | 1 + .../good_12/output.json | 1 + .../good_13/output.json | 1 + .../good_14/output.json | 1 + .../fixtures/flow/array-types/1/output.json | 1 + .../fixtures/flow/array-types/2/output.json | 1 + .../fixtures/flow/array-types/3/output.json | 1 + .../fixtures/flow/array-types/4/output.json | 1 + .../fixtures/flow/array-types/5/output.json | 1 + .../fixtures/flow/array-types/6/output.json | 1 + .../fixtures/flow/array-types/7/output.json | 1 + .../fixtures/flow/array-types/8/output.json | 1 + .../fixtures/flow/array-types/9/output.json | 1 + .../flow/bounded-polymorphism/1/output.json | 1 + .../flow/bounded-polymorphism/2/output.json | 1 + .../flow/call-properties/1/output.json | 1 + .../flow/call-properties/2/output.json | 1 + .../flow/call-properties/3/output.json | 1 + .../flow/call-properties/4/output.json | 1 + .../flow/call-properties/5/output.json | 1 + .../getter-setter/output.json | 1 + .../invalid-named-static/output.json | 1 + .../class-properties/named-static/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../fixtures/flow/classes/good_01/output.json | 1 + .../classes/implements-multiple/output.json | 1 + .../flow/classes/implements/output.json | 1 + .../01-type-include/output.json | 1 + .../02-type-include/output.json | 1 + .../03-type-flow-include/output.json | 1 + .../04-type-flow-include/output.json | 1 + .../05-type-annotation/output.json | 1 + .../flow/comment/01-type-include/output.json | 1 + .../flow/comment/02-type-include/output.json | 1 + .../comment/03-type-flow-include/output.json | 1 + .../comment/04-type-flow-include/output.json | 1 + .../comment/05-type-annotation/output.json | 1 + .../fixtures/flow/comment/spread/output.json | 1 + .../implements-multiple/output.json | 1 + .../implements-with-mixin/output.json | 1 + .../flow/declare-class/implements/output.json | 1 + .../declare-class/mixins-multiple/output.json | 1 + .../flow/declare-class/mixins/output.json | 1 + .../declare-export/export-class/output.json | 1 + .../export-default-arrow/output.json | 1 + .../export-default-class/output.json | 1 + .../export-default-function/output.json | 1 + .../export-default-union/output.json | 1 + .../declare-export/export-from/output.json | 1 + .../export-function/output.json | 1 + .../export-interface-and-var/output.json | 1 + .../export-interface-commonjs/output.json | 1 + .../export-interface/output.json | 1 + .../export-named-pattern/output.json | 1 + .../declare-export/export-star-as/output.json | 1 + .../declare-export/export-star/output.json | 1 + .../export-type-and-var/output.json | 1 + .../export-type-commonjs/output.json | 1 + .../export-type-star-from/output.json | 1 + .../declare-export/export-type/output.json | 1 + .../declare-export/export-var/output.json | 1 + .../flow/declare-module/1/output.json | 1 + .../flow/declare-module/10/output.json | 1 + .../flow/declare-module/2/output.json | 1 + .../flow/declare-module/3/output.json | 1 + .../flow/declare-module/4/output.json | 1 + .../flow/declare-module/5/output.json | 1 + .../flow/declare-module/6/output.json | 1 + .../flow/declare-module/9/output.json | 1 + .../flow/declare-module/import/output.json | 1 + .../flow/declare-statements/1/output.json | 1 + .../flow/declare-statements/10/output.json | 1 + .../flow/declare-statements/11/output.json | 1 + .../flow/declare-statements/12/output.json | 1 + .../flow/declare-statements/13/output.json | 1 + .../flow/declare-statements/14/output.json | 1 + .../flow/declare-statements/15/output.json | 1 + .../flow/declare-statements/16/output.json | 1 + .../flow/declare-statements/17/output.json | 1 + .../flow/declare-statements/18/output.json | 1 + .../flow/declare-statements/19/output.json | 1 + .../flow/declare-statements/2/output.json | 1 + .../flow/declare-statements/3/output.json | 1 + .../flow/declare-statements/4/output.json | 1 + .../flow/declare-statements/5/output.json | 1 + .../flow/declare-statements/6/output.json | 1 + .../flow/declare-statements/7/output.json | 1 + .../flow/declare-statements/8/output.json | 1 + .../flow/declare-statements/9/output.json | 1 + .../flow/def-site-variance/1/output.json | 1 + .../flow/interface-types/basic/output.json | 1 + .../extends-multiple/output.json | 1 + .../flow/interface-types/extends/output.json | 1 + .../1/output.json | 1 + .../10/output.json | 1 + .../2/output.json | 1 + .../3/output.json | 1 + .../4/output.json | 1 + .../5/output.json | 1 + .../6/output.json | 1 + .../7/output.json | 1 + .../8/output.json | 1 + .../9/output.json | 1 + .../id-reserved-value/output.json | 1 + .../output.json | 1 + .../implements-reserved-value/output.json | 1 + .../declare-class-static/output.json | 1 + .../internal-slot/declare-class/output.json | 1 + .../interface-method/output.json | 1 + .../flow/internal-slot/interface/output.json | 1 + .../internal-slot/object-method/output.json | 1 + .../internal-slot/object-optional/output.json | 1 + .../flow/internal-slot/object/output.json | 1 + .../fixtures/flow/iterator/01/output.json | 1 + .../fixtures/flow/iterator/02/output.json | 1 + .../fixtures/flow/iterator/12/output.json | 1 + .../fixtures/flow/iterator/13/output.json | 1 + .../fixtures/flow/iterator/14/output.json | 1 + .../fixtures/flow/iterator/15/output.json | 1 + .../literal-types/boolean-false/output.json | 1 + .../literal-types/boolean-true/output.json | 1 + .../flow/literal-types/null/output.json | 1 + .../literal-types/number-binary/output.json | 1 + .../literal-types/number-float/output.json | 1 + .../literal-types/number-integer/output.json | 1 + .../number-negative-binary/output.json | 1 + .../number-negative-float/output.json | 1 + .../number-negative-octal-2/output.json | 1 + .../number-negative-octal/output.json | 1 + .../literal-types/number-octal-2/output.json | 1 + .../literal-types/number-octal/output.json | 1 + .../literal-types/string-double/output.json | 1 + .../literal-types/string-single/output.json | 1 + .../complex-param-types/output.json | 1 + .../opaque_collision/output.json | 1 + .../opaque_declare_export_neither/output.json | 1 + .../opaque_declare_export_st_no_t/output.json | 1 + .../opaque_declare_neither/output.json | 1 + .../opaque_declare_st_no_t/output.json | 1 + .../opaque_in_exp/output.json | 1 + .../opaque_in_func/output.json | 1 + .../opaque_subtype/output.json | 1 + .../opaque_subtype_export/output.json | 1 + .../opaque-type-alias/opaque_type/output.json | 1 + .../opaque_type_export/output.json | 1 + .../reserved-value/output.json | 1 + .../fixtures/flow/optional-type/1/output.json | 1 + .../fixtures/flow/optional-type/3/output.json | 1 + .../fixtures/flow/optional-type/4/output.json | 1 + .../fixtures/flow/predicates/1/output.json | 1 + .../fixtures/flow/predicates/2/output.json | 1 + .../fixtures/flow/predicates/3/output.json | 1 + .../fixtures/flow/predicates/6/output.json | 1 + .../flow/qualified-generic-type/1/output.json | 1 + .../flow/qualified-generic-type/2/output.json | 1 + .../flow/qualified-generic-type/3/output.json | 1 + .../flow/qualified-generic-type/4/output.json | 1 + .../flow/regression/issue-166/output.json | 1 + .../flow/regression/issue-2083/output.json | 1 + .../flow/regression/issue-2493/output.json | 1 + .../flow/regression/issue-264/output.json | 1 + .../flow/regression/issue-321/output.json | 1 + .../flow/regression/issue-336/output.json | 1 + .../flow/regression/issue-58/output.json | 1 + .../flow/regression/issue-593/output.json | 1 + .../flow/regression/issue-92/output.json | 1 + .../export-named/output.json | 1 + .../sourcetype-script/export-star/output.json | 1 + .../flow/sourcetype-script/import/output.json | 1 + .../1/output.json | 1 + .../test/fixtures/flow/tuples/1/output.json | 1 + .../test/fixtures/flow/tuples/2/output.json | 1 + .../test/fixtures/flow/tuples/3/output.json | 1 + .../test/fixtures/flow/tuples/4/output.json | 1 + .../fixtures/flow/type-alias/1/output.json | 1 + .../fixtures/flow/type-alias/2/output.json | 1 + .../fixtures/flow/type-alias/3/output.json | 1 + .../fixtures/flow/type-alias/4/output.json | 1 + .../fixtures/flow/type-alias/5/output.json | 1 + .../flow/type-annotations/1/output.json | 1 + .../flow/type-annotations/10/output.json | 1 + .../flow/type-annotations/100/output.json | 1 + .../flow/type-annotations/101/output.json | 1 + .../flow/type-annotations/102/output.json | 1 + .../flow/type-annotations/103/output.json | 1 + .../flow/type-annotations/104/output.json | 1 + .../flow/type-annotations/105/output.json | 1 + .../flow/type-annotations/107/output.json | 1 + .../flow/type-annotations/108/output.json | 1 + .../flow/type-annotations/11/output.json | 1 + .../flow/type-annotations/110/output.json | 1 + .../flow/type-annotations/111/output.json | 1 + .../flow/type-annotations/114/output.json | 1 + .../flow/type-annotations/115/output.json | 1 + .../flow/type-annotations/118/output.json | 1 + .../flow/type-annotations/119/output.json | 1 + .../flow/type-annotations/12/output.json | 1 + .../flow/type-annotations/127/output.json | 1 + .../flow/type-annotations/128/output.json | 1 + .../flow/type-annotations/129/output.json | 1 + .../flow/type-annotations/13/output.json | 1 + .../flow/type-annotations/130/output.json | 1 + .../flow/type-annotations/135/output.json | 1 + .../flow/type-annotations/136/output.json | 1 + .../flow/type-annotations/138/output.json | 1 + .../flow/type-annotations/14/output.json | 1 + .../flow/type-annotations/15/output.json | 1 + .../flow/type-annotations/16/output.json | 1 + .../flow/type-annotations/17/output.json | 1 + .../flow/type-annotations/18/output.json | 1 + .../flow/type-annotations/19/output.json | 1 + .../flow/type-annotations/2/output.json | 1 + .../flow/type-annotations/20/output.json | 1 + .../flow/type-annotations/21/output.json | 1 + .../flow/type-annotations/22/output.json | 1 + .../flow/type-annotations/23/output.json | 1 + .../flow/type-annotations/24/output.json | 1 + .../flow/type-annotations/25/output.json | 1 + .../flow/type-annotations/26/output.json | 1 + .../flow/type-annotations/27/output.json | 1 + .../flow/type-annotations/28/output.json | 1 + .../flow/type-annotations/29/output.json | 1 + .../flow/type-annotations/3/output.json | 1 + .../flow/type-annotations/30/output.json | 1 + .../flow/type-annotations/31/output.json | 1 + .../flow/type-annotations/32/output.json | 1 + .../flow/type-annotations/33/output.json | 1 + .../flow/type-annotations/34/output.json | 1 + .../flow/type-annotations/35/output.json | 1 + .../flow/type-annotations/36/output.json | 1 + .../flow/type-annotations/37/output.json | 1 + .../flow/type-annotations/38/output.json | 1 + .../flow/type-annotations/39/output.json | 1 + .../flow/type-annotations/4/output.json | 1 + .../flow/type-annotations/40/output.json | 1 + .../flow/type-annotations/41/output.json | 1 + .../flow/type-annotations/42/output.json | 1 + .../flow/type-annotations/43/output.json | 1 + .../flow/type-annotations/44/output.json | 1 + .../flow/type-annotations/45/output.json | 1 + .../flow/type-annotations/46/output.json | 1 + .../flow/type-annotations/47/output.json | 1 + .../flow/type-annotations/48/output.json | 1 + .../flow/type-annotations/49/output.json | 1 + .../flow/type-annotations/5/output.json | 1 + .../flow/type-annotations/50/output.json | 1 + .../flow/type-annotations/51/output.json | 1 + .../flow/type-annotations/52/output.json | 1 + .../flow/type-annotations/53/output.json | 1 + .../flow/type-annotations/54/output.json | 1 + .../flow/type-annotations/55/output.json | 1 + .../flow/type-annotations/56/output.json | 1 + .../flow/type-annotations/57/output.json | 1 + .../flow/type-annotations/58/output.json | 1 + .../flow/type-annotations/59/output.json | 1 + .../flow/type-annotations/6/output.json | 1 + .../flow/type-annotations/60/output.json | 1 + .../flow/type-annotations/61/output.json | 1 + .../flow/type-annotations/62/output.json | 1 + .../flow/type-annotations/63/output.json | 1 + .../flow/type-annotations/64/output.json | 1 + .../flow/type-annotations/65/output.json | 1 + .../flow/type-annotations/66/output.json | 1 + .../flow/type-annotations/67/output.json | 1 + .../flow/type-annotations/68/output.json | 1 + .../flow/type-annotations/69/output.json | 1 + .../flow/type-annotations/7/output.json | 1 + .../flow/type-annotations/70/output.json | 1 + .../flow/type-annotations/71/output.json | 1 + .../flow/type-annotations/72/output.json | 1 + .../flow/type-annotations/73/output.json | 1 + .../flow/type-annotations/74/output.json | 1 + .../flow/type-annotations/75/output.json | 1 + .../flow/type-annotations/76/output.json | 1 + .../flow/type-annotations/77/output.json | 1 + .../flow/type-annotations/78/output.json | 1 + .../flow/type-annotations/79/output.json | 1 + .../flow/type-annotations/8/output.json | 1 + .../flow/type-annotations/80/output.json | 1 + .../flow/type-annotations/81/output.json | 1 + .../flow/type-annotations/82/output.json | 1 + .../flow/type-annotations/83/output.json | 1 + .../flow/type-annotations/84/output.json | 1 + .../flow/type-annotations/85/output.json | 1 + .../flow/type-annotations/86/output.json | 1 + .../flow/type-annotations/87/output.json | 1 + .../flow/type-annotations/88/output.json | 1 + .../flow/type-annotations/9/output.json | 1 + .../flow/type-annotations/97/output.json | 1 + .../flow/type-annotations/98/output.json | 1 + .../flow/type-annotations/99/output.json | 1 + .../arrow-func-return-newline/output.json | 1 + .../flow/type-annotations/builtin/output.json | 1 + .../existential-type-param-2/output.json | 1 + .../existential-type-param/output.json | 1 + .../output.json | 1 + .../negative-number-literal/output.json | 1 + .../object-type-method/output.json | 1 + .../with-default-valid/output.json | 1 + .../flow/type-exports/alias/output.json | 1 + .../flow/type-exports/interface/output.json | 1 + .../type-exports/specifier-from/output.json | 1 + .../flow/type-exports/specifier/output.json | 1 + .../flow/type-exports/star-from/output.json | 1 + .../fixtures/flow/type-generics/1/output.json | 1 + .../fixtures/flow/type-generics/2/output.json | 1 + .../async-arrow-like/output.json | 1 + .../output.json | 1 + .../async-arrow-rest/output.json | 1 + .../type-generics/async-arrow/output.json | 1 + .../flow/type-generics/with-jsx/output.json | 1 + .../fixtures/flow/type-grouping/1/output.json | 1 + .../fixtures/flow/type-grouping/2/output.json | 1 + .../fixtures/flow/type-grouping/3/output.json | 1 + .../fixtures/flow/type-grouping/4/output.json | 1 + .../import-type-shorthand/output.json | 1 + .../flow/type-imports/import-type/output.json | 1 + .../arrow_with_jsx/output.json | 1 + .../arrow_without_jsx/output.json | 1 + .../class-method-reserved-word/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../default/output.json | 1 + .../interface-reserved-word/output.json | 1 + .../object-method-type-param-jsx/output.json | 1 + .../object-reserved-word/output.json | 1 + .../type-object-reserved-word/output.json | 1 + .../flow/typeapp-call/async-call/output.json | 1 + .../async-generic-arrow/output.json | 1 + .../disabled-ambiguous-call/output.json | 1 + .../disabled-ambiguous-new/output.json | 1 + .../function-call-chain/output.json | 1 + .../function-call-optional/output.json | 1 + .../typeapp-call/function-call/output.json | 1 + .../method-call-computed/output.json | 1 + .../method-call-optional/output.json | 1 + .../method-call-optional2/output.json | 1 + .../flow/typeapp-call/method-call/output.json | 1 + .../typeapp-call/new-noparens/output.json | 1 + .../flow/typeapp-call/new/output.json | 1 + .../rollback-computed/output.json | 1 + .../typeapp-call/rollback-dot/output.json | 1 + .../typeapp-call/rollback-jsx/output.json | 1 + .../fixtures/flow/typecasts/1/output.json | 1 + .../fixtures/flow/typecasts/2/output.json | 1 + .../fixtures/flow/typecasts/3/output.json | 1 + .../fixtures/flow/typecasts/4/output.json | 1 + .../yield-extra-parentheses/output.json | 1 + .../fixtures/flow/typecasts/yield/output.json | 1 + .../test/fixtures/jsx/basic/1/output.json | 1 + .../test/fixtures/jsx/basic/10/output.json | 1 + .../test/fixtures/jsx/basic/11/output.json | 1 + .../test/fixtures/jsx/basic/12/output.json | 1 + .../test/fixtures/jsx/basic/13/output.json | 1 + .../test/fixtures/jsx/basic/14/output.json | 1 + .../test/fixtures/jsx/basic/15/output.json | 1 + .../test/fixtures/jsx/basic/16/output.json | 1 + .../test/fixtures/jsx/basic/17/output.json | 1 + .../test/fixtures/jsx/basic/18/output.json | 1 + .../test/fixtures/jsx/basic/19/output.json | 1 + .../test/fixtures/jsx/basic/2/output.json | 1 + .../test/fixtures/jsx/basic/20/output.json | 1 + .../test/fixtures/jsx/basic/21/output.json | 1 + .../test/fixtures/jsx/basic/3/output.json | 1 + .../test/fixtures/jsx/basic/4/output.json | 1 + .../test/fixtures/jsx/basic/5/output.json | 1 + .../test/fixtures/jsx/basic/6/output.json | 1 + .../test/fixtures/jsx/basic/7/output.json | 1 + .../test/fixtures/jsx/basic/8/output.json | 1 + .../test/fixtures/jsx/basic/asi/output.json | 1 + .../empty-expression-container/output.json | 1 + .../fixtures/jsx/basic/entity/output.json | 1 + .../fixtures/jsx/basic/fragment-1/output.json | 1 + .../fixtures/jsx/basic/fragment-2/output.json | 1 + .../fixtures/jsx/basic/fragment-3/output.json | 1 + .../fixtures/jsx/basic/fragment-4/output.json | 1 + .../fixtures/jsx/basic/fragment-5/output.json | 1 + .../fixtures/jsx/basic/fragment-6/output.json | 1 + .../jsx/basic/keyword-tag/output.json | 1 + .../jsx/basic/namespace-tag/output.json | 1 + .../jsx/basic/nonentity-decimal/output.json | 1 + .../fixtures/jsx/basic/nonentity/output.json | 1 + .../fixtures/jsx/basic/yield-tag/output.json | 1 + .../fixtures/jsx/regression/1/output.json | 1 + .../fixtures/jsx/regression/2/output.json | 1 + .../fixtures/jsx/regression/3/output.json | 1 + .../fixtures/jsx/regression/4/output.json | 1 + .../fixtures/jsx/regression/5/output.json | 1 + .../fixtures/jsx/regression/6/output.json | 1 + .../fixtures/jsx/regression/7/output.json | 1 + .../jsx/regression/issue-2083/output.json | 1 + .../jsx/regression/issue-2114/output.json | 1 + .../fixtures/jsx/regression/nbsp/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../array-pattern-empty-with-rest/output.json | 1 + .../array-pattern-empty/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../array-pattern-multi-element/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../array-pattern-single-element/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../object-pattern-empty/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../object-pattern-multi-element/output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../output.json | 1 + .../object-pattern-single-element/output.json | 1 + .../arrow-function/annotated/output.json | 1 + .../async-generic-false-positive/output.json | 1 + .../arrow-function/async-generic/output.json | 1 + .../async-rest-optional-parameter/output.json | 1 + .../arrow-function/async-rest/output.json | 1 + .../arrow-function/async/output.json | 1 + .../default-parameter-values/output.json | 1 + .../arrow-function/destructuring/output.json | 1 + .../arrow-function/generic-tsx/output.json | 1 + .../arrow-function/generic/output.json | 1 + .../optional-parameter/output.json | 1 + .../predicate-types/output.json | 1 + .../fixtures/typescript/cast/as/output.json | 1 + .../cast/assert-and-assign/output.json | 1 + .../cast/false-positive/output.json | 1 + .../multiple-assert-and-assign/output.json | 1 + .../cast/need-parentheses/output.json | 1 + .../null-assertion-and-assign/output.json | 1 + .../null-assertion-false-positive/output.json | 1 + .../output.json | 1 + .../cast/null-assertion/output.json | 1 + .../type-assertion-after-operator/output.json | 1 + .../type-assertion-and-assign/output.json | 1 + .../output.json | 1 + .../cast/type-assertion/output.json | 1 + .../class/abstract-false-positive/output.json | 1 + .../typescript/class/abstract/output.json | 1 + .../typescript/class/constructor/output.json | 1 + .../typescript/class/declare/output.json | 1 + .../expression-extends-implements/output.json | 1 + .../class/expression-extends/output.json | 1 + .../class/expression-generic/output.json | 1 + .../class/expression-implements/output.json | 1 + .../class/extends-implements/output.json | 1 + .../typescript/class/extends/output.json | 1 + .../typescript/class/generic/output.json | 1 + .../typescript/class/get-generic/output.json | 1 + .../typescript/class/implements/output.json | 1 + .../class/index-signature/output.json | 1 + .../members-with-modifier-names/output.json | 1 + .../members-with-reserved-names/output.json | 1 + .../class/method-computed/output.json | 1 + .../class/method-generic/output.json | 1 + .../class/method-no-body/output.json | 1 + .../class/method-optional/output.json | 1 + .../class/method-return-type/output.json | 1 + .../method-with-newline-with-body/output.json | 1 + .../output.json | 1 + .../class/modifiers-accessors/output.json | 1 + .../class/modifiers-methods-async/output.json | 1 + .../class/modifiers-properties/output.json | 1 + .../output.json | 1 + .../class/parameter-properties/output.json | 1 + .../typescript/class/properties/output.json | 1 + .../class/property-computed/output.json | 1 + .../typescript/class/static/output.json | 1 + .../const/no-initializer/output.json | 1 + .../typescript/declare/const/output.json | 1 + .../declare/destructure/output.json | 1 + .../typescript/declare/interface/output.json | 1 + .../typescript/declare/let/output.json | 1 + .../typescript/declare/var/output.json | 1 + .../decorators/abstract-class/output.json | 1 + .../typescript/enum/const/output.json | 1 + .../typescript/enum/declare-const/output.json | 1 + .../typescript/enum/declare/output.json | 1 + .../typescript/enum/export-const/output.json | 1 + .../enum/export-declare-const/output.json | 1 + .../typescript/enum/export/output.json | 1 + .../enum/members-reserved-words/output.json | 1 + .../enum/members-strings/output.json | 1 + .../output.json | 1 + .../enum/members-trailing-comma/output.json | 1 + .../typescript/enum/members/output.json | 1 + .../shorthand-ambient-module/output.json | 1 + .../export/as-namespace/output.json | 1 + .../typescript/export/declare/output.json | 1 + .../typescript/export/equals/output.json | 1 + .../export/nested-same-name/output.json | 1 + .../typescript/function/annotated/output.json | 1 + .../typescript/function/anonymous/output.json | 1 + .../typescript/function/declare/output.json | 1 + .../function/export-default/output.json | 1 + .../typescript/function/overloads/output.json | 1 + .../function/predicate-types/output.json | 1 + .../import/equals-require/output.json | 1 + .../typescript/import/equals/output.json | 1 + .../import/export-import-require/output.json | 1 + .../import/export-import/output.json | 1 + .../import/not-top-level/output.json | 1 + .../interface/call-signature/output.json | 1 + .../interface/construct-signature/output.json | 1 + .../typescript/interface/export/output.json | 1 + .../typescript/interface/extends/output.json | 1 + .../typescript/interface/generic/output.json | 1 + .../interface/index-signature/output.json | 1 + .../interface/method-computed/output.json | 1 + .../interface/method-generic/output.json | 1 + .../interface/method-optional/output.json | 1 + .../interface/method-plain/output.json | 1 + .../interface/modifiers/output.json | 1 + .../interface/properties/output.json | 1 + .../interface/property-computed/output.json | 1 + .../property-named-public/output.json | 1 + .../reserved-method-name/output.json | 1 + .../interface/separators/output.json | 1 + .../module-namespace/body-declare/output.json | 1 + .../body-nested-declare/output.json | 1 + .../module-namespace/body-nested/output.json | 1 + .../module-namespace/body/output.json | 1 + .../declare-shorthand/output.json | 1 + .../global-in-module/output.json | 1 + .../module-namespace/head-declare/output.json | 1 + .../module-namespace/head-export/output.json | 1 + .../module-namespace/head/output.json | 1 + .../regression/is-default-export/output.json | 1 + .../typescript/tsx/brace-is-block/output.json | 1 + .../typescript/tsx/type-arguments/output.json | 1 + .../tsx/type-parameters/output.json | 1 + .../typescript/type-alias/declare/output.json | 1 + .../typescript/type-alias/export/output.json | 1 + .../type-alias/generic-complex/output.json | 1 + .../typescript/type-alias/generic/output.json | 1 + .../typescript/type-alias/plain/output.json | 1 + .../type-arguments/call/output.json | 1 + .../new-false-positive/output.json | 1 + .../typescript/type-arguments/new/output.json | 1 + .../type-arguments/whitespace/output.json | 1 + .../typescript/types/array/output.json | 1 + .../types/conditional-infer/output.json | 1 + .../typescript/types/conditional/output.json | 1 + .../types/function-generic/output.json | 1 + .../types/function-in-generic/output.json | 1 + .../types/function-with-this/output.json | 1 + .../typescript/types/function/output.json | 1 + .../typescript/types/indexed/output.json | 1 + .../typescript/types/keywords/output.json | 1 + .../types/literal-boolean/output.json | 1 + .../types/literal-number-negative/output.json | 1 + .../types/literal-number/output.json | 1 + .../types/literal-string/output.json | 1 + .../typescript/types/mapped/output.json | 1 + .../types/parenthesized/output.json | 1 + .../reference-generic-nested/output.json | 1 + .../types/reference-generic/output.json | 1 + .../typescript/types/reference/output.json | 1 + .../typescript/types/type-literal/output.json | 1 + .../types/type-operator/output.json | 1 + .../typescript/types/typeof/output.json | 1 + .../types/union-intersection/output.json | 1 + .../definite-assignment/output.json | 1 + .../src/asserts/generated/index.js | 6 ++ .../src/builders/generated/index.js | 4 ++ packages/babel-types/src/definitions/core.js | 18 +++++- .../src/validators/generated/index.js | 14 +++++ .../interpreter-directive-import/output.json | 56 ++++++------------- .../interpreter-directive-object/output.json | 56 ++++++------------- 2113 files changed, 2281 insertions(+), 162 deletions(-) create mode 100644 packages/babel-generator/test/fixtures/types/HashbangLiteral/input.js create mode 100644 packages/babel-generator/test/fixtures/types/HashbangLiteral/output.js diff --git a/packages/babel-core/test/fixtures/parse/output.json b/packages/babel-core/test/fixtures/parse/output.json index 00396f2c2e..cc9b87123a 100644 --- a/packages/babel-core/test/fixtures/parse/output.json +++ b/packages/babel-core/test/fixtures/parse/output.json @@ -26,6 +26,7 @@ "column": 0 } }, + "interpreter": null, "sourceType": "module", "body": [ { diff --git a/packages/babel-generator/src/generators/base.js b/packages/babel-generator/src/generators/base.js index ec2dd76364..49a1cb2c88 100644 --- a/packages/babel-generator/src/generators/base.js +++ b/packages/babel-generator/src/generators/base.js @@ -1,4 +1,10 @@ export function File(node: Object) { + if (node.program) { + // Print this here to ensure that Program node 'leadingComments' still + // get printed after the hashbang. + this.print(node.program.interpreter, node); + } + this.print(node.program, node); } @@ -44,4 +50,8 @@ export function Directive(node: Object) { this.semicolon(); } +export function InterpreterDirective(node: Object) { + this.token(`#!${node.value}\n`); +} + export { StringLiteral as DirectiveLiteral } from "./types"; diff --git a/packages/babel-generator/test/fixtures/types/HashbangLiteral/input.js b/packages/babel-generator/test/fixtures/types/HashbangLiteral/input.js new file mode 100644 index 0000000000..4d071d108f --- /dev/null +++ b/packages/babel-generator/test/fixtures/types/HashbangLiteral/input.js @@ -0,0 +1,5 @@ +#!env node + +"use strict"; + +console.log("test"); diff --git a/packages/babel-generator/test/fixtures/types/HashbangLiteral/output.js b/packages/babel-generator/test/fixtures/types/HashbangLiteral/output.js new file mode 100644 index 0000000000..b3716fd139 --- /dev/null +++ b/packages/babel-generator/test/fixtures/types/HashbangLiteral/output.js @@ -0,0 +1,4 @@ +#!env node +"use strict"; + +console.log("test"); \ No newline at end of file diff --git a/packages/babel-parser/src/parser/index.js b/packages/babel-parser/src/parser/index.js index 5ebcb07bcf..f537950d8a 100644 --- a/packages/babel-parser/src/parser/index.js +++ b/packages/babel-parser/src/parser/index.js @@ -19,15 +19,6 @@ export default class Parser extends StatementParser { this.input = input; this.plugins = pluginsMap(this.options.plugins); this.filename = options.sourceFilename; - - // If enabled, skip leading hashbang line. - if ( - this.state.pos === 0 && - this.input[0] === "#" && - this.input[1] === "!" - ) { - this.skipLineComment(2); - } } parse(): File { diff --git a/packages/babel-parser/src/parser/statement.js b/packages/babel-parser/src/parser/statement.js index 08c97fe1c9..e353a93193 100644 --- a/packages/babel-parser/src/parser/statement.js +++ b/packages/babel-parser/src/parser/statement.js @@ -23,6 +23,8 @@ export default class StatementParser extends ExpressionParser { parseTopLevel(file: N.File, program: N.Program): N.File { program.sourceType = this.options.sourceType; + program.interpreter = this.parseInterpreterDirective(); + this.parseBlockBody(program, true, true, tt.eof); file.program = this.finishNode(program, "Program"); @@ -57,6 +59,17 @@ export default class StatementParser extends ExpressionParser { return this.finishNodeAt(directive, "Directive", stmt.end, stmt.loc.end); } + parseInterpreterDirective(): N.InterpreterDirective | null { + if (!this.match(tt.interpreterDirective)) { + return null; + } + + const node = this.startNode(); + node.value = this.state.value; + this.next(); + return this.finishNode(node, "InterpreterDirective"); + } + // Parse a single statement. // // If expecting a statement and finding a slash operator, parse a diff --git a/packages/babel-parser/src/tokenizer/index.js b/packages/babel-parser/src/tokenizer/index.js index 2ad69b57d5..5a129df46a 100644 --- a/packages/babel-parser/src/tokenizer/index.js +++ b/packages/babel-parser/src/tokenizer/index.js @@ -437,6 +437,32 @@ export default class Tokenizer extends LocationParser { } } + readToken_interpreter(): boolean { + if (this.state.pos !== 0 || this.state.input.length < 2) return false; + + const start = this.state.pos; + this.state.pos += 1; + + let ch = this.input.charCodeAt(this.state.pos); + if (ch !== charCodes.exclamationMark) return false; + + while ( + ch !== charCodes.lineFeed && + ch !== charCodes.carriageReturn && + ch !== charCodes.lineSeparator && + ch !== charCodes.paragraphSeparator && + ++this.state.pos < this.input.length + ) { + ch = this.input.charCodeAt(this.state.pos); + } + + const value = this.input.slice(start + 2, this.state.pos); + + this.finishToken(tt.interpreterDirective, value); + + return true; + } + readToken_mult_modulo(code: number): void { // '%*' let type = code === charCodes.asterisk ? tt.star : tt.modulo; @@ -626,6 +652,10 @@ export default class Tokenizer extends LocationParser { getTokenFromCode(code: number): void { switch (code) { case charCodes.numberSign: + if (this.state.pos === 0 && this.readToken_interpreter()) { + return; + } + if ( (this.hasPlugin("classPrivateProperties") || this.hasPlugin("classPrivateMethods")) && diff --git a/packages/babel-parser/src/tokenizer/types.js b/packages/babel-parser/src/tokenizer/types.js index fb39a693a5..050ca6c820 100644 --- a/packages/babel-parser/src/tokenizer/types.js +++ b/packages/babel-parser/src/tokenizer/types.js @@ -112,6 +112,9 @@ export const types: { [name: string]: TokenType } = { at: new TokenType("@"), hash: new TokenType("#"), + // Special hashbang token. + interpreterDirective: new TokenType("#!..."), + // Operators. These carry several kinds of properties to help the // parser use them properly (the presence of these properties is // what categorizes them as operators). diff --git a/packages/babel-parser/src/types.js b/packages/babel-parser/src/types.js index 9281a6e2ed..37f217940b 100644 --- a/packages/babel-parser/src/types.js +++ b/packages/babel-parser/src/types.js @@ -63,6 +63,11 @@ export type HasDecorators = NodeBase & { decorators?: $ReadOnlyArray, }; +export type InterpreterDirective = NodeBase & { + type: "InterpreterDirective", + value: string, +}; + export type Identifier = PatternBase & { type: "Identifier", name: string, @@ -133,6 +138,7 @@ export type Program = NodeBase & { sourceType: "script" | "module", body: Array, // TODO: $ReadOnlyArray directives: $ReadOnlyArray, // TODO: Not in spec + interpreter: InterpreterDirective | null, }; // Functions diff --git a/packages/babel-parser/test/fixtures/comments/basic/block-trailing-comment/output.json b/packages/babel-parser/test/fixtures/comments/basic/block-trailing-comment/output.json index 8a36b86cdf..552cdc20f2 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/block-trailing-comment/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/block-trailing-comment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/comment-within-condition/output.json b/packages/babel-parser/test/fixtures/comments/basic/comment-within-condition/output.json index d98e5b584d..4c435cd1a5 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/comment-within-condition/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/comment-within-condition/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/export-default-anonymous-class/output.json b/packages/babel-parser/test/fixtures/comments/basic/export-default-anonymous-class/output.json index 4303340faf..d70b2aedbf 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/export-default-anonymous-class/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/export-default-anonymous-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma-shorthand/output.json b/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma-shorthand/output.json index 87ea5f9165..ecc67f22ab 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma-shorthand/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma-shorthand/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma/output.json b/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma/output.json index 4f4b3c2604..756beb301c 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/function-trailing-comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/object-property-trailing-comma/output.json b/packages/babel-parser/test/fixtures/comments/basic/object-property-trailing-comma/output.json index 5d8fcfff6f..0004e27a14 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/object-property-trailing-comma/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/object-property-trailing-comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/shebang-import/output.json b/packages/babel-parser/test/fixtures/comments/basic/shebang-import/output.json index b22a2f74d0..2967587b80 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/shebang-import/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/shebang-import/output.json @@ -27,6 +27,22 @@ } }, "sourceType": "module", + "interpreter": { + "type": "InterpreterDirective", + "start": 0, + "end": 25, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 25 + } + }, + "value": "/usr/bin/env babel-node" + }, "body": [ { "type": "ImportDeclaration", @@ -112,45 +128,9 @@ "raw": "'foobar'" }, "value": "foobar" - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } ], "directives": [] - }, - "comments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } \ No newline at end of file diff --git a/packages/babel-parser/test/fixtures/comments/basic/shebang-object/output.json b/packages/babel-parser/test/fixtures/comments/basic/shebang-object/output.json index 771533fc5f..43dd91cf31 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/shebang-object/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/shebang-object/output.json @@ -27,6 +27,22 @@ } }, "sourceType": "script", + "interpreter": { + "type": "InterpreterDirective", + "start": 0, + "end": 25, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 25 + } + }, + "value": "/usr/bin/env babel-node" + }, "body": [ { "type": "VariableDeclaration", @@ -148,45 +164,9 @@ } } ], - "kind": "var", - "leadingComments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + "kind": "var" } ], "directives": [] - }, - "comments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } \ No newline at end of file diff --git a/packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/output.json b/packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/output.json index 0eeda94a6f..987906b2ad 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/surrounding-debugger-comments/output.json b/packages/babel-parser/test/fixtures/comments/basic/surrounding-debugger-comments/output.json index de669fb9c7..1ef29ee9df 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/surrounding-debugger-comments/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/surrounding-debugger-comments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/surrounding-return-comments/output.json b/packages/babel-parser/test/fixtures/comments/basic/surrounding-return-comments/output.json index cf52811b17..cae6a8fb2d 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/surrounding-return-comments/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/surrounding-return-comments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/surrounding-throw-comments/output.json b/packages/babel-parser/test/fixtures/comments/basic/surrounding-throw-comments/output.json index 137eb321c1..8be69c3aa8 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/surrounding-throw-comments/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/surrounding-throw-comments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/output.json b/packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/output.json index e570c51350..58347c10e7 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment-in-function/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment-in-function/output.json index 1c815f43fe..7d9c9d9b4a 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment-in-function/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment-in-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment/output.json index 1c84a8542f..620771ddcd 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-fallthrough-comment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon-no-default/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon-no-default/output.json index 35d92cc5b3..0bbd83f2fc 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon-no-default/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon-no-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon/output.json index eb44ef2e1e..f732250d6d 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-function-call-no-semicolon/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-function/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-function/output.json index 39391549f3..dded99c82f 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-function/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-nested-functions/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-nested-functions/output.json index 14036c1932..926146f69d 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-nested-functions/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment-in-nested-functions/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment/output.json b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment/output.json index 1d9bf05557..5a8fc7b6fa 100644 --- a/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment/output.json +++ b/packages/babel-parser/test/fixtures/comments/basic/switch-no-default-comment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/01-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/01-regex/output.json index 10cbc78c12..7b20bc5bd4 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/01-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/01-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/categorized/02-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/02-regex/output.json index 0e56014fea..1a247a9257 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/02-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/02-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/03-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/03-regex/output.json index c44a030fe1..cc036d7a80 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/03-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/03-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/04-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/04-regex/output.json index a57a133e2d..f8ffa275c8 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/04-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/04-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/categorized/05-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/05-regex/output.json index 7d3effcb5a..7a2e654f28 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/05-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/05-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/06-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/06-regex/output.json index 69b9be072f..7c25e846b0 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/06-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/06-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/07-regex/output.json b/packages/babel-parser/test/fixtures/core/categorized/07-regex/output.json index f8f814604b..28c34291a9 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/07-regex/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/07-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/categorized/filename-specified/output.json b/packages/babel-parser/test/fixtures/core/categorized/filename-specified/output.json index 71b5c63f0f..c60ac1ccb0 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/filename-specified/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/filename-specified/output.json @@ -29,6 +29,7 @@ "filename": "path/to/input-file.js" }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/categorized/identifier-name-loc/output.json b/packages/babel-parser/test/fixtures/core/categorized/identifier-name-loc/output.json index 3254546650..aea211ae09 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/identifier-name-loc/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/identifier-name-loc/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/label-kind-switch/output.json b/packages/babel-parser/test/fixtures/core/categorized/label-kind-switch/output.json index 7eace83c32..7da9403203 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/label-kind-switch/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/label-kind-switch/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/not-directive/output.json b/packages/babel-parser/test/fixtures/core/categorized/not-directive/output.json index 6f0c685ad2..ff0caba117 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/not-directive/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/not-directive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/regex-after-block/output.json b/packages/babel-parser/test/fixtures/core/categorized/regex-after-block/output.json index 85d527c7ab..23d47e802b 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/regex-after-block/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/regex-after-block/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/categorized/startline-specified/output.json b/packages/babel-parser/test/fixtures/core/categorized/startline-specified/output.json index 8cd916691c..586292ca24 100644 --- a/packages/babel-parser/test/fixtures/core/categorized/startline-specified/output.json +++ b/packages/babel-parser/test/fixtures/core/categorized/startline-specified/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/opts/ranges-false/output.json b/packages/babel-parser/test/fixtures/core/opts/ranges-false/output.json index e8ab354792..74684515dd 100644 --- a/packages/babel-parser/test/fixtures/core/opts/ranges-false/output.json +++ b/packages/babel-parser/test/fixtures/core/opts/ranges-false/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/opts/ranges-true/output.json b/packages/babel-parser/test/fixtures/core/opts/ranges-true/output.json index c5e28e30ea..3983b0f199 100644 --- a/packages/babel-parser/test/fixtures/core/opts/ranges-true/output.json +++ b/packages/babel-parser/test/fixtures/core/opts/ranges-true/output.json @@ -35,6 +35,7 @@ 26 ], "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/opts/tokens-false/output.json b/packages/babel-parser/test/fixtures/core/opts/tokens-false/output.json index e8ab354792..74684515dd 100644 --- a/packages/babel-parser/test/fixtures/core/opts/tokens-false/output.json +++ b/packages/babel-parser/test/fixtures/core/opts/tokens-false/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/opts/tokens-true/output.json b/packages/babel-parser/test/fixtures/core/opts/tokens-true/output.json index 1af20e4259..47117344de 100644 --- a/packages/babel-parser/test/fixtures/core/opts/tokens-true/output.json +++ b/packages/babel-parser/test/fixtures/core/opts/tokens-true/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/regression/2591/output.json b/packages/babel-parser/test/fixtures/core/regression/2591/output.json index 6ccdff1622..2f34027dcd 100644 --- a/packages/babel-parser/test/fixtures/core/regression/2591/output.json +++ b/packages/babel-parser/test/fixtures/core/regression/2591/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/commonjs/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/commonjs/output.json index 4025a67dc6..1fb0ddca32 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/commonjs/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/commonjs/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/flow/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/flow/output.json index 3ae2f3a00b..970a82515b 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/flow/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/flow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/import-meta/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/import-meta/output.json index 1fe4795f64..bec71854b0 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/import-meta/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/import-meta/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-all/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-all/output.json index e3e870a7bf..2ab38b87e8 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-all/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-all/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportAllDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-default/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-default/output.json index 5373472b0e..ed67207623 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-default/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-named/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-named/output.json index 5cb48eb09b..d3f3d57692 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-named/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-export-named/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-import/output.json b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-import/output.json index 1d1c75f23e..329db7b046 100644 --- a/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-import/output.json +++ b/packages/babel-parser/test/fixtures/core/sourcetype-unambiguous/module-import/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/1/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/1/output.json index b6bfaa93ed..1cf6441fff 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/1/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/10/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/10/output.json index 8b0fba21a9..3f7e070ca3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/10/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/100/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/100/output.json index 4b1cc3a85b..69ff486c62 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/100/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/100/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/101/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/101/output.json index aade1ae44b..e95ac9779c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/101/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/101/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/102/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/102/output.json index 1f10ec84f5..edf979f658 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/102/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/102/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/103/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/103/output.json index fcadc76bf1..4ec3778aaf 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/103/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/103/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/104/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/104/output.json index 5deda8be2b..7c5bfd0d7d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/104/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/104/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/105/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/105/output.json index d9695a7ebf..c79985fcb2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/105/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/105/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/106/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/106/output.json index aaae474d9c..abec94d30e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/106/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/106/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/107/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/107/output.json index d866871347..311090fd6a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/107/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/107/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/109/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/109/output.json index 8a400eec78..832564eca4 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/109/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/109/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/11/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/11/output.json index 05a6e4f3d1..b0025ea338 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/11/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/110/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/110/output.json index 05c9a2e459..7bd85bcc02 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/110/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/110/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/111/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/111/output.json index 42758a1f4e..8890dbc0a5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/111/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/111/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/112/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/112/output.json index 99a0eebd01..74dfc01529 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/112/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/112/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/113/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/113/output.json index b7777dc84a..9a7b0d5681 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/113/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/113/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/114/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/114/output.json index ee47879eca..aed252faf1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/114/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/114/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/115/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/115/output.json index dc595a854e..0177eead60 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/115/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/115/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/116/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/116/output.json index 36a8e9983d..2e5825aecf 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/116/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/116/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/117/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/117/output.json index 14abd247cf..38dadd7078 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/117/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/117/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/118/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/118/output.json index 55989c03bf..f8bf7daf5b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/118/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/118/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/119/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/119/output.json index 85def70954..82d3e1035a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/119/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/119/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/12/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/12/output.json index b6b96223fa..573eda5bfa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/12/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/120/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/120/output.json index 9b29fb40a0..a446cdb8fb 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/120/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/120/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/121/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/121/output.json index 3a03cde9b1..cb1cbf606f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/121/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/121/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/122/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/122/output.json index fcc39e4ecc..fbb61eb44b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/122/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/122/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/123/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/123/output.json index 6a6c95e194..4d221db72d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/123/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/123/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/124/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/124/output.json index 7dbf01ef02..f3ec5d8857 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/124/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/124/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/125/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/125/output.json index a732436290..a0d7dd6582 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/125/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/125/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/126/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/126/output.json index fa67fb5375..3d93d997f9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/126/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/126/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/127/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/127/output.json index edbf36b172..bc3d887ec0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/127/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/127/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/128/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/128/output.json index 92b467b8e9..8e2550dfe5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/128/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/128/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/129/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/129/output.json index 43038cf090..88fce0c713 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/129/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/129/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/13/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/13/output.json index 9a01559bd9..34c8d7e15c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/13/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/130/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/130/output.json index 76fd57dc7a..c40e59d22d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/130/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/130/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/131/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/131/output.json index 1e0fe82f7b..9739e7a6f3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/131/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/131/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/132/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/132/output.json index 6cff980e29..603d0ca75c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/132/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/132/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/133/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/133/output.json index b402ef1d3f..0c86ed9cfa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/133/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/133/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/134/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/134/output.json index 4436502a54..acdf9d06a9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/134/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/134/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/135/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/135/output.json index 28309341ef..16a8b4d997 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/135/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/135/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/136/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/136/output.json index 397833c9f4..1ae88c0512 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/136/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/136/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/137/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/137/output.json index b27829eedc..f9aca6bfaa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/137/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/137/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/138/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/138/output.json index a072a29131..d11f271d74 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/138/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/138/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/139/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/139/output.json index 29f62109f3..e267ae6289 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/139/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/139/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/14/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/14/output.json index 51f1d84750..4a76c9ff39 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/14/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/140/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/140/output.json index 164c7de5e1..a99d7da43c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/140/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/140/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/141/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/141/output.json index e24ebd8ae3..72447268a9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/141/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/141/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/142/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/142/output.json index f8c24a6e5c..727416e13b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/142/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/142/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/143/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/143/output.json index 7c9d3dd0a4..dc0f77aee6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/143/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/143/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/144/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/144/output.json index 8c0aefbb8e..98a38e926d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/144/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/144/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/145/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/145/output.json index d0695f2e20..6f7c6fc7da 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/145/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/145/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/146/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/146/output.json index 900b160cf8..5d0310f557 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/146/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/146/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/147/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/147/output.json index 47e35ce89d..467981fc4d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/147/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/147/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/148/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/148/output.json index 9c3d31a745..25049d3e76 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/148/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/148/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/149/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/149/output.json index 87f98df461..e1153f344c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/149/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/149/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/15/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/15/output.json index 2699a24ddc..e0b6f1f741 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/15/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/150/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/150/output.json index 644e2e6689..f4cf7217e8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/150/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/150/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/151/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/151/output.json index e4544003c4..d6c2f9a3e0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/151/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/151/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/152/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/152/output.json index 328a727dec..edeb7a67b9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/152/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/152/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/153/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/153/output.json index ee2eb7b83f..65b21159bd 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/153/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/153/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/154/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/154/output.json index 4f4281d12b..c2adfba4b5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/154/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/154/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/155/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/155/output.json index e715c38ccb..13cc3bbdfc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/155/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/155/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/156/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/156/output.json index 1d480a3e1a..a73cf0cf3f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/156/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/156/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/157/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/157/output.json index 80210cee23..8a2005065f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/157/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/157/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/158/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/158/output.json index 5edfbca9c7..79e6ab49f0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/158/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/158/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/159/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/159/output.json index 39ed4b1c81..da4b728c5e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/159/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/159/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/16/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/16/output.json index 0f87b255d7..fcbcba00f5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/16/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/160/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/160/output.json index edbe85495e..7e1b9c51b1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/160/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/160/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/161/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/161/output.json index f4fd2421d9..0fb742510b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/161/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/161/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/162/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/162/output.json index fab9884151..ad8dec06b0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/162/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/162/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/163/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/163/output.json index 09804a0b7c..bb04fff526 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/163/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/163/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/164/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/164/output.json index 992fb876e2..6dc11018bc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/164/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/164/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/165/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/165/output.json index 39e74f7d29..03f750d1df 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/165/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/165/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/166/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/166/output.json index 582e04e0dc..1be43c5d3e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/166/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/166/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/167/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/167/output.json index 507ec12519..7fdf6f8aa3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/167/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/167/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/168/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/168/output.json index aada50d79c..4e3733ed6b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/168/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/168/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/169/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/169/output.json index a22ceaea6a..d439d193a7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/169/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/169/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/17/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/17/output.json index 26bc8c13c9..aa17794200 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/17/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/170/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/170/output.json index a479164a06..0782650869 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/170/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/170/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/171/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/171/output.json index e22094073c..a036d7feee 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/171/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/171/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/172/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/172/output.json index 7cd159ef07..3f0401d051 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/172/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/172/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/173/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/173/output.json index 8d5866efa2..12c80600d8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/173/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/173/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/174/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/174/output.json index bcc48922f6..7a4cb9d5bd 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/174/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/174/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/175/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/175/output.json index d4924593c3..d95f951f8e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/175/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/175/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/176/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/176/output.json index 3b53c28f8f..4449ac1fc3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/176/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/176/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/177/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/177/output.json index 3eab6d0286..11b4c83b84 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/177/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/177/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/178/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/178/output.json index e929279a89..33ebd32af2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/178/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/178/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/179/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/179/output.json index e0124c982f..c6716f6d5b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/179/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/179/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/18/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/18/output.json index 3e3a06842f..77ed83cfe5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/18/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/180/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/180/output.json index d891a4741e..d7d6a0eb4c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/180/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/180/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/181/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/181/output.json index 07dfb3ff15..55536bf01e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/181/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/181/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/182/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/182/output.json index a251fd60d7..b0249f734e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/182/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/182/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/183/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/183/output.json index 63a295482e..42134f8776 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/183/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/183/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/184/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/184/output.json index 8384ff1b91..64aa2ad301 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/184/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/184/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/185/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/185/output.json index 11335ea1d3..8a205f26f6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/185/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/185/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/186/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/186/output.json index 1cfab365e3..76106e9d4f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/186/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/186/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/187/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/187/output.json index e819fc3506..19599c7b1c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/187/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/187/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/188/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/188/output.json index f14d54ace0..9e8b8d3fa8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/188/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/188/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/189/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/189/output.json index 481b96d976..c7661fa85d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/189/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/189/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/19/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/19/output.json index 3e3a06842f..77ed83cfe5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/19/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/190/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/190/output.json index ff26c296d7..fcccd1684f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/190/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/190/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/191/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/191/output.json index 3dbff25ba9..ab60eb5ab7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/191/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/191/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/192/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/192/output.json index b4327fea4a..beb961a6f0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/192/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/192/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/193/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/193/output.json index 3e277f2fb0..c2de2c5ec3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/193/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/193/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/194/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/194/output.json index 759ef90eeb..8ef39b3fcd 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/194/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/194/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/195/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/195/output.json index 51c2a9cc9c..c75389bc6c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/195/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/195/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/196/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/196/output.json index 663534b1b4..0d49dfa5a7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/196/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/196/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/197/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/197/output.json index ca2df57148..9256d55782 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/197/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/197/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/198/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/198/output.json index 7ec28110ed..78cba5d992 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/198/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/198/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/199/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/199/output.json index 0f7d218b48..a5a52c1e2d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/199/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/199/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/2/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/2/output.json index bdfeb76fd1..3d18314470 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/2/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/20/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/20/output.json index 7634638322..ace60cd560 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/20/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/200/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/200/output.json index 08e10f09be..e1363b4f98 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/200/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/200/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/201/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/201/output.json index 588a74e579..9ced89e225 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/201/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/201/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/202/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/202/output.json index 3a99ca3eb6..4c6da633f9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/202/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/202/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/203/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/203/output.json index ec473b3207..2ae6136428 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/203/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/203/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/204/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/204/output.json index 812fb07cc1..62a87b6a49 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/204/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/204/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/205/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/205/output.json index 4d6b358971..987e2eb785 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/205/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/205/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/206/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/206/output.json index 26b624a7d4..077c01c701 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/206/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/206/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/207/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/207/output.json index 441330c54c..9fc98d2128 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/207/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/207/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/208/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/208/output.json index 1d99f52655..6cefd83e32 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/208/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/208/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/209/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/209/output.json index 10665e9e41..c12350d6a4 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/209/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/209/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/21/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/21/output.json index 53768b945f..475c1afc13 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/21/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/210/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/210/output.json index ffab2697d0..f97a88dd99 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/210/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/210/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/211/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/211/output.json index a4a9088d93..f12219cdff 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/211/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/211/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/212/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/212/output.json index 173d746401..d29652f48f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/212/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/212/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/213/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/213/output.json index ca5a5fb0eb..598c96a56b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/213/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/213/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/214/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/214/output.json index b271f0a04c..9eed13dbf1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/214/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/214/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/215/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/215/output.json index d209b58703..9c65b7b8cb 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/215/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/215/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/216/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/216/output.json index 2dc156600a..c2d1aa9e82 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/216/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/216/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/217/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/217/output.json index efb47e7394..2292f444ff 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/217/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/217/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/218/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/218/output.json index 8515e2fd31..338b1ef14f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/218/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/218/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/219/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/219/output.json index c43470cfea..64faa9a0c0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/219/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/219/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/22/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/22/output.json index fddf10097f..245feff142 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/22/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/22/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/220/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/220/output.json index 880833c662..cb147f686b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/220/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/220/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/221/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/221/output.json index 3b4811d947..d6d6794fe5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/221/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/221/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/222/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/222/output.json index 1afee34c9e..4b8305ce1e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/222/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/222/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/223/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/223/output.json index e48902c158..1c109c350c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/223/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/223/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "EmptyStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/224/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/224/output.json index 7d660bdda7..46cd57504e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/224/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/224/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/225/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/225/output.json index a8a40d3c2b..769e912a7e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/225/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/225/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/226/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/226/output.json index f144d42ff4..db7aee01cc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/226/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/226/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/227/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/227/output.json index 69f5646954..8f9a8687f6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/227/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/227/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/228/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/228/output.json index 18f37a7b65..078b39d33a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/228/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/228/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/229/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/229/output.json index e51a4dc3c2..46b9ab0f4a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/229/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/229/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/23/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/23/output.json index c56978c464..87c6c01640 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/23/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/23/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/230/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/230/output.json index 492f0ac62c..d2e4bb7013 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/230/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/230/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/231/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/231/output.json index 453c4e700d..3a5f512ccc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/231/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/231/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/232/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/232/output.json index 6b99345c09..ea8f8f1ee1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/232/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/232/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/233/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/233/output.json index a131703fce..58dc5fcc7b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/233/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/233/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/234/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/234/output.json index e2f50113d3..2dc7a4b042 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/234/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/234/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/235/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/235/output.json index e012c017fe..78775d7e09 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/235/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/235/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/236/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/236/output.json index 1cd371f080..4f0b42bf91 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/236/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/236/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/237/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/237/output.json index f08d3a9485..cab2b6c289 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/237/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/237/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/238/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/238/output.json index 5f4998d8a0..ef81cf2ef0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/238/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/238/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/239/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/239/output.json index 67a281d20e..eca6e822f6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/239/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/239/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/24/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/24/output.json index 69dcde772a..3a19ed468d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/24/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/24/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/240/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/240/output.json index ac885ace49..087317911d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/240/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/240/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/241/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/241/output.json index 424fedd8b8..aa78dd8a11 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/241/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/241/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/242/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/242/output.json index f701a8cc20..02714a4af3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/242/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/242/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/243/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/243/output.json index 019c93da93..ae77e9c9c0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/243/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/243/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/244/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/244/output.json index d44ae9616d..8cae092843 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/244/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/244/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/245/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/245/output.json index bd932cf468..0623e2624b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/245/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/245/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/246/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/246/output.json index b49d510db1..4ce8157544 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/246/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/246/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/247/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/247/output.json index 59067a9ff1..d418bc0ac8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/247/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/247/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/25/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/25/output.json index 2d46aacb67..dbb1747c78 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/25/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/25/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/250/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/250/output.json index 16edee2512..976ebcc715 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/250/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/250/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/251/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/251/output.json index d58d0ffa9a..b14a15b253 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/251/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/251/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/252/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/252/output.json index 7b69d3e398..618cec22e8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/252/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/252/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/253/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/253/output.json index 73a3847e0b..1ae8f40f97 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/253/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/253/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/254/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/254/output.json index e27a473406..f719006e5a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/254/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/254/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/255/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/255/output.json index b46b8cecc6..09cd88be36 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/255/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/255/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/256/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/256/output.json index 75ce4af774..612f1abd2b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/256/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/256/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/257/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/257/output.json index 31e7290e5c..43f74a6146 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/257/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/257/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/258/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/258/output.json index b806d609b1..fabfd48570 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/258/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/258/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/259/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/259/output.json index 210a3c49ea..34df72d1dd 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/259/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/259/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/26/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/26/output.json index 9808cc6f92..2918b16e85 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/26/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/26/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/260/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/260/output.json index 4e4569aa91..ea1e209f24 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/260/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/260/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/261/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/261/output.json index 91a57f13b5..c0cd7f5516 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/261/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/261/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/262/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/262/output.json index d459bf8ae3..dc6bc1917e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/262/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/262/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/263/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/263/output.json index 88cf010a10..738083370c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/263/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/263/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/264/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/264/output.json index 43dab0dc7a..3ff3f82cfe 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/264/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/264/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/265/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/265/output.json index c1ca938f16..de556d5854 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/265/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/265/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/266/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/266/output.json index bca8b9d7da..b8b6377905 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/266/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/266/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/267/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/267/output.json index e44e902aa7..67715145c7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/267/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/267/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/268/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/268/output.json index b77f94e94a..2676e60076 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/268/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/268/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/269/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/269/output.json index 3c3a42b257..26eb0ec7e2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/269/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/269/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/27/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/27/output.json index 39a2e86bcc..367eac5310 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/27/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/27/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/270/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/270/output.json index f474c77e7d..1295bdfcf9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/270/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/270/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/271/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/271/output.json index 0edfa7e1e6..acbeba45c5 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/271/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/271/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/272/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/272/output.json index 0c49d0e8f9..5251cd078d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/272/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/272/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/273/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/273/output.json index a5a7fc11ac..4d485ddd96 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/273/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/273/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/274/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/274/output.json index fbc9ab8952..0099a2d97e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/274/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/274/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/275/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/275/output.json index fec4e5ed08..ef879544f9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/275/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/275/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/276/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/276/output.json index e5753c7cc2..d363a5d4cc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/276/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/276/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/277/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/277/output.json index 7a8e08f5e0..80dde4eca4 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/277/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/277/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/278/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/278/output.json index a6eb4ec45b..4b11f881de 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/278/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/278/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/279/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/279/output.json index 2e17e596c6..fbcb70be26 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/279/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/279/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/28/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/28/output.json index 6c1b897cb9..81194dadc7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/28/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/28/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/280/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/280/output.json index 4f92072de7..ea48a40300 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/280/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/280/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/281/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/281/output.json index 6024793dbd..bc19c5698f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/281/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/281/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/282/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/282/output.json index c73f720c72..dc667d97ef 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/282/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/282/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/283/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/283/output.json index c70dc07eb5..86fbfde778 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/283/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/283/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DebuggerStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/284/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/284/output.json index 23c82e4414..d5cdac1d36 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/284/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/284/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/285/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/285/output.json index 4373bde0ec..3104ab9ccf 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/285/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/285/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/286/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/286/output.json index bfb1492420..d26abaf0e3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/286/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/286/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/287/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/287/output.json index 98648b2ea6..db77094d78 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/287/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/287/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/288/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/288/output.json index 1cdd5e11dc..1d7e31b526 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/288/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/288/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/289/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/289/output.json index e9cfba6c40..77acd2e88e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/289/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/289/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/29/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/29/output.json index 3991072277..ea42451525 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/29/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/29/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/290/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/290/output.json index 4b567d3793..a0915a8bde 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/290/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/290/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/291/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/291/output.json index d40cf30ddd..4a6668b95a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/291/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/291/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/292/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/292/output.json index 30307ec206..a110a24d43 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/292/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/292/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/293/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/293/output.json index b83bc19843..9750c148e9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/293/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/293/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/294/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/294/output.json index fcf126fd3e..ad99f992e1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/294/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/294/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/295/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/295/output.json index 80eba990ba..bc58b11365 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/295/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/295/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/296/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/296/output.json index da1c8e4283..c6c506d544 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/296/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/296/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/297/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/297/output.json index 26a8841932..2c6c0d75a8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/297/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/297/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/298/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/298/output.json index 0aaae5e1db..7f0a025696 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/298/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/298/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/299/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/299/output.json index 845e87f689..aefb638ad9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/299/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/299/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/3/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/3/output.json index a8539b3e57..bf57e074cc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/3/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/30/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/30/output.json index d429a166ba..9392a4586d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/30/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/30/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/300/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/300/output.json index 855b9666cc..4ebebc07f3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/300/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/300/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/301/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/301/output.json index f531eb96b4..6e9bf8345c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/301/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/301/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/302/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/302/output.json index 980da318b2..412ba4db54 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/302/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/302/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/303/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/303/output.json index 3881fa499d..d4e339d66f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/303/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/303/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/304/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/304/output.json index 84e28f3bd9..ccd2a5557c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/304/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/304/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/305/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/305/output.json index fa6e6d72ad..3fcb48aa32 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/305/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/305/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/306/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/306/output.json index 62aa8e6c96..395230285f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/306/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/306/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/307/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/307/output.json index 560762d177..40442d2489 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/307/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/307/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/308/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/308/output.json index 5b8445270a..074c0c8bb6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/308/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/308/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/309/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/309/output.json index e133a3d9f3..f58cfb0778 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/309/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/309/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/31/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/31/output.json index d1f81badfe..96fd3b7e93 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/31/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/31/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/310/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/310/output.json index 5d53da8da0..a6f087d5e2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/310/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/310/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/311/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/311/output.json index 8dabaf1b27..205e7e5731 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/311/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/311/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/312/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/312/output.json index 7299ca692d..98570e79f9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/312/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/312/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/313/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/313/output.json index d1fb3ac429..aed9954aa3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/313/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/313/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/314/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/314/output.json index ca775c6565..ab8810f09c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/314/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/314/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/315/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/315/output.json index 011c8cd343..183a587ddc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/315/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/315/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/316/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/316/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/316/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/316/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/317/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/317/output.json index 75aac067bd..6ff0a1889e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/317/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/317/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/318/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/318/output.json index 390b3c0cb1..c9d958dcaa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/318/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/318/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/319/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/319/output.json index 712b896d4b..5f9a367005 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/319/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/319/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/32/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/32/output.json index 0bb970b8bf..b3ef7da7ca 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/32/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/32/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/320/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/320/output.json index 5308b0f80a..1b6d860e3c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/320/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/320/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/321/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/321/output.json index 93c8373aec..adac14cf88 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/321/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/321/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/322/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/322/output.json index 16ba69aff9..511f68de82 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/322/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/322/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/323/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/323/output.json index 1fd3d16a4b..91c5a480cf 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/323/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/323/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/324/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/324/output.json index 7e1d47b810..db94d9b88a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/324/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/324/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/325/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/325/output.json index 2d2a386aeb..74d07f2d4c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/325/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/325/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/326/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/326/output.json index 818768b81f..3c7e8925fa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/326/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/326/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/327/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/327/output.json index faafaf7932..e99a33b544 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/327/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/327/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ReturnStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/328/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/328/output.json index fdb2242bec..d3904d2ba2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/328/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/328/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ReturnStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/329/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/329/output.json index a8b5a5435c..16ee78c7f7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/329/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/329/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/33/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/33/output.json index b437e1198e..e055a31d00 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/33/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/33/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/330/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/330/output.json index 0f4d9b4428..219acad008 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/330/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/330/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/331/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/331/output.json index e5046ea184..5d71c2b58f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/331/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/331/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/332/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/332/output.json index aace18f78b..3ca6c097e9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/332/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/332/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/333/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/333/output.json index f8c581d82e..887b2e1ad1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/333/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/333/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/334/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/334/output.json index abfa6cae3c..781d5a1bad 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/334/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/334/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/335/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/335/output.json index a43f8671a9..56da6db363 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/335/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/335/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/336/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/336/output.json index 63ecb1d5de..6687dfac3a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/336/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/336/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/337/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/337/output.json index 202e7d6c52..da4ac2be40 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/337/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/337/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/338/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/338/output.json index 3501c6abb8..77346f3909 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/338/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/338/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/339/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/339/output.json index f219c75e64..9f34026558 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/339/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/339/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/34/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/34/output.json index 2ccfebd84e..2ba79ca360 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/34/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/34/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/340/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/340/output.json index 7ccbc843ad..7ccd83051b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/340/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/340/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/341/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/341/output.json index 6ddddf5180..395326a8c6 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/341/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/341/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/342/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/342/output.json index 2f528099d8..8db37405c8 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/342/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/342/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/343/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/343/output.json index 16b19e6130..8332cec4eb 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/343/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/343/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/344/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/344/output.json index 7bf2896043..54af5b6d0b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/344/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/344/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/35/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/35/output.json index 2b4c3de122..ea3146a858 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/35/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/35/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/355/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/355/output.json index 08de8c762b..22fa47db88 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/355/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/355/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/356/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/356/output.json index 6d04954399..5be4b4f8c1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/356/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/356/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/36/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/36/output.json index 13b51c0b8c..c02bf897d3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/36/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/36/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/37/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/37/output.json index 6d8e2915b4..a15882b52d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/37/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/37/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/38/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/38/output.json index e2ad1e5fb5..d672770fbc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/38/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/38/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/39/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/39/output.json index 1917129496..3322d7a98a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/39/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/39/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/4/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/4/output.json index 5e816a0764..812d26fa77 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/4/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/40/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/40/output.json index f074369929..a26b8b4009 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/40/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/40/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/41/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/41/output.json index 09febf2f37..96e1bccd51 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/41/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/41/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/42/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/42/output.json index 9b4f087f6d..2fa4b803dd 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/42/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/42/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/43/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/43/output.json index 81cd877386..21dd434a7a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/43/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/43/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/44/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/44/output.json index ed95d57100..1a0a1b9547 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/44/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/44/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/45/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/45/output.json index 38879155e6..8caddf6f2a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/45/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/45/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/46/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/46/output.json index 0b9bf82517..0a8172ce68 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/46/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/46/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/47/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/47/output.json index a5e99552b7..ea571b1b6b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/47/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/47/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/48/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/48/output.json index 86ca6e88fb..7def54a91b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/48/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/48/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/49/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/49/output.json index f6a3b9569e..5523233f47 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/49/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/49/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/5/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/5/output.json index 9632d36045..b192978c9f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/5/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/50/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/50/output.json index 6bd86a2204..666876f21a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/50/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/50/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/51/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/51/output.json index 9f490fe1c2..60bb34d552 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/51/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/51/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/52/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/52/output.json index 6bd86a2204..666876f21a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/52/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/52/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/525/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/525/output.json index 76753120a1..d1a07b1d64 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/525/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/525/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/526/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/526/output.json index e762adfed3..75ffb7751c 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/526/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/526/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/527/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/527/output.json index 157910021f..7316afbc42 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/527/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/527/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/528/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/528/output.json index f678e52654..d552a2e285 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/528/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/528/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/529/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/529/output.json index 1067b58643..69ce880368 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/529/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/529/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/53/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/53/output.json index 73f79dd052..f7a4ee21f4 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/53/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/53/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/530/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/530/output.json index a1ccc73433..8cee92a6a4 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/530/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/530/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/531/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/531/output.json index 26a28de03c..5f71cebfc7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/531/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/531/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/532/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/532/output.json index 20311af984..3cfd26fb69 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/532/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/532/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/533/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/533/output.json index 5b8946932d..db86a852e1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/533/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/533/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/534/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/534/output.json index e09754f492..8c262ae27f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/534/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/534/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/535/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/535/output.json index 62dc6d154e..8239aac13d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/535/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/535/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/537/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/537/output.json index 958b6ab0cc..318e474d79 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/537/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/537/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/538/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/538/output.json index 5ba1ffd3fa..0859973b9d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/538/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/538/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "EmptyStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/539/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/539/output.json index e19849d844..a5c684bd18 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/539/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/539/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/54/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/54/output.json index bd6d42ab55..2c263698dc 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/54/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/54/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/540/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/540/output.json index ef6f6a59c9..702cd2b59f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/540/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/540/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/541/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/541/output.json index 550111396b..30281e1958 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/541/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/541/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/542/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/542/output.json index 3dc935f6be..c6d8d429fa 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/542/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/542/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/543/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/543/output.json index da3099d06d..befe2fa25a 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/543/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/543/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/546/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/546/output.json index 4ec2907adc..21d7b12022 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/546/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/546/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/549/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/549/output.json index b4b8dad7e7..c49b14fdab 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/549/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/549/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/55/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/55/output.json index ee70683b87..7afc0a6719 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/55/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/55/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/551/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/551/output.json index 07311dd1eb..d52ff8418d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/551/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/551/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/553/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/553/output.json index 756da7f491..690fd47a34 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/553/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/553/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/56/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/56/output.json index b5dbc9c524..d20fe505db 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/56/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/56/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/57/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/57/output.json index 8527f9fa67..9618821b33 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/57/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/57/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/58/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/58/output.json index c0a55f3e8a..28d7a52866 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/58/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/58/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/59/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/59/output.json index d70bf78c55..ec6cf78bf9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/59/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/59/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/6/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/6/output.json index 213f57310d..e05c37f126 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/6/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/60/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/60/output.json index 32fedf457e..f9e7a22c6b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/60/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/60/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/61/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/61/output.json index 32fedf457e..f9e7a22c6b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/61/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/61/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/62/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/62/output.json index e56f6adddd..30f3c2d9c3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/62/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/62/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/63/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/63/output.json index 7a01702255..4239fdfb2b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/63/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/63/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/64/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/64/output.json index 25bd74fc16..770f5ef718 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/64/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/64/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/65/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/65/output.json index 129e2b720c..75e2c84167 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/65/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/65/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/66/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/66/output.json index ad0d458c07..3b0df6852f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/66/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/66/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/67/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/67/output.json index 2cea1d3220..b21e99bf2e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/67/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/67/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/68/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/68/output.json index 3f550d5108..a10e4151e3 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/68/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/68/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/69/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/69/output.json index a48872469f..20849b383b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/69/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/69/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/7/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/7/output.json index 7653286f2a..9446cbbae1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/7/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/70/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/70/output.json index c917238dc6..a5255d5fce 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/70/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/70/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/71/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/71/output.json index 887d899e10..bcb0e150ed 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/71/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/71/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/72/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/72/output.json index 28bdb13384..85fdb9eb27 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/72/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/72/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/73/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/73/output.json index 30c86157ec..570feb3f99 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/73/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/73/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/74/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/74/output.json index b67bf7729a..5dab1af37b 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/74/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/74/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/75/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/75/output.json index fbd7c84772..4d36c6d5ce 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/75/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/75/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/76/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/76/output.json index cd680a2265..ffa4e3f03d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/76/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/76/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/77/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/77/output.json index 192427664a..ca378cfb32 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/77/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/77/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/78/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/78/output.json index 4441f183fb..e88d6a6431 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/78/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/78/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/79/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/79/output.json index 4dafd033b7..da0f5a5a07 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/79/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/79/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/8/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/8/output.json index a971641682..138fcb2e62 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/8/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/80/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/80/output.json index 8c03d68d53..3aeb059890 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/80/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/80/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/81/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/81/output.json index 6546d8c87d..508faca10f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/81/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/81/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/82/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/82/output.json index 5714a368bf..32add9ef9d 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/82/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/82/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/83/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/83/output.json index 61695cc2b7..25cd08d3e7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/83/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/83/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/84/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/84/output.json index 6f74c8d888..3c9b2c223f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/84/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/84/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/85/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/85/output.json index 22a0530be4..decc68148f 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/85/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/85/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/86/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/86/output.json index 787fa60c46..13ba3c4eb9 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/86/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/86/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/87/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/87/output.json index 34b6834ba8..a6f1a992df 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/87/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/87/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/88/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/88/output.json index 969ab3928a..2b81d94ea7 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/88/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/88/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/89/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/89/output.json index e805ca1d52..1668494493 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/89/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/89/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/9/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/9/output.json index e07b3ce88d..ef826212c2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/9/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/90/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/90/output.json index 4b1cc3a85b..69ff486c62 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/90/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/90/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/91/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/91/output.json index dd074ebc9d..f3046102c2 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/91/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/91/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/92/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/92/output.json index 48febf1933..5f31b1a576 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/92/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/92/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/93/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/93/output.json index 62ede0ff69..9656f26c45 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/93/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/93/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/94/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/94/output.json index 2b85f61032..5a8ab1f211 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/94/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/94/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/95/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/95/output.json index 0766d1fb0a..e3470fcb4e 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/95/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/95/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/96/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/96/output.json index 1642f0daa1..04f8c8c1df 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/96/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/96/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/97/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/97/output.json index 6d7ce11c6a..fdc28b5e16 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/97/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/97/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/98/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/98/output.json index f68c0082fd..88a3f339c1 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/98/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/98/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/core/uncategorised/99/output.json b/packages/babel-parser/test/fixtures/core/uncategorised/99/output.json index a93ba04dd0..d73cfa2bd0 100644 --- a/packages/babel-parser/test/fixtures/core/uncategorised/99/output.json +++ b/packages/babel-parser/test/fixtures/core/uncategorised/99/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/es2015/array-rest-spread/with-object/output.json b/packages/babel-parser/test/fixtures/es2015/array-rest-spread/with-object/output.json index f521f11871..00177fa4ac 100644 --- a/packages/babel-parser/test/fixtures/es2015/array-rest-spread/with-object/output.json +++ b/packages/babel-parser/test/fixtures/es2015/array-rest-spread/with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/arrow-functions/in-logic-expression/output.json b/packages/babel-parser/test/fixtures/es2015/arrow-functions/in-logic-expression/output.json index 8183fac4db..9eda4fb8ae 100644 --- a/packages/babel-parser/test/fixtures/es2015/arrow-functions/in-logic-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/arrow-functions/in-logic-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/arrow-functions/object-rest-spread/output.json b/packages/babel-parser/test/fixtures/es2015/arrow-functions/object-rest-spread/output.json index ddb025a447..1ab7351858 100644 --- a/packages/babel-parser/test/fixtures/es2015/arrow-functions/object-rest-spread/output.json +++ b/packages/babel-parser/test/fixtures/es2015/arrow-functions/object-rest-spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/class-methods/linebreaks/output.json b/packages/babel-parser/test/fixtures/es2015/class-methods/linebreaks/output.json index dbe6606ec7..c8f7cb8d1c 100644 --- a/packages/babel-parser/test/fixtures/es2015/class-methods/linebreaks/output.json +++ b/packages/babel-parser/test/fixtures/es2015/class-methods/linebreaks/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/class-methods/tricky-names/output.json b/packages/babel-parser/test/fixtures/es2015/class-methods/tricky-names/output.json index 2a8c103e5e..7c4b9b67d1 100644 --- a/packages/babel-parser/test/fixtures/es2015/class-methods/tricky-names/output.json +++ b/packages/babel-parser/test/fixtures/es2015/class-methods/tricky-names/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/computed-properties/call-expression/output.json b/packages/babel-parser/test/fixtures/es2015/computed-properties/call-expression/output.json index 779c7b6849..8f7759b25a 100644 --- a/packages/babel-parser/test/fixtures/es2015/computed-properties/call-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/computed-properties/call-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/for-in/bare-initializer/output.json b/packages/babel-parser/test/fixtures/es2015/for-in/bare-initializer/output.json index b205c87f55..5a1b605cbc 100644 --- a/packages/babel-parser/test/fixtures/es2015/for-in/bare-initializer/output.json +++ b/packages/babel-parser/test/fixtures/es2015/for-in/bare-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/for-in/nonstrict-initializer/output.json b/packages/babel-parser/test/fixtures/es2015/for-in/nonstrict-initializer/output.json index 4e0e704c37..2bf79e974a 100644 --- a/packages/babel-parser/test/fixtures/es2015/for-in/nonstrict-initializer/output.json +++ b/packages/babel-parser/test/fixtures/es2015/for-in/nonstrict-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/for-of/right-regex/output.json b/packages/babel-parser/test/fixtures/es2015/for-of/right-regex/output.json index d387a90779..e3f8d57824 100644 --- a/packages/babel-parser/test/fixtures/es2015/for-of/right-regex/output.json +++ b/packages/babel-parser/test/fixtures/es2015/for-of/right-regex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target-inside-params/output.json b/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target-inside-params/output.json index 3ef7aad8eb..7fc8d24d38 100644 --- a/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target-inside-params/output.json +++ b/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target-inside-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target/output.json b/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target/output.json index ae31cf50dd..84732b39da 100644 --- a/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target/output.json +++ b/packages/babel-parser/test/fixtures/es2015/meta-properties/new-target/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-builtin/output.json b/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-builtin/output.json index 97e6e97438..190e09b286 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-builtin/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-builtin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-destructuring/output.json b/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-destructuring/output.json index 328d5a9336..87964bf525 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-destructuring/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/duplicate-named-export-destructuring/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-declaration/output.json b/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-declaration/output.json index ed3482551f..72680f1b3a 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-declaration/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-expression/output.json b/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-expression/output.json index a5cf3095a9..8302a22fd1 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/export-default-class-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/output.json b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/output.json index 824b8b9d46..ac69f354fd 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration/output.json b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration/output.json index b92310aa5f..bc8661b66b 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-expression/output.json b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-expression/output.json index 2ea0e34a91..57681450d5 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/export-default-function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-module/output.json b/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-module/output.json index 42b002119f..0003a5f9cf 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-module/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-script/output.json b/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-script/output.json index 6b1974ec4b..f9ebe10899 100644 --- a/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-script/output.json +++ b/packages/babel-parser/test/fixtures/es2015/modules/xml-comment-in-script/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/regression/186/output.json b/packages/babel-parser/test/fixtures/es2015/regression/186/output.json index e490032e17..5589443444 100644 --- a/packages/babel-parser/test/fixtures/es2015/regression/186/output.json +++ b/packages/babel-parser/test/fixtures/es2015/regression/186/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/regression/6864/output.json b/packages/babel-parser/test/fixtures/es2015/regression/6864/output.json index 87bffc6e8f..b9f3397438 100644 --- a/packages/babel-parser/test/fixtures/es2015/regression/6864/output.json +++ b/packages/babel-parser/test/fixtures/es2015/regression/6864/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/statements/label-valid-func-non-strict/output.json b/packages/babel-parser/test/fixtures/es2015/statements/label-valid-func-non-strict/output.json index 3e9d1e5692..faacd49298 100644 --- a/packages/babel-parser/test/fixtures/es2015/statements/label-valid-func-non-strict/output.json +++ b/packages/babel-parser/test/fixtures/es2015/statements/label-valid-func-non-strict/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/statements/label-valid-var/output.json b/packages/babel-parser/test/fixtures/es2015/statements/label-valid-var/output.json index 692620cccf..65b268ccfc 100644 --- a/packages/babel-parser/test/fixtures/es2015/statements/label-valid-var/output.json +++ b/packages/babel-parser/test/fixtures/es2015/statements/label-valid-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/1/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/1/output.json index da720c7122..f3a6cff403 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/1/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/10/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/10/output.json index cf4bc20a79..3ea62bea3f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/10/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/105/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/105/output.json index 9bbcccaf86..ea40f2c7cc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/105/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/105/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/107/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/107/output.json index 80d2b3dc47..6b99a2c67e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/107/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/107/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/108/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/108/output.json index b14f0cd72e..737dba8a6e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/108/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/108/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/11/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/11/output.json index 0ea86158f3..ab48cf7c9e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/11/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/110/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/110/output.json index cbcba6f392..651a5c2d4e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/110/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/110/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/111/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/111/output.json index d9d53207f6..dcd4ea525f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/111/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/111/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/112/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/112/output.json index 8a601083eb..b8e2a44c53 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/112/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/112/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/113/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/113/output.json index 4ddc0845d8..305d2691fc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/113/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/113/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/114/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/114/output.json index 56144a2a74..0c66d3d9d4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/114/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/114/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/115/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/115/output.json index 8820ccdeac..42b7e94f56 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/115/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/115/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/116/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/116/output.json index 6c5807f7c0..50381b6fe9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/116/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/116/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/117/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/117/output.json index c9cffd1afc..9b82de2a14 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/117/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/117/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/118/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/118/output.json index a70322f1fd..0fbb2f9cf4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/118/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/118/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/119/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/119/output.json index de37d718a3..b05ad1e2e5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/119/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/119/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/12/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/12/output.json index a7a02b8cb3..c252371102 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/12/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/120/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/120/output.json index 45b59f48d8..ef265edfea 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/120/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/120/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/121/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/121/output.json index 2e1dd78f48..00ffd82596 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/121/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/121/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/122/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/122/output.json index 69e3614627..478423b1ad 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/122/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/122/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/123/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/123/output.json index f57f2aea8e..56f49a7b69 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/123/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/123/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/124/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/124/output.json index 359ffc263c..8a4bd53524 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/124/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/124/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/128/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/128/output.json index d3b9813822..b186e4ed4d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/128/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/128/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/129/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/129/output.json index 666da83fcd..2bd265802f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/129/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/129/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/13/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/13/output.json index 62104f0d78..4cf5cc60df 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/13/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/131/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/131/output.json index 4c677f80f5..4a75920789 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/131/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/131/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/132/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/132/output.json index 3697acc021..fe2ecee740 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/132/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/132/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/133/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/133/output.json index 35a7f817a5..a100660798 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/133/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/133/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/134/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/134/output.json index 8ea47ece80..c052ee5949 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/134/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/134/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/135/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/135/output.json index 02ea59050f..41cd92a652 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/135/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/135/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/136/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/136/output.json index 750cacb621..8863ca591f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/136/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/136/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/137/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/137/output.json index 8997009532..4dccee7ed9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/137/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/137/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/138/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/138/output.json index 957478e7aa..0b980b14e0 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/138/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/138/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/139/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/139/output.json index 630f0922d1..d81c5e5c95 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/139/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/139/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/14/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/14/output.json index 30bc725719..9a7364a78a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/14/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/140/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/140/output.json index 54d6adf996..f32fb5ab8d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/140/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/140/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/141/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/141/output.json index fd69ba0ca6..11e3e3f5c2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/141/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/141/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/142/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/142/output.json index 15acdfd1ee..a85e52a061 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/142/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/142/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/143/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/143/output.json index 81682a426d..d52f3bfa4c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/143/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/143/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/144/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/144/output.json index 39a49e838b..1d76139cb9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/144/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/144/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/145/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/145/output.json index f18b6c9233..df29772846 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/145/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/145/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/146/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/146/output.json index cbe2c1669b..7b3e26462d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/146/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/146/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/147/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/147/output.json index 7d30ae5aec..7a5ceef8c8 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/147/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/147/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/148/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/148/output.json index c4f8097dda..59be505f04 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/148/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/148/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/149/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/149/output.json index dd4deea1fc..b54c65ada2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/149/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/149/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/15/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/15/output.json index b9f971dc40..33bb1b2a0a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/15/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/150/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/150/output.json index 25524ab3ad..d7a927cede 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/150/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/150/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/152/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/152/output.json index 03e81654d2..96cf9360b2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/152/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/152/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/153/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/153/output.json index 8f15ae2b2f..60c6b34a66 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/153/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/153/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/154/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/154/output.json index c3283eacde..c7da2eed48 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/154/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/154/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/155/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/155/output.json index cd2b61093a..2154870b9e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/155/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/155/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/156/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/156/output.json index a45ec992c9..57250abd10 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/156/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/156/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/157/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/157/output.json index c035135f59..4754470968 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/157/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/157/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/158/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/158/output.json index abab4d3407..60d196d478 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/158/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/158/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/159/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/159/output.json index 994c1ca32c..14f737f82b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/159/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/159/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/16/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/16/output.json index 0f164601cf..39761f3e94 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/16/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/160/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/160/output.json index cbee94cb95..bd6597aab1 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/160/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/160/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/161/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/161/output.json index f370fc56ed..9f5973150f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/161/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/161/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/162/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/162/output.json index 03e03a58ba..7c18539ce4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/162/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/162/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/163/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/163/output.json index 81c2986660..6d5be94768 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/163/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/163/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/164/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/164/output.json index 88ec97dda2..b53938a9d7 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/164/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/164/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/165/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/165/output.json index 3b3abf58dc..8e80298537 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/165/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/165/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/166/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/166/output.json index ed1323e105..8f278a52ae 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/166/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/166/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/167/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/167/output.json index ccd5690b8d..593610a398 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/167/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/167/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/168/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/168/output.json index 0e7b34d231..fe88d43c2a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/168/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/168/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/169/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/169/output.json index 719937cc53..c7d49e9dc5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/169/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/169/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/17/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/17/output.json index ce00cd0583..ea337678ef 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/17/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/170/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/170/output.json index 16140c6a76..55a821f842 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/170/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/170/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/171/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/171/output.json index df43443aa7..223612d502 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/171/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/171/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/172/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/172/output.json index 9047896c50..ba67fbfd01 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/172/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/172/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/173/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/173/output.json index 939136ff13..27064ddfca 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/173/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/173/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/174/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/174/output.json index 9eeb455f33..43133cf25b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/174/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/174/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/175/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/175/output.json index 09c74ff1bf..f88209a1ad 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/175/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/175/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/176/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/176/output.json index 3fe343e78e..348cddf040 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/176/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/176/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/177/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/177/output.json index ee10a01314..1a388a201f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/177/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/177/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/178/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/178/output.json index 4905d3b21f..6163701c23 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/178/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/178/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/179/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/179/output.json index 75221d0083..a2d079fcb4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/179/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/179/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/18/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/18/output.json index ad16fe02ef..1709e7f7be 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/18/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/180/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/180/output.json index f5a9953b33..990ec4b163 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/180/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/180/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/181/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/181/output.json index 3d8d9715bd..1836eebfe4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/181/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/181/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/182/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/182/output.json index e241e3dc07..95c3a50ee4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/182/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/182/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/183/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/183/output.json index f770afe627..0edcc63a30 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/183/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/183/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/184/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/184/output.json index ba02725ad0..c1d861aac7 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/184/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/184/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/185/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/185/output.json index ed0b4ee13d..8f828764a3 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/185/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/185/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/186/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/186/output.json index 8bce2d4713..2165bb6ae2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/186/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/186/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/187/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/187/output.json index 6c7430e634..26fa067202 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/187/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/187/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/188/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/188/output.json index 3e27df2792..af971d4820 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/188/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/188/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/189/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/189/output.json index 11ca896f80..1d8b8c0836 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/189/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/189/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/19/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/19/output.json index 6b4305de3b..9ea44c8e0c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/19/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/190/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/190/output.json index 05d7c90ed4..51ab81d965 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/190/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/190/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/192/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/192/output.json index c644dc8e95..d0824afb0c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/192/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/192/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/193/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/193/output.json index 80d1838cd2..aad9532c57 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/193/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/193/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/194/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/194/output.json index 1339fd84db..baffe722f9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/194/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/194/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/195/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/195/output.json index 3665749fef..367d87eb14 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/195/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/195/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/196/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/196/output.json index 382d60aae7..2c839b2044 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/196/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/196/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/197/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/197/output.json index 7d10bbaad4..cc0833f45c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/197/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/197/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/2/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/2/output.json index 7430f1229e..609d518854 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/2/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/20/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/20/output.json index 9b083f0902..a036ba998f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/20/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/21/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/21/output.json index 8b41104a7b..4e9b217cb0 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/21/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/22/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/22/output.json index 9946fcaf1d..7152cd61de 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/22/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/22/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/23/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/23/output.json index 61a17dec4f..df40feaba7 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/23/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/23/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/24/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/24/output.json index 6c38d1e510..47aff076cf 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/24/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/24/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/25/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/25/output.json index 76377676ec..646a2349df 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/25/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/25/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/26/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/26/output.json index dbc2cc6f1d..09b757b7e0 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/26/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/26/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/27/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/27/output.json index 5841ab30aa..0d2a9ed4dc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/27/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/27/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/279/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/279/output.json index cf0523a273..081fe15730 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/279/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/279/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/28/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/28/output.json index b207aacaae..c59ac797ad 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/28/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/28/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/287/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/287/output.json index ab323bba7a..1c442ac1c6 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/287/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/287/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/29/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/29/output.json index 22b0d5dc8f..728dfb4051 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/29/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/29/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/292/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/292/output.json index d0b363d523..6a07099613 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/292/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/292/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/299/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/299/output.json index 1ba2b86107..0cd40feef9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/299/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/299/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/3/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/3/output.json index 6c84b265b0..b1465d1f54 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/3/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/30/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/30/output.json index 0c593af975..c2375ef25d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/30/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/30/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/300/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/300/output.json index 8914b2e1e1..053896a5a9 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/300/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/300/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/301/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/301/output.json index f061eeb9cd..bf47299eba 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/301/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/301/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/302/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/302/output.json index ed08a21975..623d4ad5b4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/302/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/302/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/303/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/303/output.json index 2c80d9e454..7c5da8e4fa 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/303/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/303/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/304/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/304/output.json index 1adbe93a44..87af851a91 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/304/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/304/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/305/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/305/output.json index b0ea92c5b3..219d24cef1 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/305/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/305/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/306/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/306/output.json index 6e86c3f9b4..0ebadb028b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/306/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/306/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/307/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/307/output.json index d4f785258b..cd6133289d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/307/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/307/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/308/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/308/output.json index 5e31273530..217356d377 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/308/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/308/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/309/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/309/output.json index 31465756a4..f2e1c3bfd4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/309/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/309/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/31/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/31/output.json index 87e6e46b23..dda3533215 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/31/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/31/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/310/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/310/output.json index 009ef9172c..daf3984059 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/310/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/310/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/313/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/313/output.json index 984ef148e0..a66c95114f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/313/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/313/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/314/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/314/output.json index afd0831c36..ad7fb88fb6 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/314/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/314/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/315/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/315/output.json index 643da678b1..c70a86da71 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/315/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/315/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/316/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/316/output.json index adcf59bfac..e82aed2b8a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/316/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/316/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/317/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/317/output.json index d6851714da..7fef6fe7c8 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/317/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/317/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/318/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/318/output.json index 7359f5f6ed..3f69bd9158 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/318/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/318/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/319/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/319/output.json index 5fbbef420e..52de80ad5e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/319/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/319/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/32/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/32/output.json index 3658a6b51a..1c6e09f83b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/32/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/32/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/320/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/320/output.json index e543312c78..6a08a2afa8 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/320/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/320/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/321/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/321/output.json index e550cb99b7..f581d7e8cc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/321/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/321/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/322/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/322/output.json index 5b0a800f93..1749b83606 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/322/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/322/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/323/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/323/output.json index b76d82ee86..b02eeda569 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/323/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/323/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/33/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/33/output.json index 2d11218d2e..b38e5d2c1b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/33/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/33/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/338/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/338/output.json index cbf90c40f0..d10dfda13c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/338/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/338/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/34/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/34/output.json index 5ae406f90c..aeaacfb4d4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/34/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/34/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/35/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/35/output.json index dbb53e95e2..3283c962d6 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/35/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/35/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/350/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/350/output.json index dcec00d3bd..6c41f74ec2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/350/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/350/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/351/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/351/output.json index 518df06259..72ac1d371e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/351/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/351/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/352/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/352/output.json index f4fa87a34a..2a28996931 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/352/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/352/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/354/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/354/output.json index 74e2c8a1e4..9e25d9da5d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/354/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/354/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/355/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/355/output.json index 4b50507632..cb43f63dc3 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/355/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/355/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/356/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/356/output.json index 88faf46c8e..8555ebc476 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/356/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/356/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/358/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/358/output.json index 0220d534aa..7ff3c49080 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/358/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/358/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/36/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/36/output.json index 12b4ea09d9..4e41014ff6 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/36/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/36/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/360/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/360/output.json index 476c53c8da..dc5c92e48a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/360/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/360/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/362/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/362/output.json index e6d82ad739..400d7abe65 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/362/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/362/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/364/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/364/output.json index 38250dd49d..c3b382f194 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/364/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/364/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/366/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/366/output.json index 533144506e..94fce7f2c8 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/366/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/366/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/380/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/380/output.json index ce76b426cc..cb95fa84a1 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/380/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/380/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/381/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/381/output.json index db5aee3169..99ed085c71 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/381/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/381/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/382/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/382/output.json index b263cee065..d6ca5e1061 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/382/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/382/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/383/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/383/output.json index 2c2fd9b6a1..1f6fd124cd 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/383/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/383/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/384/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/384/output.json index 214000f901..f76dab287f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/384/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/384/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/385/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/385/output.json index c99dcb1020..5432ec7cac 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/385/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/385/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/39/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/39/output.json index 6890a7d437..e60231ec6c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/39/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/39/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/391/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/391/output.json index a3bf05cf5d..643d604680 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/391/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/391/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/393/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/393/output.json index dd2bcfe764..beaa3b4c55 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/393/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/393/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/4/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/4/output.json index c711d94e62..ba347ead99 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/4/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/40/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/40/output.json index cf27183ec2..8f40c2b9e5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/40/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/40/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/41/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/41/output.json index 29078923b5..13a6a64d03 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/41/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/41/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/42/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/42/output.json index ba75a08eb7..6ae12c62e3 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/42/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/42/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/43/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/43/output.json index 5d58016491..fd7a891d8c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/43/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/43/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/44/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/44/output.json index a8fee8ae67..a51e793b44 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/44/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/44/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/45/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/45/output.json index a8155f5a01..114403aa5e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/45/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/45/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/46/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/46/output.json index b7657b46b5..cd821a586b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/46/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/46/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/47/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/47/output.json index be94c3c8d0..9250f449ee 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/47/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/47/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/48/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/48/output.json index 6145b03905..cdd0d45ece 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/48/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/48/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/49/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/49/output.json index c483c721e1..fb2194b635 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/49/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/49/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/5/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/5/output.json index 8ba09d6077..d5fe344096 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/5/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/50/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/50/output.json index cfdd7259cc..c075ce9f91 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/50/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/50/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/52/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/52/output.json index 05d60f30b1..f21c6941d4 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/52/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/52/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/53/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/53/output.json index 5018252dae..c81975172d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/53/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/53/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/54/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/54/output.json index 6e2e4d98d3..1b04fa1a9e 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/54/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/54/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/55/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/55/output.json index 9689a45ac8..b741ed8e8c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/55/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/55/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/56/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/56/output.json index d8d8cfee12..dcc857d36a 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/56/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/56/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/6/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/6/output.json index 427dd542bd..83bb02767b 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/6/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/61/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/61/output.json index abd80881c6..4d782bacf3 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/61/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/61/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/62/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/62/output.json index 65027d5460..c26d3df644 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/62/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/62/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/63/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/63/output.json index d6a7a13e09..4f02fd1fd0 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/63/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/63/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/64/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/64/output.json index 56160d2041..22e50c8fdd 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/64/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/64/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/65/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/65/output.json index c30eb05cd5..58770afcb5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/65/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/65/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/66/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/66/output.json index 104284ae40..4b9e1e2f8f 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/66/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/66/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/67/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/67/output.json index cf2e7c370b..389812ee6d 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/67/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/67/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/68/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/68/output.json index 19bdfa758b..b51f000a64 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/68/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/68/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/69/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/69/output.json index a3a3bf16b0..0255b7eed5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/69/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/69/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/7/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/7/output.json index c5b3e36143..b6a8fbeae7 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/7/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/70/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/70/output.json index 19dcbbb5b0..cdc69cac50 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/70/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/70/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/71/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/71/output.json index 9b861018fd..9340538d88 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/71/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/71/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/72/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/72/output.json index 2a45478e63..42877b9e29 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/72/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/72/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/73/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/73/output.json index df0ab00a10..666b9568c3 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/73/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/73/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/74/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/74/output.json index 02defa9c2f..2a9c973e47 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/74/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/74/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/75/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/75/output.json index 080ac3a873..9d7617c358 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/75/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/75/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/76/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/76/output.json index 7047c35c8e..7262e926c7 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/76/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/76/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/77/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/77/output.json index 31bb9f1617..39d4d490b5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/77/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/77/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/78/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/78/output.json index 8dd1cb816a..8af62b1cae 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/78/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/78/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/79/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/79/output.json index 09de9f79ba..cfbfd26932 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/79/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/79/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/8/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/8/output.json index ac5af77227..28ed794187 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/8/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/80/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/80/output.json index 055c8513c2..52f9f4e1dc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/80/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/80/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/81/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/81/output.json index a0a439c512..a8d8b98ed5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/81/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/81/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/82/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/82/output.json index c6453bfd9c..a6431fd6f6 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/82/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/82/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/83/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/83/output.json index 6e81e442fa..55d9497f89 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/83/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/83/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/85/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/85/output.json index 192aa9db0f..8f3f16accc 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/85/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/85/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportAllDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/86/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/86/output.json index ec59c9ee3d..6f2e67893c 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/86/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/86/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/87/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/87/output.json index e702916375..f7a0baef79 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/87/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/87/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/88/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/88/output.json index 69f3a20244..425419eb95 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/88/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/88/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/89/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/89/output.json index a7fbc886d2..7f1186d778 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/89/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/89/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/9/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/9/output.json index 90750e471c..c8c90942d5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/9/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/90/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/90/output.json index a00392fd81..2c1db06fce 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/90/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/90/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/91/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/91/output.json index c267e85d0f..12c4be4224 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/91/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/91/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/92/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/92/output.json index cf96958292..30cae98f64 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/92/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/92/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/93/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/93/output.json index b411707a75..4591fadf23 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/93/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/93/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/94/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/94/output.json index 9de2ba1112..f2cd05d585 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/94/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/94/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/95/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/95/output.json index 0ae46ee594..4d1f5f67a5 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/95/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/95/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/97/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/97/output.json index 518aaeb40a..d589597abf 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/97/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/97/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/uncategorised/98/output.json b/packages/babel-parser/test/fixtures/es2015/uncategorised/98/output.json index 24bc22c1fb..6e021038f2 100644 --- a/packages/babel-parser/test/fixtures/es2015/uncategorised/98/output.json +++ b/packages/babel-parser/test/fixtures/es2015/uncategorised/98/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/asi/output.json b/packages/babel-parser/test/fixtures/es2015/yield/asi/output.json index eb48399f8b..ca699a6363 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/asi/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/asi/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/basic-with-argument/output.json b/packages/babel-parser/test/fixtures/es2015/yield/basic-with-argument/output.json index 498f091455..2a22f3aa8f 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/basic-with-argument/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/basic-with-argument/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/basic-without-argument/output.json b/packages/babel-parser/test/fixtures/es2015/yield/basic-without-argument/output.json index 8f43ffec56..20b6ee4b6a 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/basic-without-argument/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/basic-without-argument/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-declaration/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-declaration/output.json index d2579ee54d..de221659f0 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression-inside-generator/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression-inside-generator/output.json index 8d7c612194..0b39f18573 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression/output.json index 8bc27e3e8b..316ecb2e4c 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-method/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-method/output.json index 522747fd53..e30fc7f279 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-method/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-function-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-declaration/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-declaration/output.json index 120cd02cd3..8bbaf72055 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-declaration/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-method/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-method/output.json index 39ed075d24..fa4df3c82a 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-method/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-generator-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/function-name-inside-function/output.json b/packages/babel-parser/test/fixtures/es2015/yield/function-name-inside-function/output.json index d194f09b42..b70dd7de39 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/function-name-inside-function/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/function-name-inside-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/inside-arrow-inside-generator/output.json b/packages/babel-parser/test/fixtures/es2015/yield/inside-arrow-inside-generator/output.json index 877b76020a..389fa52e3a 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/inside-arrow-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/inside-arrow-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/output.json index 4471abb198..ff8ef77873 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow/output.json index 078bdf09bd..69a580ede4 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function-inside-generator/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function-inside-generator/output.json index 866cdc1311..9e2b85b224 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function/output.json index c8bee4e85c..7db0a927b5 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-default-inside-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/output.json index 2561dac703..e8b351c393 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-no-parens/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-no-parens/output.json index 5d1679862c..129088f1e5 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-no-parens/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow-no-parens/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow/output.json index bb53d708dc..b92e9f00f4 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-function/output.json b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-function/output.json index f622a3453b..38dba1c200 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-function/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/parameter-name-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/output.json index b8501a57bf..e1dae05be9 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/output.json index f9d81e9d99..6615c691c1 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-declaration/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-declaration/output.json index a8ba560b28..61f2ea2b09 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-expression/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-expression/output.json index 1d05b84fb0..91b236468d 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-expression/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-method/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-method/output.json index 3d0e47f352..99d39defc2 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-method/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-generator-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-plain-function/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-plain-function/output.json index 9a32885703..a551957cda 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-plain-function/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-inside-plain-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-parameter-default-inside-function/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-parameter-default-inside-function/output.json index 7b7b46c6aa..d9481780b1 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-star-parameter-default-inside-function/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-star-parameter-default-inside-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2015/yield/yield-yield/output.json b/packages/babel-parser/test/fixtures/es2015/yield/yield-yield/output.json index 7077117a62..bce2a8a321 100644 --- a/packages/babel-parser/test/fixtures/es2015/yield/yield-yield/output.json +++ b/packages/babel-parser/test/fixtures/es2015/yield/yield-yield/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/1/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/1/output.json index b376ee6a68..192bbad20b 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/1/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/2/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/2/output.json index a1034e6eab..d4d1d1af4e 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/2/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/3/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/3/output.json index 9f2b2bf906..3b0d6f0acc 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/3/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/4/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/4/output.json index 80baa26315..5c99d2fccb 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/4/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/5/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/5/output.json index 22286c57b0..b30c8ca494 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/5/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/6/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/6/output.json index 41b3bf8171..cb363b79da 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/6/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/7/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/7/output.json index c8dbba2bbd..066a435eab 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/7/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/8/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/8/output.json index 11a204dbe5..157a5c66a4 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/8/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/9/output.json b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/9/output.json index 53c11f64ee..ee0d8132f5 100644 --- a/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/9/output.json +++ b/packages/babel-parser/test/fixtures/es2016/exponentiation-operator/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/arrow-function-concise-body/output.json b/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/arrow-function-concise-body/output.json index 06b1680cce..132794e783 100644 --- a/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/arrow-function-concise-body/output.json +++ b/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/arrow-function-concise-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/output.json b/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/output.json index 6fa67c4b57..c31ea27b02 100644 --- a/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/output.json +++ b/packages/babel-parser/test/fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/1/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/1/output.json index 29c0ee4b37..597fa90b29 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/1/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/11/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/11/output.json index 5d0744fda3..5056295536 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/11/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/12/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/12/output.json index 60e0f51f82..56efca553c 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/12/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/13/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/13/output.json index c07c03c722..dca847dd46 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/13/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/14/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/14/output.json index 59208fb2a3..7105d5ba25 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/14/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/15/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/15/output.json index 17ec04f488..429d56963c 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/15/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/16/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/16/output.json index 803a31c95b..3cc1f0503c 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/16/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/17/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/17/output.json index a85f67bc3b..5f917cbbc0 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/17/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/18/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/18/output.json index 50c1d58cda..26729dfbbe 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/18/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/19/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/19/output.json index d10cdb5808..11f837c1d2 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/19/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/20/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/20/output.json index da3b22f11f..7493b94dd0 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/20/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/21/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/21/output.json index 7b7cf69185..5f3d322716 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/21/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/22/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/22/output.json index e6f223e3e7..762d2fceec 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/22/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/22/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/23/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/23/output.json index f645821c7e..8f07a5227a 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/23/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/23/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/24/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/24/output.json index 09728b9245..7867e7d8e7 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/24/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/24/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/25/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/25/output.json index c99dcb1020..5432ec7cac 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/25/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/25/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/26/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/26/output.json index 6e16907227..aa3160913c 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/26/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/26/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/27/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/27/output.json index eb5ac8510e..5768fef8a7 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/27/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/27/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/28/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/28/output.json index 3dc06069e4..43dd8a794c 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/28/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/28/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/29/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/29/output.json index 91610202b3..e2487bab97 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/29/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/29/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/30/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/30/output.json index 3fe8245c09..b1bef6eada 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/30/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/30/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/31/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/31/output.json index 8bc4a63cfa..fc0cb9d7f5 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/31/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/31/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/32/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/32/output.json index db96100e2d..0a1dd11478 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/32/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/32/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/33/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/33/output.json index fac94f5513..eb5cabf9ce 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/33/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/33/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/34/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/34/output.json index c5fe2d9cb3..b3eb53b70e 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/34/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/34/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/37/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/37/output.json index 484373d0e1..f5c50075ec 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/37/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/37/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/38/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/38/output.json index ae80496661..3f73e77b69 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/38/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/38/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/7/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/7/output.json index f4392f7f53..0b7a650552 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/7/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/8/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/8/output.json index d1fbeefaa8..dee1edbd15 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/8/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/allow-await-outside-function/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/allow-await-outside-function/output.json index 284ad6b1cf..1f1d637ff0 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/allow-await-outside-function/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/allow-await-outside-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/export-arrow/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/export-arrow/output.json index ffc3c8de46..acea8f1a29 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/export-arrow/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/export-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/export/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/export/output.json index 4a5c2e36a0..25a3bfc7d1 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/export/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/async-functions/object-default-params/output.json b/packages/babel-parser/test/fixtures/es2017/async-functions/object-default-params/output.json index f0b1ac0d4a..15647855a3 100644 --- a/packages/babel-parser/test/fixtures/es2017/async-functions/object-default-params/output.json +++ b/packages/babel-parser/test/fixtures/es2017/async-functions/object-default-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/1/output.json b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/1/output.json index af9edda08a..2373fc85c1 100644 --- a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/1/output.json +++ b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/2/output.json b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/2/output.json index bc6cd543f1..b36b03f409 100644 --- a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/2/output.json +++ b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/3/output.json b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/3/output.json index dbc2b26938..e04f346772 100644 --- a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/3/output.json +++ b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/4/output.json b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/4/output.json index 0544404b2d..39f347e043 100644 --- a/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/4/output.json +++ b/packages/babel-parser/test/fixtures/es2017/trailing-function-commas/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0000/output.json index 855b9666cc..4ebebc07f3 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0001/output.json index f531eb96b4..6e9bf8345c 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0002/output.json index 980da318b2..412ba4db54 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0003/output.json index 3881fa499d..d4e339d66f 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0004/output.json index 84e28f3bd9..ccd2a5557c 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0005/output.json index fa6e6d72ad..3fcb48aa32 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0006/output.json index 62aa8e6c96..395230285f 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0007/output.json index 560762d177..40442d2489 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0008/output.json index 5b8445270a..074c0c8bb6 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0009/output.json index e133a3d9f3..f58cfb0778 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0010/output.json index 5d53da8da0..a6f087d5e2 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0011/output.json index 8dabaf1b27..205e7e5731 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0012/output.json index 7299ca692d..98570e79f9 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0013/output.json index d1fb3ac429..aed9954aa3 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0014/output.json index ca775c6565..ab8810f09c 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0015/output.json index 011c8cd343..183a587ddc 100644 --- a/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/automatic-semicolon-insertion/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0000/output.json index 5b8946932d..db86a852e1 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0001/output.json index 72f1b62331..691def9334 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0002/output.json index 3a4b88e0fc..41c281d3dc 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-const/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0000/output.json index 23c82e4414..d5cdac1d36 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0001/output.json index 4373bde0ec..3104ab9ccf 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0002/output.json index bfb1492420..d26abaf0e3 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0003/output.json index 98648b2ea6..db77094d78 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0004/output.json index 1cdd5e11dc..1d7e31b526 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0005/output.json index e9cfba6c40..77acd2e88e 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0006/output.json index 4b567d3793..a0915a8bde 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0007/output.json index d40cf30ddd..4a6668b95a 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0008/output.json index fcf126fd3e..ad99f992e1 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0009/output.json index da1c8e4283..c6c506d544 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0010/output.json index 26a8841932..2c6c0d75a8 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0011/output.json index 0aaae5e1db..7f0a025696 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0012/output.json index 845e87f689..aefb638ad9 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0013/output.json index e6495a754a..275ac41e93 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0014/output.json index 5e95ad45da..71f1b8bd18 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-function/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0000/output.json index 76753120a1..d1a07b1d64 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0001/output.json index 25e1548716..b1b3dddbea 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0002/output.json index 1e45a1303f..477b83093b 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0003/output.json index 75f9f04288..532e5a2d6a 100644 --- a/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/declaration-let/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0000/output.json index 691e0b0735..69d467e3c9 100644 --- a/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0001/output.json index 9310c48ca2..fc292877c8 100644 --- a/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/directive-prolog/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/output.json index 0bd708c7c3..b15acf390f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/output.json index 8d094fa12f..189fe30109 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/output.json index ff62975881..fca15c38d6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/output.json index 3625bde002..49e718ed82 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/elision/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/elision/output.json index 52f0320075..10c96101b1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/elision/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-binding-pattern/elision/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/elision/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/elision/output.json index c87cb31e23..0fc500c1c0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/elision/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/elision/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/output.json index fcf997f128..3074e479af 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-fn/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-fn/output.json index a8dd7d0406..cfdc0f3edd 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-fn/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-fn/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/output.json index abda652078..f4cd58a853 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-var/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-var/output.json index fea948a3b4..4541489a96 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-var/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/empty-pattern-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/hole/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/hole/output.json index 1c73e74ba2..a8823231e5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/hole/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/hole/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/nested-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/nested-pattern/output.json index 037be7f874..800161b949 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/nested-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/nested-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/patterned-catch/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/patterned-catch/output.json index 512ce59407..3dd5d0d3ca 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/patterned-catch/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/patterned-catch/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/rest/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/rest/output.json index 89324548bf..b454e3f7a1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/rest/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/tailing-hold/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/tailing-hold/output.json index cfeb0c0e53..09cb074e0e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/tailing-hold/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/tailing-hold/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-catch-param/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-catch-param/output.json index 1d7d31be70..7a2f7e482f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-catch-param/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-catch-param/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-fn/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-fn/output.json index 88958a6e4c..a507e6b1af 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-fn/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-default-fn/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-object-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-object-pattern/output.json index d6906352d8..f1dbff4cc8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-object-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-array-pattern/with-object-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/output.json index 4052cfa0a7..05e544a731 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/output.json index 7cf001e9d2..28ed0df0c3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0000/output.json index b207aacaae..c59ac797ad 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0001/output.json index 22b0d5dc8f..728dfb4051 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0002/output.json index 0c593af975..c2375ef25d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0003/output.json index 87e6e46b23..dda3533215 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0004/output.json index 3658a6b51a..1c6e09f83b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0005/output.json index 2d11218d2e..b38e5d2c1b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0006/output.json index 5ae406f90c..aeaacfb4d4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0007/output.json index dbb53e95e2..3283c962d6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0008/output.json index 6890a7d437..e60231ec6c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0009/output.json index cf27183ec2..8f40c2b9e5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0010/output.json index 29078923b5..13a6a64d03 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0011/output.json index ba75a08eb7..6ae12c62e3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0012/output.json index 5d58016491..fd7a891d8c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0013/output.json index a8fee8ae67..a51e793b44 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0014/output.json index a8155f5a01..114403aa5e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0015/output.json index b7657b46b5..cd821a586b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0016/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0016/output.json index be94c3c8d0..9250f449ee 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0016/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0016/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0017/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0017/output.json index 6145b03905..cdd0d45ece 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0017/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0017/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0018/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0018/output.json index c483c721e1..fb2194b635 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0018/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0018/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0019/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0019/output.json index cfdd7259cc..c075ce9f91 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0019/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0019/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0020/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0020/output.json index a9a870f877..089ace58b0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0020/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/migrated_0020/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/object-binding-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/object-binding-pattern/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/object-binding-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-arrow-function/object-binding-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0000/output.json index a7a02b8cb3..c252371102 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0001/output.json index 62104f0d78..4cf5cc60df 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0002/output.json index 30bc725719..9a7364a78a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0003/output.json index b9f971dc40..33bb1b2a0a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0004/output.json index 0f164601cf..39761f3e94 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0005/output.json index ce00cd0583..ea337678ef 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-binary-integer-literal/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0000/output.json index 79c113a526..e0a1cd35bf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0001/output.json index e97e6d4957..e9f7e48176 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0002/output.json index 4827f6ca09..affcbae430 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0003/output.json index e6f951248c..c9662fc16e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0004/output.json index adde2a7cd8..f8723468bd 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0005/output.json index f80515d971..d1b7ccb7f8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0006/output.json index e1222b75ad..05b83780eb 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0007/output.json index 200a67482e..ad258e9505 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0008/output.json index 253ef01d62..cfe130ffbf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0009/output.json index 9aef880b83..883a08030f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0010/output.json index 353841b9c9..29a9d118b4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0011/output.json index b8b6b34fe8..9e63dfdcd6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0012/output.json index dbee3c7e34..7f90fed606 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0013/output.json index 34d93e3c4d..0d381454d5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0014/output.json index 0a1abb2895..99de476125 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0015/output.json index 93bf26f7d2..44b77f49f1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0016/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0016/output.json index f382b98ada..ef8d19db22 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0016/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0016/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0017/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0017/output.json index 909d9672ba..b873f53f35 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0017/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0017/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0018/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0018/output.json index c59d09ec5d..3d629ecba3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0018/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0018/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0019/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0019/output.json index 16f5dcc9fa..2f04a27ec7 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0019/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0019/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0020/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0020/output.json index 2f57a91a13..d9e0aedd6a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0020/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0020/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0021/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0021/output.json index 2eb9fe79f7..6467ddd1af 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0021/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0021/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0022/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0022/output.json index 1fd506aabc..6eda12df85 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0022/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0022/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0023/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0023/output.json index 10c2f74536..6d0f936901 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0023/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0023/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0024/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0024/output.json index a7903dab31..954a44205f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0024/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0024/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0025/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0025/output.json index fd18daa3e9..3a18f87634 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0025/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-class/migrated_0025/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0000/output.json index 994c1ca32c..14f737f82b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0001/output.json index cbee94cb95..bd6597aab1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0002/output.json index f370fc56ed..9f5973150f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-default-parameter-value/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/output.json index 0821544b30..957dd5070e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/output.json index 49745365d4..eebd569aa2 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/output.json index 759556e093..512019e9c7 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/output.json index 226440f306..b80f1cb77f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/output.json index 4ef24e0ac5..cbf81a2877 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/output.json index 7da592c59d..18babe6d83 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/output.json index fc3579f72d..78326d2bf3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/output.json index add1b80a1c..cbc63e56e1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/output.json index 6af1d27e59..60b6c5f4b4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-const-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-const-number/output.json index db5aee3169..99ed085c71 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-const-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-const-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-array/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-array/output.json index b811865d67..ebdcfd3b6c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-array/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-class/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-class/output.json index c6453bfd9c..a6431fd6f6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-class/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-expression/output.json index faff2790a2..5a4e8daa8b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-function/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-function/output.json index 055c8513c2..52f9f4e1dc 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-function/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-named-function/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-named-function/output.json index cbc9553b0e..66eb1ea4c6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-named-function/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-named-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-number/output.json index 22f894952d..7f633802f8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-object/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-object/output.json index c7125efbdf..5161d7a26e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-object/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-value/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-value/output.json index 67d273649e..3793b07201 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-value/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-default-value/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-batch/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-batch/output.json index e3e870a7bf..2ab38b87e8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-batch/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-batch/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportAllDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-default/output.json index 4ff2253518..7d6db627a4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-default/output.json index f5e6ca5f81..fef0983ec6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/output.json index e7ef95b227..16bafeb6e9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/output.json index a9e74dbdaa..6e865059d6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifier/output.json index afc8737489..6a4e6615ad 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifiers/output.json index 565c75960d..4f1af1fb8a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-from-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function-declaration/output.json index 67c38420f8..17164deb23 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function/output.json index efe136334e..7ff223f9b3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-let-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-let-number/output.json index b263cee065..d6ca5e1061 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-let-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-let-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-default/output.json index 31cb80c31f..c3d6819265 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifier/output.json index 1ed1c02a52..e1652693b1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/output.json index d23e39b3e5..8114c32e29 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-empty/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-empty/output.json index 393a47ca6e..192d9b03ac 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-empty/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-empty/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifier/output.json index b2d26747cb..49c37926ad 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/output.json index 7344150952..0c439126a9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers/output.json index 96213b5828..b28aaf0d65 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-named-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/output.json index 08b96321fb..23fac0d03d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-number/output.json index ce76b426cc..cb95fa84a1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var/output.json index 2ef2274598..ae44c64129 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-export-declaration/export-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern-let/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern-let/output.json index 22a362cc56..c05eb9cca9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern-let/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern-let/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern/output.json index f3e791fa62..4f401a2e09 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-array-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern-const/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern-const/output.json index fbf2358333..8d59901e29 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern-const/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern-const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern/output.json index 3304b9020f..8bdd5bd10e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-object-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-const/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-const/output.json index 7633fb27cc..6e16548c21 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-const/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-let/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-let/output.json index 640ebe2cbf..9d64e35ce8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-let/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-let/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-var/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-var/output.json index 0333623699..c8b1fbfd96 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-var/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of-with-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of/output.json index f068e87b71..11ce457a83 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/for-of/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/let-of-of/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/let-of-of/output.json index 08ac0ccfbd..da544e66fa 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-for-of/let-of-of/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-for-of/let-of-of/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForOfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-params/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-params/output.json index 7bb0447e42..91ec774a75 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-params/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/output.json index 7f84c3d1f5..0436a729d4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield/output.json index 4dccc952c2..0b14ec63dd 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration-with-yield/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration/output.json index e0f1121abe..8a6d8362f0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-rest-param/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-rest-param/output.json index a242fc1f55..5b70bb51c5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-rest-param/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-rest-param/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-params/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-params/output.json index 1362f519ca..3ef0daf02c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-params/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/output.json index 55c5fc1678..9d5919d1e5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield/output.json index 037922b8d1..97e5459597 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression-with-yield/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression/output.json index 367c8a691c..866b55c382 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-computed-name/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-computed-name/output.json index 8044b80e2a..2da9d7230a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-computed-name/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-computed-name/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-params/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-params/output.json index 90576c1c5c..9ae0c2e522 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-params/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/output.json index 822e1710e3..977b214148 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-expression/output.json index 786b968d6b..d1fc512f80 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/output.json index 92c74802ca..b26adc4fcb 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield/output.json index fdb6ad3cb6..d05afab8aa 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method-with-yield/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method/output.json index 18db0c1dd1..280504bbdf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/generator-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/output.json index 416825f0b1..6bcafdb4a8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method/output.json index d89096c400..86d54a693d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-generator/static-generator-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/dakuten_handakuten/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/dakuten_handakuten/output.json index f7072bac2a..68f1fb8a06 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/dakuten_handakuten/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/dakuten_handakuten/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_all/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_all/output.json index 396895acb2..e92dc30494 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_all/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_all/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_alef/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_alef/output.json index 3f41b58b16..6bdccdd72d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_alef/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_alef/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_dal_part/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_dal_part/output.json index 07a2586b54..edb32771b7 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_dal_part/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_dal_part/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/output.json index 026501e396..f724a3b10e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_zain_start/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_zain_start/output.json index 358d88dfa9..facd3e367d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_zain_start/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_math_zain_start/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_part/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_part/output.json index 9e722d28de..9570a48b50 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_part/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_part/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_start/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_start/output.json index 9e722d28de..9570a48b50 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_start/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/escaped_start/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/estimated/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/estimated/output.json index 52be45f00f..811527d5f4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/estimated/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/estimated/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/ethiopic_digits/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/ethiopic_digits/output.json index 9e5692748e..26a11aeee6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/ethiopic_digits/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/ethiopic_digits/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_alef/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_alef/output.json index 5f832197cf..17c60d705e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_alef/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_alef/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_dal_part/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_dal_part/output.json index 4b704fd162..34b916d50e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_dal_part/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_dal_part/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_kaf_lam/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_kaf_lam/output.json index 0cebe40a6d..126731813b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_kaf_lam/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_kaf_lam/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_zain_start/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_zain_start/output.json index 50094cc9b8..17798e62e1 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_zain_start/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/math_zain_start/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/module_await/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/module_await/output.json index bd12000aa5..76431bad3d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/module_await/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/module_await/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/valid_await/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/valid_await/output.json index 096230269c..0b5cfe9866 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/valid_await/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/valid_await/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass/output.json index 574f473102..2388da9114 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass_weierstrass/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass_weierstrass/output.json index 73debf7d79..76c4522a69 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass_weierstrass/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-identifier/weierstrass_weierstrass/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/output.json index c66526e4bd..13a5ef7f4a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/output.json index 2fba15cd78..0458b69aea 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-as/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-as/output.json index 5e065a6338..347b3be444 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-as/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default-as/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default/output.json index f7c22db61e..5a75f863c5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-jquery/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-jquery/output.json index cf96958292..30cae98f64 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-jquery/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-jquery/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-module/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-module/output.json index 1d1c75f23e..329db7b046 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-module/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifier/output.json index da89ac26b6..7051af9018 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/output.json index ca548c6d5c..bad31cd608 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-empty/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-empty/output.json index 92681f683c..b149b8db92 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-empty/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-empty/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifier/output.json index 26095a68b1..3a62a458d6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/output.json index 95522ee106..ec9898e4ef 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers/output.json index b4885c5259..cc54edc053 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-named-specifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-namespace-specifier/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-namespace-specifier/output.json index 9cbe3e0b32..9c4d87ac49 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-namespace-specifier/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-namespace-specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-null-as-nil/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-null-as-nil/output.json index 518aaeb40a..d589597abf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-null-as-nil/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-import-declaration/import-null-as-nil/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-lexical-declaration/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-lexical-declaration/migrated_0000/output.json index 5841ab30aa..0d2a9ed4dc 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-lexical-declaration/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-lexical-declaration/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/assign-new-target/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/assign-new-target/output.json index 7aa1ae8e6b..02f31aba69 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/assign-new-target/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/assign-new-target/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-new-target/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-new-target/output.json index 288600cccd..506e791dd0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-new-target/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-new-target/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-declaration/output.json index c638246c6d..6f4a4a11e9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-expression/output.json index b5752a2847..0fc069591e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-invoke/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-invoke/output.json index 58ba5bb1e8..0cfa3ce2b5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-invoke/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-invoke/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-precedence/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-precedence/output.json index 003bc7b4b6..ca5e20d823 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-precedence/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-meta-property/new-target-precedence/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0000/output.json index 05d60f30b1..f21c6941d4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0001/output.json index 5018252dae..c81975172d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0002/output.json index 6e2e4d98d3..1b04fa1a9e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0003/output.json index 9689a45ac8..b741ed8e8c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0004/output.json index d8d8cfee12..dcc857d36a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-method-definition/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/output.json index c0c8200ece..f462e8df71 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/output.json index 181e3c40fe..d628d7fbf9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-method/output.json index bd528c430c..d6a9171290 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/output.json index 255173a09b..2c2439583c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/output.json index 4bbb184db3..78db3aba0b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter/output.json index 3f202ba80a..6dc20f542b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-getter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-method/output.json index 14904c3a91..0995b435bf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-setter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-setter/output.json index 8dc996e315..b9973f0450 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-setter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-initialiser/proto-literal-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/output.json index abd80881c6..4d782bacf3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/elision/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/elision/output.json index f546a66df9..4f6c7b8f2b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/elision/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/elision/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-catch-param/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-catch-param/output.json index 33414a4e30..8cd3932ae8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-catch-param/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-catch-param/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-fn/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-fn/output.json index 842fde6287..eff1ea1fd4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-fn/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-fn/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-for-lex/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-for-lex/output.json index 85430cc73f..4a05632608 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-for-lex/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-for-lex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-lexical/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-lexical/output.json index 8bcc519637..d154c58b00 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-lexical/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-lexical/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-var/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-var/output.json index e5ae1a64d3..ab870af50e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-var/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/empty-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/nested/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/nested/output.json index ae85f7ce66..995c478e84 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/nested/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/nested/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/properties/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/properties/output.json index 7d99f45aab..ee694093e2 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/properties/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-object-pattern/properties/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0000/output.json index 6c84b265b0..b1465d1f54 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0001/output.json index c711d94e62..ba347ead99 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0002/output.json index 8ba09d6077..d5fe344096 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0003/output.json index 427dd542bd..83bb02767b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0004/output.json index c5b3e36143..b6a8fbeae7 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0005/output.json index ac5af77227..28ed794187 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0006/output.json index 90750e471c..c8c90942d5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-octal-integer-literal/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-declaration/output.json index 81c2986660..6d5be94768 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-expression/output.json index 9d6057b46c..292e5947e0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-method/output.json index 7f9a954a96..2a7cf33842 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-shorthand-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-shorthand-method/output.json index f7d12c635c..2b0e6f95c3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-shorthand-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-rest-parameter/object-shorthand-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-multi-spread/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-multi-spread/output.json index da5f595f34..7f2e414d39 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-multi-spread/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-multi-spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-default/output.json index acb386ac7c..d184a82649 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-first/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-first/output.json index 3f66a557a0..dd7f63dd59 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-first/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-first/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-number/output.json index 3d2342021a..616ce67a70 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread/output.json index c1106662f9..da2f1ba24c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/call-spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-multi-spread/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-multi-spread/output.json index 2289f83586..57dc83daf3 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-multi-spread/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-multi-spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-default/output.json index 2281e8e385..5a8f135f23 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-first/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-first/output.json index c015f67ef3..caa4e829ed 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-first/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-first/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-number/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-number/output.json index 1fe99acde7..abac9752fc 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-number/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread/output.json index 72ba2c94f2..31dcf569b5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-spread-element/new-spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/arrow_super/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/arrow_super/output.json index c5cf38f22c..dd71fe58b8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/arrow_super/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/arrow_super/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/constructor_super/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/constructor_super/output.json index f7de748e96..3e043c1b39 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/constructor_super/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/constructor_super/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/new_super/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/new_super/output.json index 216a5660f4..5390082800 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/new_super/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/new_super/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_computed/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_computed/output.json index 88b6fc7883..8489fd9886 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_computed/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_member/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_member/output.json index 13b4db2bc4..cae838de0a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_member/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-super-property/super_member/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/dollar-sign/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/dollar-sign/output.json index 8b41104a7b..4e9b217cb0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/dollar-sign/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/dollar-sign/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/escape-sequences/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/escape-sequences/output.json index 3653254bf5..c18d75ba27 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/escape-sequences/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/escape-sequences/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/line-terminators/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/line-terminators/output.json index 11aeefbebd..14e7c4f0b5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/line-terminators/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/line-terminators/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/literal-escape-sequences/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/literal-escape-sequences/output.json index 46f2eb813d..05b8880ba5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/literal-escape-sequences/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/literal-escape-sequences/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/new-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/new-expression/output.json index 76377676ec..646a2349df 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/new-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/new-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-interpolation/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-interpolation/output.json index 9b083f0902..a036ba998f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-interpolation/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-interpolation/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/output.json index 38d9108763..48aa72ea2d 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged/output.json index 6b4305de3b..9ea44c8e0c 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/tagged/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/untagged/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/untagged/output.json index ad16fe02ef..1709e7f7be 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/untagged/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-template-literals/untagged/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/output.json index 8dd034ae3c..65a14f7cbe 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/output.json index 8f6e279539..66ef7c6113 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/output.json index b61b0b1bdc..9f9f834e88 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-array-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-array-pattern/output.json index 965e2ec8ef..d999f3d55f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-array-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-array-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-concise-body/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-concise-body/output.json index a5418d6717..cd0cda43de 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-concise-body/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-concise-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-function-body/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-function-body/output.json index 0eede033eb..0b9ab0f10a 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-function-body/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-function-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-default/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-default/output.json index 078bdf09bd..69a580ede4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-default/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-name/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-name/output.json index a479ba89d8..9761a349a4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-name/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-arrow-parameter-name/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-element/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-element/output.json index f3203cac78..eb617eadfb 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-element/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-element/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-property/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-property/output.json index 5f10e8fb03..46407c4550 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-property/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-binding-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-call-expression-property/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-call-expression-property/output.json index d062c8843e..bcf17d861f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-call-expression-property/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-call-expression-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-catch-parameter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-catch-parameter/output.json index 1aaf0aa249..310a6b5e03 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-catch-parameter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-catch-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-expression-precedence/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-expression-precedence/output.json index 71eabf68b7..49d3c999d4 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-expression-precedence/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-expression-precedence/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/output.json index db59de998c..572970e4d6 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration/output.json index 94e5595e85..61394aecd8 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression-parameter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression-parameter/output.json index 18adc56381..70fedd1827 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression-parameter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression/output.json index 524c1fed7f..878904bed9 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/output.json index 7290cfd959..5ad3fb7676 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/output.json index 426b0ef2de..fb8baff364 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-declaration/output.json index f18ed953be..90c754ee67 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-expression/output.json index c4c376b55d..0a82a02499 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-parameter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-parameter/output.json index f8ccf6154e..4179e6acc5 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-parameter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-function-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-method/output.json index 74dab07b2f..33f0ac1101 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/output.json index f726177339..7819b0e506 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-lexical-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-lexical-declaration/output.json index 6de43b2eb8..2e898291cf 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-lexical-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-lexical-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-member-expression-property/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-member-expression-property/output.json index bb1a6d1640..d73ff4d58e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-member-expression-property/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-member-expression-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-method/output.json index 306f6642c0..eeee1072ca 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-parameter-object-pattern/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-parameter-object-pattern/output.json index 76c95ba068..289ebcbb1b 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-parameter-object-pattern/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-parameter-object-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-rest-parameter/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-rest-parameter/output.json index 8c9a82f272..39b07b258e 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-rest-parameter/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-rest-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-binding-property/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-binding-property/output.json index b8da000b14..643588f065 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-binding-property/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-binding-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-method/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-method/output.json index 6bdf706ad6..2fca4d2661 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-strict-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-super-property/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-super-property/output.json index b7a768b0a0..6e60912b66 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-super-property/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-super-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-variable-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-variable-declaration/output.json index 48b5015bb8..ed44a5fcd0 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-variable-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-variable-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression-delegate/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression-delegate/output.json index 8b5641d1a3..7d36e1025f 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression-delegate/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression-delegate/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression/output.json b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression/output.json index 37960a2ef1..aa219449eb 100644 --- a/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/es2015-yield/yield-yield-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0000/output.json index 4f4281d12b..c2adfba4b5 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0001/output.json index e715c38ccb..13cc3bbdfc 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0002/output.json index 685668cc71..6663391c9d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-additive/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0000/output.json index 0f7d218b48..a5a52c1e2d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0001/output.json index 08e10f09be..e1363b4f98 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0002/output.json index 588a74e579..9ced89e225 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0003/output.json index 3a99ca3eb6..4c6da633f9 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0004/output.json index ec473b3207..2ae6136428 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0005/output.json index 812fb07cc1..62a87b6a49 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0006/output.json index 4d6b358971..987e2eb785 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0007/output.json index 26b624a7d4..077c01c701 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0008/output.json index 441330c54c..9fc98d2128 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0009/output.json index 1d99f52655..6cefd83e32 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0010/output.json index 10665e9e41..c12350d6a4 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0011/output.json index ffab2697d0..f97a88dd99 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0012/output.json index a4a9088d93..f12219cdff 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0013/output.json index 173d746401..d29652f48f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-assignment/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0000/output.json index a479164a06..0782650869 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0001/output.json index e22094073c..a036d7feee 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0002/output.json index 7cd159ef07..3f0401d051 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-bitwise/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0000/output.json index 3dbff25ba9..ab60eb5ab7 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0001/output.json index b4327fea4a..beb961a6f0 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0002/output.json index 3e277f2fb0..c2de2c5ec3 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0003/output.json index 759ef90eeb..8ef39b3fcd 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0004/output.json index 51c2a9cc9c..c75389bc6c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0005/output.json index 663534b1b4..0d49dfa5a7 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary-logical/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0000/output.json index 8d5866efa2..12c80600d8 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0001/output.json index bcc48922f6..7a4cb9d5bd 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0002/output.json index d4924593c3..d95f951f8e 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0003/output.json index 3b53c28f8f..4449ac1fc3 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0004/output.json index 3eab6d0286..11b4c83b84 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0005/output.json index e929279a89..33ebd32af2 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0006/output.json index e0124c982f..c6716f6d5b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0007/output.json index d891a4741e..d7d6a0eb4c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0008/output.json index 07dfb3ff15..55536bf01e 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0009/output.json index a251fd60d7..b0249f734e 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0010/output.json index 63a295482e..42134f8776 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0011/output.json index 8384ff1b91..64aa2ad301 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0012/output.json index 11335ea1d3..8a205f26f6 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0013/output.json index 1cfab365e3..76106e9d4f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0014/output.json index e819fc3506..19599c7b1c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0015/output.json index f14d54ace0..9e8b8d3fa8 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0016/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0016/output.json index 481b96d976..c7661fa85d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0016/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0016/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0017/output.json b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0017/output.json index ff26c296d7..fcccd1684f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0017/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-binary/migrated_0017/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0000/output.json index 1d480a3e1a..a73cf0cf3f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0001/output.json index 80210cee23..8a2005065f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0002/output.json index 5edfbca9c7..79e6ab49f0 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-bitwise-shift/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-complex/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-complex/migrated_0000/output.json index d6a6a6320e..fc67569d5b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-complex/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-complex/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0000/output.json index ca2df57148..9256d55782 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0001/output.json index 7ec28110ed..78cba5d992 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0002/output.json index efb8e82279..e4d9c21387 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-conditional/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0000/output.json index 582e04e0dc..1be43c5d3e 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0001/output.json index 507ec12519..7fdf6f8aa3 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0002/output.json index aada50d79c..4e3733ed6b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0003/output.json index a22ceaea6a..d439d193a7 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-equality/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0000/output.json index 12f91e395e..d248e9f318 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0001/output.json index b38c445344..02385c5aac 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-grouping/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0000/output.json index 8a400eec78..832564eca4 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0001/output.json index 05c9a2e459..7bd85bcc02 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0002/output.json index 42758a1f4e..8890dbc0a5 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0003/output.json index 99a0eebd01..74dfc01529 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0004/output.json index b7777dc84a..9a7b0d5681 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0005/output.json index ee47879eca..aed252faf1 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0006/output.json index dc595a854e..0177eead60 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0007/output.json index 36a8e9983d..2e5825aecf 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0008/output.json index 14abd247cf..38dadd7078 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0009/output.json index 55989c03bf..f8bf7daf5b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0010/output.json index 85def70954..82d3e1035a 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0011/output.json index 9b29fb40a0..a446cdb8fb 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0012/output.json index 3a03cde9b1..cb1cbf606f 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0013/output.json index fcc39e4ecc..fbb61eb44b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0014/output.json index 6a6c95e194..4d221db72d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0015/output.json index 7dbf01ef02..f3ec5d8857 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0016/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0016/output.json index a732436290..a0d7dd6582 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0016/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0016/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0017/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0017/output.json index fa67fb5375..3d93d997f9 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0017/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0017/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0018/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0018/output.json index edbf36b172..bc3d887ec0 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0018/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0018/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0019/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0019/output.json index 92b467b8e9..8e2550dfe5 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0019/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0019/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0020/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0020/output.json index 43038cf090..88fce0c713 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0020/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0020/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0021/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0021/output.json index 76fd57dc7a..c40e59d22d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0021/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0021/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0022/output.json b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0022/output.json index 1e0fe82f7b..9739e7a6f3 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0022/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-left-hand-side/migrated_0022/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0000/output.json index e4544003c4..d6c2f9a3e0 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0001/output.json index 328a727dec..edeb7a67b9 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0002/output.json index ee2eb7b83f..65b21159bd 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-multiplicative/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0000/output.json index 6cff980e29..603d0ca75c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0001/output.json index b402ef1d3f..0c86ed9cfa 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0002/output.json index 4436502a54..acdf9d06a9 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0003/output.json index 28309341ef..16a8b4d997 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0004/output.json index 397833c9f4..1ae88c0512 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0005/output.json index b27829eedc..f9aca6bfaa 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-postfix/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-primary/array/output.json b/packages/babel-parser/test/fixtures/esprima/expression-primary/array/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-primary/array/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-primary/array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/esprima/expression-primary/literal/output.json b/packages/babel-parser/test/fixtures/esprima/expression-primary/literal/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-primary/literal/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-primary/literal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/esprima/expression-primary/object/output.json b/packages/babel-parser/test/fixtures/esprima/expression-primary/object/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-primary/object/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-primary/object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/esprima/expression-primary/other/output.json b/packages/babel-parser/test/fixtures/esprima/expression-primary/other/output.json index 1df1b8a0fb..145f80b57b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-primary/other/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-primary/other/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0000/output.json index 39ed4b1c81..da4b728c5e 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0001/output.json index edbe85495e..7e1b9c51b1 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0002/output.json index f4fd2421d9..0fb742510b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0003/output.json index fab9884151..ad8dec06b0 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0004/output.json index 09804a0b7c..bb04fff526 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0005/output.json index 992fb876e2..6dc11018bc 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0006/output.json index 39e74f7d29..03f750d1df 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-relational/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0000/output.json index a072a29131..d11f271d74 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0001/output.json index 29f62109f3..e267ae6289 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0002/output.json index 164c7de5e1..a99d7da43c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0003/output.json index e24ebd8ae3..72447268a9 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0004/output.json index f8c24a6e5c..727416e13b 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0005/output.json index 7c9d3dd0a4..dc0f77aee6 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0006/output.json index 8c0aefbb8e..98a38e926d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0007/output.json index d0695f2e20..6f7c6fc7da 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0008/output.json index 900b160cf8..5d0310f557 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0009/output.json index 47e35ce89d..467981fc4d 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0010/output.json index 9c3d31a745..25049d3e76 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0011/output.json index 87f98df461..e1153f344c 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0012/output.json index 644e2e6689..f4cf7217e8 100644 --- a/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/expression-unary/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-array/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-array/output.json index 721b70528d..274656622a 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-array/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-object/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-object/output.json index f2235c6b51..d2f4d73a6e 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-object/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/arrow-rest-parameter-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-declaration/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-declaration/output.json index 81c2986660..6d5be94768 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-declaration/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-expression/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-expression/output.json index 9d6057b46c..292e5947e0 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-expression/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/function-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-method/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-method/output.json index 7f9a954a96..2a7cf33842 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-shorthand-method/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-shorthand-method/output.json index f7d12c635c..2b0e6f95c3 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-shorthand-method/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/object-shorthand-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-array/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-array/output.json index ae4c2ed557..6ec46b27f6 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-array/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-object/output.json b/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-object/output.json index 76c00e3fcd..d6665939ce 100644 --- a/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-object/output.json +++ b/packages/babel-parser/test/fixtures/esprima/rest-parameter/rest-parameter-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0000/output.json index ca5a5fb0eb..598c96a56b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0001/output.json index b271f0a04c..9eed13dbf1 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0002/output.json index d209b58703..9c65b7b8cb 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-block/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0000/output.json index e27a473406..f719006e5a 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0001/output.json index b46b8cecc6..09cd88be36 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0002/output.json index 75ce4af774..612f1abd2b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0003/output.json index 91efaf586f..320152a606 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-break/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0000/output.json index 16edee2512..976ebcc715 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0001/output.json index d58d0ffa9a..b14a15b253 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0002/output.json index 7b69d3e398..618cec22e8 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0003/output.json index 73a3847e0b..1ae8f40f97 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0004/output.json index 3c78b5f5bc..2340c94c69 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-continue/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-debugger/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-debugger/migrated_0000/output.json index c70dc07eb5..86fbfde778 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-debugger/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-debugger/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DebuggerStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-empty/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-empty/migrated_0000/output.json index e48902c158..1c109c350c 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-empty/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-empty/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "EmptyStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0000/output.json index 7d660bdda7..46cd57504e 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0001/output.json index a8a40d3c2b..769e912a7e 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0002/output.json index 96f353ac3f..0fb9d2b432 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0003/output.json index 367ca3f2a4..cc312ab67a 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0004/output.json index 598c8c3a94..01650ee4aa 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0005/output.json index d368ff1a7f..5c72b8a790 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-expression/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0000/output.json index 18f37a7b65..078b39d33a 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0001/output.json index e51a4dc3c2..46b9ab0f4a 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0002/output.json index 492f0ac62c..d2e4bb7013 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0004/output.json index 453c4e700d..3a5f512ccc 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0005/output.json index efb3af5fec..9bdda240be 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0006/output.json index 0cfad45c37..abdcda9559 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-if/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "IfStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/const_forin/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/const_forin/output.json index 094cbea3c2..e2464ea28f 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/const_forin/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/const_forin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/for-statement-with-seq/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/for-statement-with-seq/output.json index da4f943e81..4263383a0b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/for-statement-with-seq/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/for-statement-with-seq/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0000/output.json index 6b99345c09..ea8f8f1ee1 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0001/output.json index a131703fce..58dc5fcc7b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0002/output.json index e2f50113d3..2dc7a4b042 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0003/output.json index d9bf919d8c..0ae53e012b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "BlockStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0004/output.json index b8d3fb1e01..56f02c219f 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0005/output.json index a618237dc9..d51c3bce84 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "DoWhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0006/output.json index 1cd371f080..4f0b42bf91 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0007/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0007/output.json index f08d3a9485..cab2b6c289 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0007/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0007/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WhileStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0008/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0008/output.json index 5f4998d8a0..ef81cf2ef0 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0008/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0008/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0009/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0009/output.json index 67a281d20e..eca6e822f6 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0009/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0009/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0010/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0010/output.json index ac885ace49..087317911d 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0010/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0010/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0011/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0011/output.json index 424fedd8b8..aa78dd8a11 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0011/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0011/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0012/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0012/output.json index a1ccc73433..8cee92a6a4 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0012/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0012/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0013/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0013/output.json index f701a8cc20..02714a4af3 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0013/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0013/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0014/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0014/output.json index 019c93da93..ae77e9c9c0 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0014/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0014/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0015/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0015/output.json index d44ae9616d..8cae092843 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0015/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0015/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0016/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0016/output.json index bd932cf468..0623e2624b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0016/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0016/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0017/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0017/output.json index b49d510db1..4ce8157544 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0017/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0017/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0018/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0018/output.json index 59067a9ff1..d418bc0ac8 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0018/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0018/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0020/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0020/output.json index 20311af984..3cfd26fb69 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0020/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0020/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0024/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0024/output.json index 739ce79307..7a1b2313ce 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0024/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0024/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0025/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0025/output.json index 190164f5b4..f25bf92484 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0025/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0025/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0026/output.json b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0026/output.json index 9cbe245b30..b89167e9aa 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0026/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-iteration/migrated_0026/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ForInStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0000/output.json index 0edfa7e1e6..acbeba45c5 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0001/output.json index 0c49d0e8f9..5251cd078d 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0002/output.json index 7f81100ffa..1fd4ea1925 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-labelled/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "LabeledStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0000/output.json index 210a3c49ea..34df72d1dd 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0001/output.json index 4e4569aa91..ea1e209f24 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0002/output.json index 91a57f13b5..c0cd7f5516 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0003/output.json index d459bf8ae3..dc6bc1917e 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-return/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0000/output.json index b77f94e94a..2676e60076 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0001/output.json index 3c3a42b257..26eb0ec7e2 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0002/output.json index f474c77e7d..1295bdfcf9 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-switch/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "SwitchStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0000/output.json index a5a7fc11ac..4d485ddd96 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0001/output.json index fbc9ab8952..0099a2d97e 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0002/output.json index fec4e5ed08..ef879544f9 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-throw/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ThrowStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0000/output.json index e5753c7cc2..d363a5d4cc 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0001/output.json index 7a8e08f5e0..80dde4eca4 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0002/output.json index a6eb4ec45b..4b11f881de 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0003/output.json index 2e17e596c6..fbcb70be26 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0004/output.json index 4f92072de7..ea48a40300 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0005/output.json index 6024793dbd..bc19c5698f 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0006/output.json index c73f720c72..dc667d97ef 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-try/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0000/output.json index 2dc156600a..c2d1aa9e82 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0001/output.json index efb47e7394..2292f444ff 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0002/output.json index 8515e2fd31..338b1ef14f 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0003/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0003/output.json index c43470cfea..64faa9a0c0 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0003/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0003/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0004/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0004/output.json index 880833c662..cb147f686b 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0004/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0004/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0005/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0005/output.json index 3b4811d947..d6d6794fe5 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0005/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0005/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0006/output.json b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0006/output.json index 1afee34c9e..4b8305ce1e 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0006/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-variable/migrated_0006/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0000/output.json b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0000/output.json index c1ca938f16..de556d5854 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0000/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0000/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0001/output.json b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0001/output.json index bca8b9d7da..b8b6377905 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0001/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0001/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0002/output.json b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0002/output.json index e44e902aa7..67715145c7 100644 --- a/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0002/output.json +++ b/packages/babel-parser/test/fixtures/esprima/statement-with/migrated_0002/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "WithStatement", diff --git a/packages/babel-parser/test/fixtures/estree/class-method/basic/output.json b/packages/babel-parser/test/fixtures/estree/class-method/basic/output.json index ed044addab..8d314eae24 100644 --- a/packages/babel-parser/test/fixtures/estree/class-method/basic/output.json +++ b/packages/babel-parser/test/fixtures/estree/class-method/basic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/class-method/flow/output.json b/packages/babel-parser/test/fixtures/estree/class-method/flow/output.json index 268bd8439f..acc15e6c1a 100644 --- a/packages/babel-parser/test/fixtures/estree/class-method/flow/output.json +++ b/packages/babel-parser/test/fixtures/estree/class-method/flow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/directives/block/output.json b/packages/babel-parser/test/fixtures/estree/directives/block/output.json index 6723fdbf0e..75a911187c 100644 --- a/packages/babel-parser/test/fixtures/estree/directives/block/output.json +++ b/packages/babel-parser/test/fixtures/estree/directives/block/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/directives/function-non-strict/output.json b/packages/babel-parser/test/fixtures/estree/directives/function-non-strict/output.json index bb3b781e74..b886b1ed16 100644 --- a/packages/babel-parser/test/fixtures/estree/directives/function-non-strict/output.json +++ b/packages/babel-parser/test/fixtures/estree/directives/function-non-strict/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/directives/program-order/output.json b/packages/babel-parser/test/fixtures/estree/directives/program-order/output.json index 2f58e0a7a4..80b8812fef 100644 --- a/packages/babel-parser/test/fixtures/estree/directives/program-order/output.json +++ b/packages/babel-parser/test/fixtures/estree/directives/program-order/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/estree/directives/program/output.json b/packages/babel-parser/test/fixtures/estree/directives/program/output.json index d9fc1c0ad6..60cb5221f5 100644 --- a/packages/babel-parser/test/fixtures/estree/directives/program/output.json +++ b/packages/babel-parser/test/fixtures/estree/directives/program/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/estree/directives/raw/output.json b/packages/babel-parser/test/fixtures/estree/directives/raw/output.json index 220249c4aa..8193286a8c 100644 --- a/packages/babel-parser/test/fixtures/estree/directives/raw/output.json +++ b/packages/babel-parser/test/fixtures/estree/directives/raw/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/estree/flow/string-literal-annotation/output.json b/packages/babel-parser/test/fixtures/estree/flow/string-literal-annotation/output.json index 9d301570c3..3d767e959f 100644 --- a/packages/babel-parser/test/fixtures/estree/flow/string-literal-annotation/output.json +++ b/packages/babel-parser/test/fixtures/estree/flow/string-literal-annotation/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/literal/boolean/output.json b/packages/babel-parser/test/fixtures/estree/literal/boolean/output.json index 0fb347fbd5..4b390246bd 100644 --- a/packages/babel-parser/test/fixtures/estree/literal/boolean/output.json +++ b/packages/babel-parser/test/fixtures/estree/literal/boolean/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/literal/null/output.json b/packages/babel-parser/test/fixtures/estree/literal/null/output.json index f333081a50..450588b8a0 100644 --- a/packages/babel-parser/test/fixtures/estree/literal/null/output.json +++ b/packages/babel-parser/test/fixtures/estree/literal/null/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/literal/number/output.json b/packages/babel-parser/test/fixtures/estree/literal/number/output.json index f27bafff6e..46cbb6ce3a 100644 --- a/packages/babel-parser/test/fixtures/estree/literal/number/output.json +++ b/packages/babel-parser/test/fixtures/estree/literal/number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/literal/regexp/output.json b/packages/babel-parser/test/fixtures/estree/literal/regexp/output.json index dd522b9e9c..cfdf13c59a 100644 --- a/packages/babel-parser/test/fixtures/estree/literal/regexp/output.json +++ b/packages/babel-parser/test/fixtures/estree/literal/regexp/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/literal/string/output.json b/packages/babel-parser/test/fixtures/estree/literal/string/output.json index 5e91d5d539..5647bff910 100644 --- a/packages/babel-parser/test/fixtures/estree/literal/string/output.json +++ b/packages/babel-parser/test/fixtures/estree/literal/string/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/object-method/basic/output.json b/packages/babel-parser/test/fixtures/estree/object-method/basic/output.json index 2ca56f0679..2f6b9a5c04 100644 --- a/packages/babel-parser/test/fixtures/estree/object-method/basic/output.json +++ b/packages/babel-parser/test/fixtures/estree/object-method/basic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/estree/object-property/basic/output.json b/packages/babel-parser/test/fixtures/estree/object-property/basic/output.json index e9b55b9b2b..8efc7583c3 100644 --- a/packages/babel-parser/test/fixtures/estree/object-property/basic/output.json +++ b/packages/babel-parser/test/fixtures/estree/object-property/basic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/async-generators/class-method-2/output.json b/packages/babel-parser/test/fixtures/experimental/async-generators/class-method-2/output.json index 5e4225b342..daf37aab3a 100644 --- a/packages/babel-parser/test/fixtures/experimental/async-generators/class-method-2/output.json +++ b/packages/babel-parser/test/fixtures/experimental/async-generators/class-method-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/async-generators/class-method/output.json b/packages/babel-parser/test/fixtures/experimental/async-generators/class-method/output.json index 63eff9eccc..14cc3bddee 100644 --- a/packages/babel-parser/test/fixtures/experimental/async-generators/class-method/output.json +++ b/packages/babel-parser/test/fixtures/experimental/async-generators/class-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/async-generators/for-await/output.json b/packages/babel-parser/test/fixtures/experimental/async-generators/for-await/output.json index a60988eac1..d096f12b19 100644 --- a/packages/babel-parser/test/fixtures/experimental/async-generators/for-await/output.json +++ b/packages/babel-parser/test/fixtures/experimental/async-generators/for-await/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/async-generators/object-method/output.json b/packages/babel-parser/test/fixtures/experimental/async-generators/object-method/output.json index ecb5ae7de8..0dedcfd421 100644 --- a/packages/babel-parser/test/fixtures/experimental/async-generators/object-method/output.json +++ b/packages/babel-parser/test/fixtures/experimental/async-generators/object-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/bigint/valid-binary/output.json b/packages/babel-parser/test/fixtures/experimental/bigint/valid-binary/output.json index 263ef53fc6..2af634126e 100644 --- a/packages/babel-parser/test/fixtures/experimental/bigint/valid-binary/output.json +++ b/packages/babel-parser/test/fixtures/experimental/bigint/valid-binary/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/bigint/valid-hex/output.json b/packages/babel-parser/test/fixtures/experimental/bigint/valid-hex/output.json index 64fe81e542..220e289500 100644 --- a/packages/babel-parser/test/fixtures/experimental/bigint/valid-hex/output.json +++ b/packages/babel-parser/test/fixtures/experimental/bigint/valid-hex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/bigint/valid-large/output.json b/packages/babel-parser/test/fixtures/experimental/bigint/valid-large/output.json index e236ac8dd6..0839fb9bb6 100644 --- a/packages/babel-parser/test/fixtures/experimental/bigint/valid-large/output.json +++ b/packages/babel-parser/test/fixtures/experimental/bigint/valid-large/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/bigint/valid-octal-new/output.json b/packages/babel-parser/test/fixtures/experimental/bigint/valid-octal-new/output.json index 93103a5656..6267312764 100644 --- a/packages/babel-parser/test/fixtures/experimental/bigint/valid-octal-new/output.json +++ b/packages/babel-parser/test/fixtures/experimental/bigint/valid-octal-new/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/bigint/valid-small/output.json b/packages/babel-parser/test/fixtures/experimental/bigint/valid-small/output.json index 9d0c84e40c..1300d0c931 100644 --- a/packages/babel-parser/test/fixtures/experimental/bigint/valid-small/output.json +++ b/packages/babel-parser/test/fixtures/experimental/bigint/valid-small/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/async-generator/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/async-generator/output.json index f5ed3dfdaf..94ddd57f90 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/async-generator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/async-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/async/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/async/output.json index b1ab4f613f..f1d0b408d3 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/async/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/async/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/combined/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/combined/output.json index 0c8a7b0944..68e29ceab9 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/combined/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/combined/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/generator/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/generator/output.json index 9a535e389d..03ba962264 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/generator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/get-set/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/get-set/output.json index 1c19ce1d31..70e1196943 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/get-set/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/get-set/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-methods/method/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-methods/method/output.json index 9384092c3d..6946c14c5a 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-methods/method/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-methods/method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-properties/asi-success/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-properties/asi-success/output.json index b15a053d32..7b8015061d 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-properties/asi-success/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-properties/asi-success/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-properties/inline/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-properties/inline/output.json index f04ba741da..fed43d6977 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-properties/inline/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-properties/inline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-properties/nested/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-properties/nested/output.json index 6cf439e413..ca1638d5cc 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-properties/nested/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-properties/nested/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-properties/pbn-success/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-properties/pbn-success/output.json index d016c37afe..3a01307442 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-properties/pbn-success/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-properties/pbn-success/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-private-properties/static/output.json b/packages/babel-parser/test/fixtures/experimental/class-private-properties/static/output.json index 4089a843c7..0d05ba3223 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-private-properties/static/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-private-properties/static/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-function/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-function/output.json index ec7ac58529..b368a37225 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-function/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-key/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-key/output.json index 8676cc91a8..1478f40e09 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-key/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/arguments-in-key/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/asi-success/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/asi-success/output.json index 174d224de1..6f798008cb 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/asi-success/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/asi-success/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/computed/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/computed/output.json index 5427d9b8b2..4b12933c42 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/computed/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/edge-cases/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/edge-cases/output.json index 1f2961c076..6a69ac76f3 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/edge-cases/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/edge-cases/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/inline/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/inline/output.json index 26ed38ab62..01efea8ee2 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/inline/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/inline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/new-target-with-flow/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/new-target-with-flow/output.json index 235483266b..d3d00ee7bb 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/new-target-with-flow/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/new-target-with-flow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/new-target/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/new-target/output.json index b145601ec9..909e3ddcd0 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/new-target/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/new-target/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/super-inside-arrow-function/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/super-inside-arrow-function/output.json index decf9e8a8b..bf0e39a950 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/super-inside-arrow-function/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/super-inside-arrow-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/class-properties/super/output.json b/packages/babel-parser/test/fixtures/experimental/class-properties/super/output.json index 9a0a37ede6..75716a4009 100644 --- a/packages/babel-parser/test/fixtures/experimental/class-properties/super/output.json +++ b/packages/babel-parser/test/fixtures/experimental/class-properties/super/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator-call-expr/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator-call-expr/output.json index 3da71c5551..e00c9a37e3 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator-call-expr/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator-call-expr/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator/output.json index 176de43982..56103e1ae0 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-expression/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-expression/output.json index aef537ea6a..671d0c27f5 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-expression/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-generator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-generator/output.json index 109c1dc3a7..9ea5ab9eb5 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-generator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-property/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-property/output.json index efd269eaca..ed596c97a3 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/class-property/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/class-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/complex-expr/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/complex-expr/output.json index 9be8bc134d..5eb3a76258 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/complex-expr/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/complex-expr/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/compued-property/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/compued-property/output.json index 47fd3e62e1..b5c1eb7bac 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/compued-property/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/compued-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default-decorated-expression-with-parens/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default-decorated-expression-with-parens/output.json index 9744f0c47a..c9889b9f54 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default-decorated-expression-with-parens/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default-decorated-expression-with-parens/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default/output.json index a4e825f478..e1dcbf71d2 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export/output.json index 4fa56b4f02..0dbd22eee4 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/decoratorsBeforeExport-export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/export-decorated-class/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/export-decorated-class/output.json index 1de3383b10..63c87356f2 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/export-decorated-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/export-decorated-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/export-default-decorated-class/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/export-default-decorated-class/output.json index 439f124aaa..311f3706d1 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/export-default-decorated-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/export-default-decorated-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/get-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/get-decorator/output.json index 8ead46c650..292526245c 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/get-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/get-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator-parameters/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator-parameters/output.json index 33bbc9f55b..33599a2507 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator-parameters/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator-parameters/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator/output.json index 25cabbc2ee..02e691274b 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-class-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator-parameters/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator-parameters/output.json index 26fad22d6b..70e9fa4742 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator-parameters/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator-parameters/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator/output.json index 3756c207be..c7467389c3 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/nested-method-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/on-computed-name-method/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/on-computed-name-method/output.json index edc981dccd..21195e84f6 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/on-computed-name-method/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/on-computed-name-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/parenthesized/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/parenthesized/output.json index d8d01d4ffb..f45ee7e420 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/parenthesized/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/parenthesized/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/private-property/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/private-property/output.json index 3146c46607..4a36d0bc5a 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/private-property/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/private-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/set-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/set-decorator/output.json index 893757bd73..a92ec416c9 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/set-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/set-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/static-method/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/static-method/output.json index 3800c970f8..2325833e6f 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/static-method/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/static-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators-2/static-property/output.json b/packages/babel-parser/test/fixtures/experimental/decorators-2/static-property/output.json index ca7e9341d5..64e221ec7e 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators-2/static-property/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators-2/static-property/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-assignment/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-assignment/output.json index 848711fcda..0344c4a595 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-assignment/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-call-expr/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-call-expr/output.json index 96e981b0ad..5eafa7fd84 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-call-expr/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-call-expr/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-getter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-getter/output.json index 5624b03a36..7703fba3af 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-getter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-getter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-same-line/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-same-line/output.json index 62724f381e..c6997769eb 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-same-line/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-same-line/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-setter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-setter/output.json index a9b9bb4111..93fd705f6a 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-setter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator/output.json index 176de43982..56103e1ae0 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorators-multiple/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorators-multiple/output.json index 40a5435ebe..c7f92d6693 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-decorators-multiple/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-decorators-multiple/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/class-method-parameter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/class-method-parameter/output.json index 32e3dc2a54..ff1d85ed54 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/class-method-parameter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/class-method-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expr-on-prop/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expr-on-prop/output.json index d6d945320f..894dab3d67 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expr-on-prop/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expr-on-prop/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expression/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expression/output.json index ec927c0277..c7ce3371a1 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expression/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/computed-member-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/export-decorators-on-class/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/export-decorators-on-class/output.json index 9d946578d8..e13a6d5154 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/export-decorators-on-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/export-decorators-on-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-declaration-function-declaration-parameter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-declaration-function-declaration-parameter/output.json index 0389dc74ff..9f5b3306d2 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-declaration-function-declaration-parameter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-declaration-function-declaration-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-decorators-on-class/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-decorators-on-class/output.json index b52915d866..0bf7e9bf01 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-decorators-on-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-decorators-on-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-with-nested-class/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-with-nested-class/output.json index 05914a043f..405d6d18c0 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/export-default-with-nested-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/export-default-with-nested-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/function-declaration-parameter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/function-declaration-parameter/output.json index 0eadd50aba..2e227d88f6 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/function-declaration-parameter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/function-declaration-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/function-expression-parameter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/function-expression-parameter/output.json index 35f5ec392e..0b6aef6176 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/function-expression-parameter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/function-expression-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/method-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/method-decorator/output.json index 825114840b..140bd4d22d 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/method-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/method-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/object-decorator/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/object-decorator/output.json index bc48898615..78741f9504 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/object-decorator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/object-decorator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/decorators/object-method-parameter/output.json b/packages/babel-parser/test/fixtures/experimental/decorators/object-method-parameter/output.json index 1fcc4c57f7..a385e38019 100644 --- a/packages/babel-parser/test/fixtures/experimental/decorators/object-method-parameter/output.json +++ b/packages/babel-parser/test/fixtures/experimental/decorators/object-method-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/do-expressions/conditional-statement/output.json b/packages/babel-parser/test/fixtures/experimental/do-expressions/conditional-statement/output.json index 5d30dc7436..a21a24a89a 100644 --- a/packages/babel-parser/test/fixtures/experimental/do-expressions/conditional-statement/output.json +++ b/packages/babel-parser/test/fixtures/experimental/do-expressions/conditional-statement/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/do-expressions/scoping-variable/output.json b/packages/babel-parser/test/fixtures/experimental/do-expressions/scoping-variable/output.json index eb25bd2762..d3d3568740 100644 --- a/packages/babel-parser/test/fixtures/experimental/do-expressions/scoping-variable/output.json +++ b/packages/babel-parser/test/fixtures/experimental/do-expressions/scoping-variable/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/do-expressions/with-jsx/output.json b/packages/babel-parser/test/fixtures/experimental/do-expressions/with-jsx/output.json index 8f6e605515..e6808c472e 100644 --- a/packages/babel-parser/test/fixtures/experimental/do-expressions/with-jsx/output.json +++ b/packages/babel-parser/test/fixtures/experimental/do-expressions/with-jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/generator/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/generator/output.json index ff3147a217..25391badd2 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/generator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/inside-function/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/inside-function/output.json index 2ea3c7fb50..6cbd42871d 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/inside-function/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/inside-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-module/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-module/output.json index 921e11a045..2f8b72b91f 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-module/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-strict/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-strict/output.json index 87a3d532ba..0d81d0ce2f 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-strict/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/parses-strict/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/return-value/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/return-value/output.json index 42597e55b9..91a1706118 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/return-value/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/return-value/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/top-level/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/top-level/output.json index 44349a3fa6..b28846ccce 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/top-level/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/top-level/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/dynamic-import/variable-arguments/output.json b/packages/babel-parser/test/fixtures/experimental/dynamic-import/variable-arguments/output.json index a05af57a70..db84eef974 100644 --- a/packages/babel-parser/test/fixtures/experimental/dynamic-import/variable-arguments/output.json +++ b/packages/babel-parser/test/fixtures/experimental/dynamic-import/variable-arguments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-named/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-named/output.json index 7d5e584066..e4c389eba1 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-named/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-named/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-ns/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-ns/output.json index 5880077cce..d044c96352 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-ns/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-and-ns/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-default/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-default/output.json index 72a96cf589..2463d38b5b 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-default/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-type-without-flow/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-type-without-flow/output.json index 8b0ad961f6..2fa10284f6 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/default-type-without-flow/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/default-type-without-flow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/default/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/default/output.json index 850834e228..d31b6fbf36 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/default/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/export-with-ts/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/export-with-ts/output.json index 7153ffedc8..1c9388e7c0 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/export-with-ts/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/export-with-ts/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-and-named/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-and-named/output.json index c3ff5e5a66..0cdcb04cb4 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-and-named/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-and-named/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-default/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-default/output.json index 38c5f40bd5..3e9ebe6414 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-default/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns/output.json b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns/output.json index b1affb10e9..72403aff63 100644 --- a/packages/babel-parser/test/fixtures/experimental/export-extensions/ns/output.json +++ b/packages/babel-parser/test/fixtures/experimental/export-extensions/ns/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-asi-funciton-declaration/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-asi-funciton-declaration/output.json index 7c2f1a8cdb..8f1dc7f1fd 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-asi-funciton-declaration/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-asi-funciton-declaration/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call-statement/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call-statement/output.json index 20907c3380..0f78ff94e3 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call-statement/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call-statement/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call/output.json index 6053afed26..6ee6b54a10 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-if-statement/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-if-statement/output.json index 97299864d8..12271ff154 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-if-statement/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-if-statement/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-inside-generator/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-inside-generator/output.json index 6d03a012ab..d8961a920c 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-inside-generator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-inside-generator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-statement/output.json b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-statement/output.json index 1fafacae87..5bf2f923b8 100644 --- a/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-statement/output.json +++ b/packages/babel-parser/test/fixtures/experimental/function-sent/enabled-statement/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/import-meta/valid-in-module/output.json b/packages/babel-parser/test/fixtures/experimental/import-meta/valid-in-module/output.json index dc33442309..762e468f42 100644 --- a/packages/babel-parser/test/fixtures/experimental/import-meta/valid-in-module/output.json +++ b/packages/babel-parser/test/fixtures/experimental/import-meta/valid-in-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/import-meta/without-dynamic-import/output.json b/packages/babel-parser/test/fixtures/experimental/import-meta/without-dynamic-import/output.json index dc33442309..762e468f42 100644 --- a/packages/babel-parser/test/fixtures/experimental/import-meta/without-dynamic-import/output.json +++ b/packages/babel-parser/test/fixtures/experimental/import-meta/without-dynamic-import/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/json-strings/directive-line-separator/output.json b/packages/babel-parser/test/fixtures/experimental/json-strings/directive-line-separator/output.json index 8561f6d687..0a597e8063 100644 --- a/packages/babel-parser/test/fixtures/experimental/json-strings/directive-line-separator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/json-strings/directive-line-separator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/experimental/json-strings/directive-paragraph-separator/output.json b/packages/babel-parser/test/fixtures/experimental/json-strings/directive-paragraph-separator/output.json index e9b98e4f6e..ad5a48a14c 100644 --- a/packages/babel-parser/test/fixtures/experimental/json-strings/directive-paragraph-separator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/json-strings/directive-paragraph-separator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [], "directives": [ { diff --git a/packages/babel-parser/test/fixtures/experimental/json-strings/string-line-separator/output.json b/packages/babel-parser/test/fixtures/experimental/json-strings/string-line-separator/output.json index 83a66a0ff2..7dde2fc8ab 100644 --- a/packages/babel-parser/test/fixtures/experimental/json-strings/string-line-separator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/json-strings/string-line-separator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/json-strings/string-paragraph-separator/output.json b/packages/babel-parser/test/fixtures/experimental/json-strings/string-paragraph-separator/output.json index e91e09b29d..d7dab40405 100644 --- a/packages/babel-parser/test/fixtures/experimental/json-strings/string-paragraph-separator/output.json +++ b/packages/babel-parser/test/fixtures/experimental/json-strings/string-paragraph-separator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/and-and-equals/output.json b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/and-and-equals/output.json index a8cf00f410..ca7f051934 100644 --- a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/and-and-equals/output.json +++ b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/and-and-equals/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/mallet/output.json b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/mallet/output.json index 857dd9538e..955795e96b 100644 --- a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/mallet/output.json +++ b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/mallet/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/qq-equals/output.json b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/qq-equals/output.json index 7b7eded332..ffa28bc26b 100644 --- a/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/qq-equals/output.json +++ b/packages/babel-parser/test/fixtures/experimental/logical-assignment-operator/qq-equals/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/and-nullish/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/and-nullish/output.json index 57882d871e..779d2ccfbc 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/and-nullish/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/and-nullish/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/associativity/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/associativity/output.json index ccd1317f1a..6400590cf5 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/associativity/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/associativity/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/expression/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/expression/output.json index 7a2f321c7c..a73a582cf2 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/expression/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/multiline/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/multiline/output.json index 3043dfb4b7..c387800ff5 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/multiline/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/multiline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-and/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-and/output.json index 44583bc17a..2e4c3bf555 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-and/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-and/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-or/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-or/output.json index c769e52a6a..5ab0fcc1a5 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-or/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/nullish-or/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/or-nullish/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/or-nullish/output.json index 96f679d412..0db4055d3a 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/or-nullish/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/or-nullish/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/with-pipeline/output.json b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/with-pipeline/output.json index 57817930c4..e17ba18882 100644 --- a/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/with-pipeline/output.json +++ b/packages/babel-parser/test/fixtures/experimental/nullish-coalescing-operator/with-pipeline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/identifier-start-0/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/identifier-start-0/output.json index 70cf57a548..8bb7a04b57 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/identifier-start-0/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/identifier-start-0/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-0/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-0/output.json index 4165833ec2..f07811a91f 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-0/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-0/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-1/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-1/output.json index 8260e3a36f..8ef9043d9f 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-1/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-10/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-10/output.json index 6af46262ba..3bfad936fc 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-10/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-11/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-11/output.json index 08dfa9fc84..27f38c5789 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-11/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-12/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-12/output.json index 9ec67ee581..f5d9d8f4e7 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-12/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-13/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-13/output.json index 8619859fec..1e6a1e5b7b 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-13/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-14/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-14/output.json index 79c01565f8..0562a2e1b5 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-14/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-15/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-15/output.json index 010ed236b8..70fa1ecfe7 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-15/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-2/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-2/output.json index 0fe859c994..cb89d2e867 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-2/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-3/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-3/output.json index e2e79f52c3..8e6356f7c1 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-3/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-4/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-4/output.json index b799415f3c..12a2e33585 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-4/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-5/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-5/output.json index c198cab891..62e3ad2e4f 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-5/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-6/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-6/output.json index 3d60200076..5f3bb0f0c9 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-6/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-7/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-7/output.json index 53bfa89514..b9e808d490 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-7/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-8/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-8/output.json index 9c7b37a0d1..f060c82f7e 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-8/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-9/output.json b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-9/output.json index 83b28d8df9..c4a785b2ee 100644 --- a/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-9/output.json +++ b/packages/babel-parser/test/fixtures/experimental/numeric-separator/valid-9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/1/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/1/output.json index 5a26deddd0..9e70bac913 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/1/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/10/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/10/output.json index 8f25c2d95d..485e729af5 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/10/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/2/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/2/output.json index 7e5f5f53f8..63ab7890b8 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/2/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/3/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/3/output.json index 5e11b8cf1a..5ecd8287f4 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/3/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/4/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/4/output.json index 8b971ee635..3cd19d4940 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/4/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/5/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/5/output.json index 471b7c59d6..d3f66418df 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/5/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/6/output.json b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/6/output.json index 53ef3f7245..1e1e897974 100644 --- a/packages/babel-parser/test/fixtures/experimental/object-rest-spread/6/output.json +++ b/packages/babel-parser/test/fixtures/experimental/object-rest-spread/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding-finally/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding-finally/output.json index e3930cb2bf..c8261f6ba3 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding-finally/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding-finally/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding/output.json index 24a4aaa600..f99c9541a4 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/no-plugin-yes-binding/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding-finally/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding-finally/output.json index 7ffccafce2..4ebb1d0cb5 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding-finally/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding-finally/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding/output.json index e053c3b5cd..5124fdabae 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-no-binding/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding-finally/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding-finally/output.json index e3930cb2bf..c8261f6ba3 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding-finally/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding-finally/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding/output.json b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding/output.json index 24a4aaa600..f99c9541a4 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-catch-binding/yes-plugin-yes-binding/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "TryStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/conditional-decimal/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/conditional-decimal/output.json index 70feddd253..537a8c44f7 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/conditional-decimal/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/conditional-decimal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/output.json index 20946ed07e..0d52f30d9a 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access-bracket/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access-bracket/output.json index c59ce8a381..b93dd4b235 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access-bracket/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access-bracket/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access/output.json index ec7d0d5737..9232427dda 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/member-access/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/optioanl-chain-expression/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/optioanl-chain-expression/output.json index 3eb34c498b..15435af4c4 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/optioanl-chain-expression/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/optioanl-chain-expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/parenthised-chain/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/parenthised-chain/output.json index d099840c7b..3c50e58ebc 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/parenthised-chain/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/parenthised-chain/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/separated-chaining/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/separated-chaining/output.json index 8886e6bce8..b3c6c779d3 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/separated-chaining/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/separated-chaining/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/optional-chaining/super-method-class/output.json b/packages/babel-parser/test/fixtures/experimental/optional-chaining/super-method-class/output.json index b6c5a510c4..877e7f493a 100644 --- a/packages/babel-parser/test/fixtures/experimental/optional-chaining/super-method-class/output.json +++ b/packages/babel-parser/test/fixtures/experimental/optional-chaining/super-method-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/await-requires-parens/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/await-requires-parens/output.json index bbdd60915e..ca6d697c46 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/await-requires-parens/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/await-requires-parens/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/base/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/base/output.json index f50e52f418..fbf187592a 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/base/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/base/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/chain/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/chain/output.json index f7ce4802a1..4f7a815237 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/chain/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/chain/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/multiline/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/multiline/output.json index 5b2a0a70bd..8e5b517358 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/multiline/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/multiline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/precedence/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/precedence/output.json index 3bd3f8913c..9a18738b06 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/precedence/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/precedence/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow-parend-params/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow-parend-params/output.json index 59844656d5..620abadb05 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow-parend-params/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow-parend-params/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow/output.json b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow/output.json index 01ae302ad3..57c57f0f63 100644 --- a/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow/output.json +++ b/packages/babel-parser/test/fixtures/experimental/pipeline-operator/with-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/1/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/1/output.json index d8b75cc1d0..b6d0cedb6d 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/1/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/10/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/10/output.json index 6ef94ad9bd..c2e61b7dcc 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/10/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/11/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/11/output.json index 1cf6041972..3ca94e61c6 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/11/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/12/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/12/output.json index eaa8c4ab42..635e109f11 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/12/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/13/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/13/output.json index 6422cab83c..7f0b58140c 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/13/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/14/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/14/output.json index 253459c464..3b5099e248 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/14/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/15/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/15/output.json index ec73dac5d8..dad1acd882 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/15/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/16/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/16/output.json index bf367875f1..980991e098 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/16/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/17/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/17/output.json index db6bfd7588..9aa91ba180 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/17/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/18/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/18/output.json index 7d1d4ecac2..1f6e730f77 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/18/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/19/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/19/output.json index 30b397ba11..4d0a4a3823 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/19/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/2/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/2/output.json index dc2581302c..f644f6f77c 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/2/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/20/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/20/output.json index 5995e5c491..7012d6b344 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/20/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/21/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/21/output.json index 3eff694145..80582542dc 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/21/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/22/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/22/output.json index fcfe7dbcd0..c692f5634e 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/22/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/22/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/23/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/23/output.json index aa1740dac3..57ba6b14ba 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/23/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/23/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/24/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/24/output.json index 39b3bb484e..1eb4c54777 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/24/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/24/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/25/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/25/output.json index f978e9e2bb..e2929b5688 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/25/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/25/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/26/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/26/output.json index 02603f46cd..d765da348a 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/26/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/26/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/27/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/27/output.json index bda12c9651..e9ce95b154 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/27/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/27/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/28/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/28/output.json index 2ee6bf6d75..6ef630c216 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/28/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/28/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/29/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/29/output.json index ab787c76b0..7d080201f8 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/29/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/29/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/3/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/3/output.json index 82a87607c9..35d36a435d 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/3/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/30/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/30/output.json index 5467e09a34..234638108d 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/30/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/30/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/31/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/31/output.json index 7792df9415..01ba58dde0 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/31/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/31/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/32/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/32/output.json index 00a0ad78bc..d6c9de764f 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/32/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/32/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/33/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/33/output.json index 11d9cd92b3..d4989ed391 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/33/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/33/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/34/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/34/output.json index 072eac4db4..f070f46d18 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/34/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/34/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/35/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/35/output.json index f6e57d84f1..75c1433476 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/35/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/35/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/36/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/36/output.json index 5a52cbb588..edbbef5c29 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/36/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/36/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/37/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/37/output.json index b6ad827a92..a8fa636685 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/37/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/37/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/38/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/38/output.json index b25f264baf..7dd1fb5e55 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/38/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/38/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/39/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/39/output.json index d0ee5e2b4f..98c5fbe6f8 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/39/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/39/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/4/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/4/output.json index 3c240cbca5..c7aa3ef7db 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/4/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/40/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/40/output.json index c5c6235df6..c1153e8ef9 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/40/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/40/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/41/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/41/output.json index 70facd5b6a..6785374292 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/41/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/41/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/42/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/42/output.json index 4dd20c77bc..3e96fd7f6e 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/42/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/42/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/43/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/43/output.json index d75d926a77..072db71bd3 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/43/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/43/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/44/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/44/output.json index 811cbc9664..fdbd4372b1 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/44/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/44/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/45/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/45/output.json index 7e104de733..8d89468bd9 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/45/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/45/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/46/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/46/output.json index 3f850af6f9..caff17537e 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/46/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/46/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/47/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/47/output.json index 4d25257bf2..c84eb9ef6c 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/47/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/47/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/48/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/48/output.json index 54b4914e13..41f694cea6 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/48/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/48/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/49/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/49/output.json index 5dc69624b3..0467351a38 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/49/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/49/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/5/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/5/output.json index bf13103e1f..a0b4ed8873 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/5/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/50/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/50/output.json index 88982b42de..783cfac7f3 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/50/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/50/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/51/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/51/output.json index 999202808b..8f770a0b52 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/51/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/51/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/52/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/52/output.json index ff94ba4145..e9c9ec66f5 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/52/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/52/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/53/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/53/output.json index bd743338a8..140d1ca3a5 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/53/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/53/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/54/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/54/output.json index 1ef2fcc477..1ba67b8a91 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/54/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/54/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/55/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/55/output.json index db9472adc3..0acda94d44 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/55/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/55/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/56/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/56/output.json index a29dca62cb..a486c2f93d 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/56/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/56/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/57/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/57/output.json index 440e1e7b6c..787369211a 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/57/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/57/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/58/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/58/output.json index d5c6e26513..ac1b66efba 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/58/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/58/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/59/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/59/output.json index ea9c9bb696..d996015a1b 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/59/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/59/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/6/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/6/output.json index e756aa3c50..41ad167999 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/6/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/60/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/60/output.json index d77b26a5d6..eefdc6fa08 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/60/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/60/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/61/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/61/output.json index 4d954dc2d3..533b224afe 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/61/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/61/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/62/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/62/output.json index a4ab688484..0ac527181b 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/62/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/62/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/63/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/63/output.json index d6f59b6cd6..f54fd54c65 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/63/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/63/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/64/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/64/output.json index b3cd32eb66..341d69a0c9 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/64/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/64/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/65/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/65/output.json index d381bed78f..0fee8b87f9 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/65/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/65/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/66/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/66/output.json index b6d1bad8e0..c18f0204be 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/66/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/66/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/67/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/67/output.json index 9f89295266..bfc54baaba 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/67/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/67/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/68/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/68/output.json index 59ad74af19..29e020e74f 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/68/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/68/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/7/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/7/output.json index 8dd1cb7248..8cb12ab25a 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/7/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/8/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/8/output.json index 8fd7e0ab30..e5813f87f8 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/8/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/9/output.json b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/9/output.json index 2306ad4846..f2d5e3c3dd 100644 --- a/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/9/output.json +++ b/packages/babel-parser/test/fixtures/experimental/template-literal-invalid-escapes-tagged/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/experimental/throw-expression/comma/output.json b/packages/babel-parser/test/fixtures/experimental/throw-expression/comma/output.json index 82ce22ff1e..13be4f8c45 100644 --- a/packages/babel-parser/test/fixtures/experimental/throw-expression/comma/output.json +++ b/packages/babel-parser/test/fixtures/experimental/throw-expression/comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/throw-expression/expression/output.json b/packages/babel-parser/test/fixtures/experimental/throw-expression/expression/output.json index a081583277..986308b63e 100644 --- a/packages/babel-parser/test/fixtures/experimental/throw-expression/expression/output.json +++ b/packages/babel-parser/test/fixtures/experimental/throw-expression/expression/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/throw-expression/logical/output.json b/packages/babel-parser/test/fixtures/experimental/throw-expression/logical/output.json index 3d656ed8d8..7f0b587675 100644 --- a/packages/babel-parser/test/fixtures/experimental/throw-expression/logical/output.json +++ b/packages/babel-parser/test/fixtures/experimental/throw-expression/logical/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/throw-expression/statement/output.json b/packages/babel-parser/test/fixtures/experimental/throw-expression/statement/output.json index d9c37d2029..21a73cbfdc 100644 --- a/packages/babel-parser/test/fixtures/experimental/throw-expression/statement/output.json +++ b/packages/babel-parser/test/fixtures/experimental/throw-expression/statement/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/40/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/40/output.json index 70ef40699b..00fa0002b3 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/40/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/40/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/43/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/43/output.json index 9dd5e9905e..0832c75e1b 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/43/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/43/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/44/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/44/output.json index 4025c61637..cf4693d780 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/44/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/44/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/45/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/45/output.json index 47363a3864..151fa64ab2 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/45/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/45/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/46/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/46/output.json index ce6d78e0a7..9aba248217 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/46/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/46/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/47/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/47/output.json index 8e74943f7e..04801415dd 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/47/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/47/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/48/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/48/output.json index 2aff0b84a4..a5bf501347 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/48/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/48/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/49/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/49/output.json index ecf0ccfef1..716c328037 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/49/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/49/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/experimental/uncategorised/62/output.json b/packages/babel-parser/test/fixtures/experimental/uncategorised/62/output.json index 864afee525..3b78f4f457 100644 --- a/packages/babel-parser/test/fixtures/experimental/uncategorised/62/output.json +++ b/packages/babel-parser/test/fixtures/experimental/uncategorised/62/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_01/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_01/output.json index e00467b0e9..6bf303dba1 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_01/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_01/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_02/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_02/output.json index 73007c1e57..baa5c0d9ed 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_02/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_02/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_03/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_03/output.json index d5f57fab6e..6a9c52404e 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_03/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_03/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_04/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_04/output.json index a32abb2448..85d58b0afd 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_04/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_04/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_05/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_05/output.json index 0e9d4cc366..94cfa8948a 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_05/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_05/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_06/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_06/output.json index 4feea74270..1fd25ad194 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_06/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_06/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_07/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_07/output.json index 7952a96d50..75b5e9b575 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_07/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_07/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_08/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_08/output.json index 6294c4330f..02531eeb8d 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_08/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_08/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_09/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_09/output.json index ffdbc48e8e..ad16baa608 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_09/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_09/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_10/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_10/output.json index 37a201fbc4..f2854db5d7 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_10/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_11/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_11/output.json index df16172eb9..6a10b73751 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_11/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_12/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_12/output.json index c090ceb20f..ac37720b46 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_12/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_13/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_13/output.json index 9714ca6255..ffad33b3ba 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_13/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-no-parens-types/good_13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_01/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_01/output.json index 70c0c695b0..ec0bc381be 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_01/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_01/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_02/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_02/output.json index 058834d851..d5ffb43368 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_02/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_02/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_03/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_03/output.json index 9cd20d3a8c..bbd6090ffe 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_03/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_03/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_04/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_04/output.json index 259e0e7626..733388df42 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_04/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_04/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_05/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_05/output.json index 9d663af9a0..7c4cd7881b 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_05/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_05/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_06/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_06/output.json index 7d46abc82f..dbf419ea9c 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_06/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_06/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_07/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_07/output.json index ba782c6a12..1402c8ad8e 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_07/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_07/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_08/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_08/output.json index 420a17cb6e..16e7731de8 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_08/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_08/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_09/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_09/output.json index d7eb0ecb6b..6dd7211157 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_09/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_09/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_10/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_10/output.json index 684ce54799..794fdff462 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_10/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_11/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_11/output.json index 2baa8d8eae..015d69cae1 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_11/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_12/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_12/output.json index db335e4d45..9047e8e46c 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_12/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_13/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_13/output.json index 9e4ef9fa83..aea51b1a9d 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_13/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_14/output.json b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_14/output.json index 897affda59..422a84f34f 100644 --- a/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_14/output.json +++ b/packages/babel-parser/test/fixtures/flow/anonymous-function-types/good_14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/1/output.json b/packages/babel-parser/test/fixtures/flow/array-types/1/output.json index 4a628f8b88..06d26c8e36 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/2/output.json b/packages/babel-parser/test/fixtures/flow/array-types/2/output.json index ac973c42c3..9f50cb461a 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/3/output.json b/packages/babel-parser/test/fixtures/flow/array-types/3/output.json index 97f2e67bb2..949dfb4123 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/4/output.json b/packages/babel-parser/test/fixtures/flow/array-types/4/output.json index 1e607ecb92..51a834b881 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/5/output.json b/packages/babel-parser/test/fixtures/flow/array-types/5/output.json index 1d9bb7f09e..896ad67541 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/6/output.json b/packages/babel-parser/test/fixtures/flow/array-types/6/output.json index 75d9b0ed40..67579952d9 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/7/output.json b/packages/babel-parser/test/fixtures/flow/array-types/7/output.json index 075d711fea..7f4c72ed59 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/7/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/8/output.json b/packages/babel-parser/test/fixtures/flow/array-types/8/output.json index 5942211299..a826331cb1 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/8/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/array-types/9/output.json b/packages/babel-parser/test/fixtures/flow/array-types/9/output.json index fffc354953..3a8abb5ee6 100644 --- a/packages/babel-parser/test/fixtures/flow/array-types/9/output.json +++ b/packages/babel-parser/test/fixtures/flow/array-types/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/1/output.json b/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/1/output.json index 5f53d9572e..f1ad465d33 100644 --- a/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/2/output.json b/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/2/output.json index 096f90c649..94b3782bdf 100644 --- a/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/bounded-polymorphism/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/call-properties/1/output.json b/packages/babel-parser/test/fixtures/flow/call-properties/1/output.json index a8f731da4a..f106eb4dc3 100644 --- a/packages/babel-parser/test/fixtures/flow/call-properties/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/call-properties/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/call-properties/2/output.json b/packages/babel-parser/test/fixtures/flow/call-properties/2/output.json index af04ce04dd..bdd238b298 100644 --- a/packages/babel-parser/test/fixtures/flow/call-properties/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/call-properties/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/call-properties/3/output.json b/packages/babel-parser/test/fixtures/flow/call-properties/3/output.json index 2455ef16d7..730570fda7 100644 --- a/packages/babel-parser/test/fixtures/flow/call-properties/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/call-properties/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/call-properties/4/output.json b/packages/babel-parser/test/fixtures/flow/call-properties/4/output.json index 98ed1c12e8..6f1b515556 100644 --- a/packages/babel-parser/test/fixtures/flow/call-properties/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/call-properties/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/call-properties/5/output.json b/packages/babel-parser/test/fixtures/flow/call-properties/5/output.json index c7b8b89bf7..db839f06c2 100644 --- a/packages/babel-parser/test/fixtures/flow/call-properties/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/call-properties/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/class-properties/getter-setter/output.json b/packages/babel-parser/test/fixtures/flow/class-properties/getter-setter/output.json index a62d033d1a..4a75d993f4 100644 --- a/packages/babel-parser/test/fixtures/flow/class-properties/getter-setter/output.json +++ b/packages/babel-parser/test/fixtures/flow/class-properties/getter-setter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/class-properties/invalid-named-static/output.json b/packages/babel-parser/test/fixtures/flow/class-properties/invalid-named-static/output.json index 016fc254c0..3a2bf08816 100644 --- a/packages/babel-parser/test/fixtures/flow/class-properties/invalid-named-static/output.json +++ b/packages/babel-parser/test/fixtures/flow/class-properties/invalid-named-static/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/flow/class-properties/named-static/output.json b/packages/babel-parser/test/fixtures/flow/class-properties/named-static/output.json index d42ce47484..fc9b86cfab 100644 --- a/packages/babel-parser/test/fixtures/flow/class-properties/named-static/output.json +++ b/packages/babel-parser/test/fixtures/flow/class-properties/named-static/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/classes/constructor-override-with-class-prop-plugin/output.json b/packages/babel-parser/test/fixtures/flow/classes/constructor-override-with-class-prop-plugin/output.json index 11506344af..38c7d60374 100644 --- a/packages/babel-parser/test/fixtures/flow/classes/constructor-override-with-class-prop-plugin/output.json +++ b/packages/babel-parser/test/fixtures/flow/classes/constructor-override-with-class-prop-plugin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/classes/constructor-with-class-prop-plugin/output.json b/packages/babel-parser/test/fixtures/flow/classes/constructor-with-class-prop-plugin/output.json index dd1ca6a3f9..d3b588235d 100644 --- a/packages/babel-parser/test/fixtures/flow/classes/constructor-with-class-prop-plugin/output.json +++ b/packages/babel-parser/test/fixtures/flow/classes/constructor-with-class-prop-plugin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/classes/good_01/output.json b/packages/babel-parser/test/fixtures/flow/classes/good_01/output.json index 85cf0ca075..17b274597f 100644 --- a/packages/babel-parser/test/fixtures/flow/classes/good_01/output.json +++ b/packages/babel-parser/test/fixtures/flow/classes/good_01/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/classes/implements-multiple/output.json b/packages/babel-parser/test/fixtures/flow/classes/implements-multiple/output.json index d1857f6c95..850b27d807 100644 --- a/packages/babel-parser/test/fixtures/flow/classes/implements-multiple/output.json +++ b/packages/babel-parser/test/fixtures/flow/classes/implements-multiple/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/classes/implements/output.json b/packages/babel-parser/test/fixtures/flow/classes/implements/output.json index 7eeb588da8..421fef65d7 100644 --- a/packages/babel-parser/test/fixtures/flow/classes/implements/output.json +++ b/packages/babel-parser/test/fixtures/flow/classes/implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment-disabled/01-type-include/output.json b/packages/babel-parser/test/fixtures/flow/comment-disabled/01-type-include/output.json index f5befcfbc0..618209f10c 100644 --- a/packages/babel-parser/test/fixtures/flow/comment-disabled/01-type-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment-disabled/01-type-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment-disabled/02-type-include/output.json b/packages/babel-parser/test/fixtures/flow/comment-disabled/02-type-include/output.json index e899eaaf3a..36a3d22a48 100644 --- a/packages/babel-parser/test/fixtures/flow/comment-disabled/02-type-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment-disabled/02-type-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/flow/comment-disabled/03-type-flow-include/output.json b/packages/babel-parser/test/fixtures/flow/comment-disabled/03-type-flow-include/output.json index a57081c3bf..ed5a0e7b58 100644 --- a/packages/babel-parser/test/fixtures/flow/comment-disabled/03-type-flow-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment-disabled/03-type-flow-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [], "directives": [], "innerComments": [ diff --git a/packages/babel-parser/test/fixtures/flow/comment-disabled/04-type-flow-include/output.json b/packages/babel-parser/test/fixtures/flow/comment-disabled/04-type-flow-include/output.json index 72244409b0..fb2a67dd83 100644 --- a/packages/babel-parser/test/fixtures/flow/comment-disabled/04-type-flow-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment-disabled/04-type-flow-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment-disabled/05-type-annotation/output.json b/packages/babel-parser/test/fixtures/flow/comment-disabled/05-type-annotation/output.json index 35d169d140..c78f286ee3 100644 --- a/packages/babel-parser/test/fixtures/flow/comment-disabled/05-type-annotation/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment-disabled/05-type-annotation/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment/01-type-include/output.json b/packages/babel-parser/test/fixtures/flow/comment/01-type-include/output.json index 889d665fbd..4f80907e1d 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/01-type-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/01-type-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment/02-type-include/output.json b/packages/babel-parser/test/fixtures/flow/comment/02-type-include/output.json index 8f95c43077..1d0d65df29 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/02-type-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/02-type-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/comment/03-type-flow-include/output.json b/packages/babel-parser/test/fixtures/flow/comment/03-type-flow-include/output.json index 4d0155be57..027f0b871f 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/03-type-flow-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/03-type-flow-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/comment/04-type-flow-include/output.json b/packages/babel-parser/test/fixtures/flow/comment/04-type-flow-include/output.json index 72244409b0..fb2a67dd83 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/04-type-flow-include/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/04-type-flow-include/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment/05-type-annotation/output.json b/packages/babel-parser/test/fixtures/flow/comment/05-type-annotation/output.json index bda3a62937..e48859a099 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/05-type-annotation/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/05-type-annotation/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/comment/spread/output.json b/packages/babel-parser/test/fixtures/flow/comment/spread/output.json index 99b1f8e94d..1c226515e0 100644 --- a/packages/babel-parser/test/fixtures/flow/comment/spread/output.json +++ b/packages/babel-parser/test/fixtures/flow/comment/spread/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/declare-class/implements-multiple/output.json b/packages/babel-parser/test/fixtures/flow/declare-class/implements-multiple/output.json index 9aae9f3dfb..24f5486a6c 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-class/implements-multiple/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-class/implements-multiple/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-class/implements-with-mixin/output.json b/packages/babel-parser/test/fixtures/flow/declare-class/implements-with-mixin/output.json index b7420ee2bb..d89a06c3ae 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-class/implements-with-mixin/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-class/implements-with-mixin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-class/implements/output.json b/packages/babel-parser/test/fixtures/flow/declare-class/implements/output.json index 147cd4723c..1588d32238 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-class/implements/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-class/implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-class/mixins-multiple/output.json b/packages/babel-parser/test/fixtures/flow/declare-class/mixins-multiple/output.json index 0cc7bb6f63..8cc1f0efa1 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-class/mixins-multiple/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-class/mixins-multiple/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-class/mixins/output.json b/packages/babel-parser/test/fixtures/flow/declare-class/mixins/output.json index 976666c5aa..6e866c706c 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-class/mixins/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-class/mixins/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-class/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-class/output.json index 0c677c578e..5d62e9f780 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-class/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-arrow/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-arrow/output.json index cd5ff0a411..ed758e8db4 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-arrow/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-class/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-class/output.json index d61334fe3e..f6b7a9e995 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-class/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-function/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-function/output.json index b433681f6b..77bff1a2d7 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-function/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-union/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-union/output.json index 331f6890a2..6380a6ac4c 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-default-union/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-default-union/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-from/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-from/output.json index 6fde07ca48..a5a2935367 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-from/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-from/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-function/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-function/output.json index 79377de65a..05c38224f0 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-function/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-and-var/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-and-var/output.json index afda6a4c4f..740f88c56b 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-and-var/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-and-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-commonjs/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-commonjs/output.json index ef1c280b06..2fb99dda68 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-commonjs/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface-commonjs/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface/output.json index e174a6e56d..a494879bac 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-interface/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-interface/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-named-pattern/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-named-pattern/output.json index 6e1791ff95..dda5b894d1 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-named-pattern/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-named-pattern/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-star-as/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-star-as/output.json index ecf6deda99..8363587b4d 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-star-as/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-star-as/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-star/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-star/output.json index acf7bb46da..74efda6cff 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-star/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-star/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-and-var/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-and-var/output.json index 1b6544a294..df7282a5b0 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-and-var/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-and-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-commonjs/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-commonjs/output.json index c97883f7d0..eb8a0af738 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-commonjs/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-commonjs/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-star-from/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-star-from/output.json index 976a865247..fb3c7035c6 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-type-star-from/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-type-star-from/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-type/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-type/output.json index aa03bfa368..f6916e1975 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-type/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-type/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-export/export-var/output.json b/packages/babel-parser/test/fixtures/flow/declare-export/export-var/output.json index d176ea111b..ed757b4339 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-export/export-var/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-export/export-var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/1/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/1/output.json index f209133694..f4f7fc14c0 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/10/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/10/output.json index 8af394d53a..25e88a589d 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/10/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModuleExports", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/2/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/2/output.json index 8643e9feaa..d232518f39 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/3/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/3/output.json index 8e61c95762..3f8901ca6b 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/4/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/4/output.json index 71deaaf280..b720bcb8bb 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/5/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/5/output.json index cca82df7c2..61696e0296 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/6/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/6/output.json index 2f3709e3c8..7816d81300 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/9/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/9/output.json index 37a6fe2711..a732ac8a65 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/9/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-module/import/output.json b/packages/babel-parser/test/fixtures/flow/declare-module/import/output.json index f1f57afa41..0cfbb39aac 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-module/import/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-module/import/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareModule", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/1/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/1/output.json index de51d0d730..24275a8a05 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareVariable", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/10/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/10/output.json index 7e7e652c21..bc426abd72 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/10/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/11/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/11/output.json index 8c33bf543c..4bcd18e227 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/11/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/12/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/12/output.json index 388654aa76..eadc63d41e 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/12/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/13/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/13/output.json index a39f0dea7f..873631284e 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/13/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/14/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/14/output.json index 1f59abdb8e..b34f2531a1 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/14/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareTypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/15/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/15/output.json index e7e3eb938d..64ec483e78 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/15/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareInterface", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/16/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/16/output.json index d6199249d8..211d7604e3 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/16/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/17/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/17/output.json index 13cddb011a..e3aa79850a 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/17/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/18/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/18/output.json index 40bbec8261..ff402b5db4 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/18/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/19/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/19/output.json index eaf7fc9f0c..1fa1e6b11b 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/19/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareVariable", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/2/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/2/output.json index f5ce52dc9e..16b1f7cb34 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareVariable", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/3/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/3/output.json index b85ed89a5b..83415ca915 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/4/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/4/output.json index 3551a556fe..5770e311a0 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/5/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/5/output.json index 3670040e1d..812bc21835 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/6/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/6/output.json index 443d802910..b0f9b7b494 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/7/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/7/output.json index fc43fe1bee..e0077da6c9 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/7/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/8/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/8/output.json index 0a000e7baf..2c952054da 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/8/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/declare-statements/9/output.json b/packages/babel-parser/test/fixtures/flow/declare-statements/9/output.json index 152a0c09bf..12af2df0eb 100644 --- a/packages/babel-parser/test/fixtures/flow/declare-statements/9/output.json +++ b/packages/babel-parser/test/fixtures/flow/declare-statements/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/def-site-variance/1/output.json b/packages/babel-parser/test/fixtures/flow/def-site-variance/1/output.json index 9deb99b68b..8455526f65 100644 --- a/packages/babel-parser/test/fixtures/flow/def-site-variance/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/def-site-variance/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interface-types/basic/output.json b/packages/babel-parser/test/fixtures/flow/interface-types/basic/output.json index 899492f04b..30725acb6b 100644 --- a/packages/babel-parser/test/fixtures/flow/interface-types/basic/output.json +++ b/packages/babel-parser/test/fixtures/flow/interface-types/basic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/interface-types/extends-multiple/output.json b/packages/babel-parser/test/fixtures/flow/interface-types/extends-multiple/output.json index cc68e03c6b..89d37fdfbd 100644 --- a/packages/babel-parser/test/fixtures/flow/interface-types/extends-multiple/output.json +++ b/packages/babel-parser/test/fixtures/flow/interface-types/extends-multiple/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/interface-types/extends/output.json b/packages/babel-parser/test/fixtures/flow/interface-types/extends/output.json index a43a1b4118..d8aaec47be 100644 --- a/packages/babel-parser/test/fixtures/flow/interface-types/extends/output.json +++ b/packages/babel-parser/test/fixtures/flow/interface-types/extends/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/1/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/1/output.json index 0f6a20ca9f..cbfe467e67 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/10/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/10/output.json index 0ee88d1a87..ff19586af0 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/10/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/2/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/2/output.json index 695fffdf93..5911bf1d90 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/3/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/3/output.json index 54b8851e9a..d10815eca7 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/4/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/4/output.json index e10d0594bf..59070088dd 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/5/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/5/output.json index 7bf080c87b..05ed8a6cb0 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/6/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/6/output.json index bb54189558..26a8ee78e4 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/7/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/7/output.json index faeb81e32f..4b1d879b8e 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/7/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/8/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/8/output.json index c06be5f984..5d31c9ca0f 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/8/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/9/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/9/output.json index 25a172c9ca..12bb8f6bf3 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/9/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/id-reserved-value/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/id-reserved-value/output.json index 980569d6bd..af9714b904 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/id-reserved-value/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/id-reserved-value/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/identifier-named-static-optional/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/identifier-named-static-optional/output.json index b035f457ed..0973810770 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/identifier-named-static-optional/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/identifier-named-static-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/implements-reserved-value/output.json b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/implements-reserved-value/output.json index 2ec1f88ca0..6bd4005485 100644 --- a/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/implements-reserved-value/output.json +++ b/packages/babel-parser/test/fixtures/flow/interfaces-module-and-script/implements-reserved-value/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class-static/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class-static/output.json index fd51f274b3..386e435779 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class-static/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class-static/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class/output.json index 30b1ff1fe9..40d36101bb 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/declare-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/interface-method/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/interface-method/output.json index 27b7d05a11..1c91e47a42 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/interface-method/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/interface-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/interface/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/interface/output.json index bb9031963c..b2e2b31165 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/interface/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/interface/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/object-method/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/object-method/output.json index 3bbae52e07..2be1cc35f8 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/object-method/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/object-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/object-optional/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/object-optional/output.json index 0e80d30f5d..9a422ace0d 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/object-optional/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/object-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/internal-slot/object/output.json b/packages/babel-parser/test/fixtures/flow/internal-slot/object/output.json index 002d1abdfe..dd474f9d39 100644 --- a/packages/babel-parser/test/fixtures/flow/internal-slot/object/output.json +++ b/packages/babel-parser/test/fixtures/flow/internal-slot/object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/01/output.json b/packages/babel-parser/test/fixtures/flow/iterator/01/output.json index e12e269720..c3fbdf8d99 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/01/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/01/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/02/output.json b/packages/babel-parser/test/fixtures/flow/iterator/02/output.json index 8d4891d72d..e366b98aba 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/02/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/02/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/12/output.json b/packages/babel-parser/test/fixtures/flow/iterator/12/output.json index c0a408e78c..76bdb9060e 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/12/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/13/output.json b/packages/babel-parser/test/fixtures/flow/iterator/13/output.json index ff95cf2628..fcd55f3d9e 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/13/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/14/output.json b/packages/babel-parser/test/fixtures/flow/iterator/14/output.json index 3403c5ce09..104005a21e 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/14/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/iterator/15/output.json b/packages/babel-parser/test/fixtures/flow/iterator/15/output.json index c5c9e4032e..06a289f59e 100644 --- a/packages/babel-parser/test/fixtures/flow/iterator/15/output.json +++ b/packages/babel-parser/test/fixtures/flow/iterator/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/boolean-false/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/boolean-false/output.json index 7b3dbda941..9972b5f4e9 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/boolean-false/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/boolean-false/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/boolean-true/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/boolean-true/output.json index 74fbf09ae1..c3b9f6ab65 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/boolean-true/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/boolean-true/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/null/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/null/output.json index 954921be67..18c3177d98 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/null/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/null/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-binary/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-binary/output.json index 0490f1092c..54d5951f2c 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-binary/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-binary/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-float/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-float/output.json index 2ef1aa9f66..90d8c8d415 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-float/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-float/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-integer/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-integer/output.json index 009266cb9a..bec74d7a65 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-integer/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-integer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-binary/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-binary/output.json index d0e43e2b7c..dd2d8e797e 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-binary/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-binary/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-float/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-float/output.json index e1f7c14aba..c1a0d31863 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-float/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-float/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal-2/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal-2/output.json index b694f2aff6..03caa38abe 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal-2/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal/output.json index 9b95a16a64..c6fe67bfcc 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-negative-octal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-octal-2/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-octal-2/output.json index 4da3b6ff0c..faf2c05216 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-octal-2/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-octal-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/number-octal/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/number-octal/output.json index ecb707cc9a..38de36ddd6 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/number-octal/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/number-octal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/string-double/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/string-double/output.json index f401a068a5..645105d39e 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/string-double/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/string-double/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/literal-types/string-single/output.json b/packages/babel-parser/test/fixtures/flow/literal-types/string-single/output.json index daadb6c9ec..ef8262a78a 100644 --- a/packages/babel-parser/test/fixtures/flow/literal-types/string-single/output.json +++ b/packages/babel-parser/test/fixtures/flow/literal-types/string-single/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/object-types/complex-param-types/output.json b/packages/babel-parser/test/fixtures/flow/object-types/complex-param-types/output.json index 617fe340fa..b077c4d261 100644 --- a/packages/babel-parser/test/fixtures/flow/object-types/complex-param-types/output.json +++ b/packages/babel-parser/test/fixtures/flow/object-types/complex-param-types/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_collision/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_collision/output.json index 20ae32763c..aed10df3ad 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_collision/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_collision/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "OpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_neither/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_neither/output.json index 831a2db783..dada3aedd5 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_neither/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_neither/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_st_no_t/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_st_no_t/output.json index edaa801532..13bbbb3a70 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_st_no_t/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_export_st_no_t/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_neither/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_neither/output.json index 3e3cc5a2de..06b17c32b8 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_neither/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_neither/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareOpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_st_no_t/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_st_no_t/output.json index 1281d4dae1..a0ebd094b3 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_st_no_t/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_declare_st_no_t/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareOpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_exp/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_exp/output.json index ad128a80b2..33d9448431 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_exp/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_exp/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_func/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_func/output.json index 39ea67093c..d85d635754 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_func/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_in_func/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype/output.json index 2231c556b2..5809df40e8 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "OpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype_export/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype_export/output.json index 98bf344fe9..7acf8d1b53 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype_export/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype_export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type/output.json index deab9e4291..0d65316821 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "OpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type_export/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type_export/output.json index e2c4f90fe1..76989f9491 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type_export/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_type_export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/reserved-value/output.json b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/reserved-value/output.json index 2972c2901c..f3bbc0ec7a 100644 --- a/packages/babel-parser/test/fixtures/flow/opaque-type-alias/reserved-value/output.json +++ b/packages/babel-parser/test/fixtures/flow/opaque-type-alias/reserved-value/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "OpaqueType", diff --git a/packages/babel-parser/test/fixtures/flow/optional-type/1/output.json b/packages/babel-parser/test/fixtures/flow/optional-type/1/output.json index a990fa57dc..49478ac47a 100644 --- a/packages/babel-parser/test/fixtures/flow/optional-type/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/optional-type/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/optional-type/3/output.json b/packages/babel-parser/test/fixtures/flow/optional-type/3/output.json index d9660e5976..ebf35e7fd7 100644 --- a/packages/babel-parser/test/fixtures/flow/optional-type/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/optional-type/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/optional-type/4/output.json b/packages/babel-parser/test/fixtures/flow/optional-type/4/output.json index c1e981bffe..550ba7b633 100644 --- a/packages/babel-parser/test/fixtures/flow/optional-type/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/optional-type/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/predicates/1/output.json b/packages/babel-parser/test/fixtures/flow/predicates/1/output.json index 6412f802f5..64f82d5d02 100644 --- a/packages/babel-parser/test/fixtures/flow/predicates/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/predicates/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/predicates/2/output.json b/packages/babel-parser/test/fixtures/flow/predicates/2/output.json index 2c82788abc..1e13973bec 100644 --- a/packages/babel-parser/test/fixtures/flow/predicates/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/predicates/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/predicates/3/output.json b/packages/babel-parser/test/fixtures/flow/predicates/3/output.json index 942e6dcdf9..f14174742f 100644 --- a/packages/babel-parser/test/fixtures/flow/predicates/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/predicates/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/predicates/6/output.json b/packages/babel-parser/test/fixtures/flow/predicates/6/output.json index d0c50d9555..945e2bedf0 100644 --- a/packages/babel-parser/test/fixtures/flow/predicates/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/predicates/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareFunction", diff --git a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/1/output.json b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/1/output.json index 073d4776b7..ceb8577ee6 100644 --- a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/2/output.json b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/2/output.json index 511e2495e0..b0b946f1c2 100644 --- a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/3/output.json b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/3/output.json index aba60b3aeb..8ce86cb8f9 100644 --- a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/4/output.json b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/4/output.json index 5fd9813013..7838f04a0a 100644 --- a/packages/babel-parser/test/fixtures/flow/qualified-generic-type/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/qualified-generic-type/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-166/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-166/output.json index a1ccf297cd..efd8f22618 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-166/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-166/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-2083/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-2083/output.json index a9058d0c71..69b72ebc29 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-2083/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-2083/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-2493/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-2493/output.json index ef69096e03..adcc7ca593 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-2493/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-2493/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-264/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-264/output.json index ae189190fc..a6292dca52 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-264/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-264/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-321/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-321/output.json index cbc65da5aa..8d458c08f4 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-321/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-321/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-336/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-336/output.json index 656a7e4cad..241024d9b6 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-336/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-336/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-58/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-58/output.json index 10d671667d..621237c0a0 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-58/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-58/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-593/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-593/output.json index 5b1ebef2fb..db7856dd3f 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-593/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-593/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/regression/issue-92/output.json b/packages/babel-parser/test/fixtures/flow/regression/issue-92/output.json index 39f20b48ad..6088c82682 100644 --- a/packages/babel-parser/test/fixtures/flow/regression/issue-92/output.json +++ b/packages/babel-parser/test/fixtures/flow/regression/issue-92/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-named/output.json b/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-named/output.json index ea31b11733..fc72d64676 100644 --- a/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-named/output.json +++ b/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-named/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-star/output.json b/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-star/output.json index 2ec0d6c1b1..13fe2cfaec 100644 --- a/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-star/output.json +++ b/packages/babel-parser/test/fixtures/flow/sourcetype-script/export-star/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExportAllDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/sourcetype-script/import/output.json b/packages/babel-parser/test/fixtures/flow/sourcetype-script/import/output.json index 98f93f216a..d49e3470ff 100644 --- a/packages/babel-parser/test/fixtures/flow/sourcetype-script/import/output.json +++ b/packages/babel-parser/test/fixtures/flow/sourcetype-script/import/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/trailing-function-commas-type/1/output.json b/packages/babel-parser/test/fixtures/flow/trailing-function-commas-type/1/output.json index c74f63c116..02498cad1b 100644 --- a/packages/babel-parser/test/fixtures/flow/trailing-function-commas-type/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/trailing-function-commas-type/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/tuples/1/output.json b/packages/babel-parser/test/fixtures/flow/tuples/1/output.json index 7694ca00f1..29c44707cd 100644 --- a/packages/babel-parser/test/fixtures/flow/tuples/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/tuples/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/tuples/2/output.json b/packages/babel-parser/test/fixtures/flow/tuples/2/output.json index 6044a8c8d9..599c27a964 100644 --- a/packages/babel-parser/test/fixtures/flow/tuples/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/tuples/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/tuples/3/output.json b/packages/babel-parser/test/fixtures/flow/tuples/3/output.json index a358df13e8..2c61f6b164 100644 --- a/packages/babel-parser/test/fixtures/flow/tuples/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/tuples/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/tuples/4/output.json b/packages/babel-parser/test/fixtures/flow/tuples/4/output.json index 9cd18d0a93..fd42e0453f 100644 --- a/packages/babel-parser/test/fixtures/flow/tuples/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/tuples/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-alias/1/output.json b/packages/babel-parser/test/fixtures/flow/type-alias/1/output.json index f6591175a3..e7e01aff77 100644 --- a/packages/babel-parser/test/fixtures/flow/type-alias/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-alias/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-alias/2/output.json b/packages/babel-parser/test/fixtures/flow/type-alias/2/output.json index 974e65eb4d..b7b8d201d0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-alias/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-alias/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-alias/3/output.json b/packages/babel-parser/test/fixtures/flow/type-alias/3/output.json index cda0b600d3..1c1fe95023 100644 --- a/packages/babel-parser/test/fixtures/flow/type-alias/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-alias/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-alias/4/output.json b/packages/babel-parser/test/fixtures/flow/type-alias/4/output.json index 69682ac3f3..de7427eac8 100644 --- a/packages/babel-parser/test/fixtures/flow/type-alias/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-alias/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-alias/5/output.json b/packages/babel-parser/test/fixtures/flow/type-alias/5/output.json index 016fc254c0..3a2bf08816 100644 --- a/packages/babel-parser/test/fixtures/flow/type-alias/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-alias/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [], "directives": [] } diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/1/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/1/output.json index 491625a095..85e99c874f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/10/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/10/output.json index c60dca869a..133149d81a 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/10/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/100/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/100/output.json index 04a0242562..07264734b5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/100/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/100/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/101/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/101/output.json index 20097db468..e8d609bee6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/101/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/101/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/102/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/102/output.json index a99c108857..0212f566b6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/102/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/102/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/103/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/103/output.json index 746377acc8..3bd5d138ae 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/103/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/103/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/104/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/104/output.json index c90378eba6..99987bee8e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/104/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/104/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/105/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/105/output.json index b74182b704..06cbe65fd5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/105/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/105/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/107/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/107/output.json index d0b1887a69..c5506a0fe9 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/107/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/107/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/108/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/108/output.json index a5dd5fc694..7c4eca5bdf 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/108/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/108/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/11/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/11/output.json index caf6d560da..9ae1b33f36 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/11/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/110/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/110/output.json index 1dd92b8c0b..225455da09 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/110/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/110/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/111/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/111/output.json index 2cc443b0bf..b3576a690b 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/111/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/111/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/114/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/114/output.json index 1c33baf64c..0cb28d6e0f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/114/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/114/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/115/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/115/output.json index 82eb32ad8a..da040897ad 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/115/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/115/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/118/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/118/output.json index ac1c19ce07..d5d9f7533f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/118/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/118/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/119/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/119/output.json index 7da63b4458..8db7e41bee 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/119/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/119/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/12/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/12/output.json index 2b934f0b63..65c1d50573 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/12/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/127/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/127/output.json index 175daf7287..4d08cf6244 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/127/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/127/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/128/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/128/output.json index ef8de3380b..cf23e569d2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/128/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/128/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/129/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/129/output.json index ecffbbf855..572fa8af86 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/129/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/129/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/13/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/13/output.json index 82d29632c0..e6f9bcabf3 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/13/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/130/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/130/output.json index 434225d7a4..1b1c02e675 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/130/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/130/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/135/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/135/output.json index 639a96cd00..aa8891c0b7 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/135/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/135/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/136/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/136/output.json index 2ca17be7ba..029d546ff7 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/136/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/136/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/138/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/138/output.json index ab131b6870..1987550217 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/138/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/138/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/14/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/14/output.json index b1c54261a3..f3c78da12e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/14/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/15/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/15/output.json index e3cd131aae..6631ac13ba 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/15/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/16/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/16/output.json index 2f20bb22b8..4db03aa8f5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/16/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/17/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/17/output.json index ee8e99410c..9996d286ce 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/17/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/18/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/18/output.json index 1c1d05ac16..3b6ab163af 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/18/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/19/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/19/output.json index 7c154441d3..e78a8bfedd 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/19/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/2/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/2/output.json index e1b3a7657f..4dfea64eda 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/20/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/20/output.json index 98598a5864..040ff5318a 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/20/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/21/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/21/output.json index f62b2f1b10..3e1eebe5e6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/21/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/22/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/22/output.json index 49ef8f8f3b..c6dd81472c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/22/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/22/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/23/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/23/output.json index ee3d4f1448..fdb2eedcb0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/23/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/23/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/24/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/24/output.json index 0379912527..243a1e66ff 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/24/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/24/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/25/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/25/output.json index 0f108626dd..1a1c2f0c3a 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/25/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/25/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/26/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/26/output.json index fe2819b2e9..b71853c1e1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/26/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/26/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/27/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/27/output.json index bfa442c300..d69487e11e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/27/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/27/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/28/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/28/output.json index f25748ad0c..6ba209d0a6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/28/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/28/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/29/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/29/output.json index 48fafbaec7..f57534e022 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/29/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/29/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/3/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/3/output.json index 8d8fdde795..d38270441c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/30/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/30/output.json index 3bf70055fa..3a14103ed5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/30/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/30/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/31/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/31/output.json index 654148cf75..17fdd74e26 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/31/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/31/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/32/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/32/output.json index 2574c05e29..f3458824c5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/32/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/32/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/33/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/33/output.json index 12524fab2b..5c7fd6c380 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/33/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/33/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/34/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/34/output.json index bc1fc86fe4..48a58e6371 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/34/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/34/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/35/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/35/output.json index 6fe98f2a53..c2fb3a7508 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/35/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/35/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/36/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/36/output.json index 27601fd089..f0e400efb2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/36/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/36/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/37/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/37/output.json index df412ca1b7..38e102d2ef 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/37/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/37/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/38/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/38/output.json index 33d11c0cd5..4ea9c51ba1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/38/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/38/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/39/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/39/output.json index 69563566f6..ed1680dc2f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/39/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/39/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/4/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/4/output.json index 30a66bd5fc..961fcf35dc 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/40/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/40/output.json index 1402e592e3..228f4c051b 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/40/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/40/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/41/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/41/output.json index da5d733292..9e2c759153 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/41/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/41/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/42/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/42/output.json index 38900318cc..00fb848af9 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/42/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/42/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/43/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/43/output.json index 8433cc43d0..854d4de36b 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/43/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/43/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/44/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/44/output.json index 2859b99a3d..90d3059923 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/44/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/44/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/45/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/45/output.json index 369cc5973e..37ca8f2e16 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/45/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/45/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/46/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/46/output.json index 22ae4951bf..90645ea051 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/46/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/46/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/47/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/47/output.json index 911bf4b32b..25f26298f0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/47/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/47/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/48/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/48/output.json index aedd16db88..70f45659a6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/48/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/48/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/49/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/49/output.json index d75e33a263..2696706022 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/49/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/49/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/5/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/5/output.json index d197814ee7..775ca31fcb 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/5/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/50/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/50/output.json index fde771d294..27ee33be5e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/50/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/50/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/51/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/51/output.json index fc6ea59222..30bfca7bc1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/51/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/51/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/52/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/52/output.json index fd58f7d1bb..8bab5ed802 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/52/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/52/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/53/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/53/output.json index b5a5c92dbc..97967a24ad 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/53/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/53/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/54/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/54/output.json index 0d68f46546..9d7ab3c84a 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/54/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/54/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/55/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/55/output.json index a80a013230..723428d1e0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/55/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/55/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/56/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/56/output.json index ef0f6bab87..0008b902d0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/56/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/56/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/57/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/57/output.json index 263c1d403d..6ae0568ada 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/57/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/57/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/58/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/58/output.json index 04cfd23ca8..01df1e9622 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/58/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/58/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/59/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/59/output.json index a91682b647..946010a4c0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/59/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/59/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/6/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/6/output.json index 371509c8bb..13e6d6b9d2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/6/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/60/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/60/output.json index 33ae3dbefc..72a7785ae3 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/60/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/60/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/61/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/61/output.json index 1f4e00eb22..f474fad90b 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/61/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/61/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/62/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/62/output.json index b858b1634b..ab167c1f81 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/62/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/62/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/63/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/63/output.json index 9ef7229e0a..bf72fe7dd3 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/63/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/63/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/64/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/64/output.json index bcb0b2b2dd..0a9b33366f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/64/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/64/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/65/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/65/output.json index 5a5929a9e3..ffa3d31494 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/65/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/65/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/66/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/66/output.json index 81939ad4be..5585c51d80 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/66/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/66/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/67/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/67/output.json index 014e59edaf..867c7ca376 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/67/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/67/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/68/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/68/output.json index 68e8a61873..e0b6a7e063 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/68/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/68/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/69/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/69/output.json index 855b83d20c..9d9ac56c78 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/69/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/69/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/7/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/7/output.json index a9888e2615..04a418e70d 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/7/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/70/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/70/output.json index 772d25698f..92c2e5e166 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/70/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/70/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/71/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/71/output.json index e76a0f8b8c..e7baf1080c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/71/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/71/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/72/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/72/output.json index 4be3d18560..605f524387 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/72/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/72/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/73/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/73/output.json index 983b45ca12..566e2fa3f5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/73/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/73/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/74/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/74/output.json index 2df6932388..419b2b79b7 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/74/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/74/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/75/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/75/output.json index 34a6d23e14..6645958060 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/75/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/75/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/76/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/76/output.json index 6b409a54b3..584b5db6d3 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/76/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/76/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/77/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/77/output.json index 8653428f7e..7437eddc1e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/77/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/77/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/78/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/78/output.json index 53f958f35d..b2e8a95b4e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/78/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/78/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/79/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/79/output.json index faff277cf4..1fc7746138 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/79/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/79/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/8/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/8/output.json index 6ea7abed95..fe6af71168 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/8/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/80/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/80/output.json index 6d8716a79b..c093290d0c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/80/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/80/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/81/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/81/output.json index 1dcedf1a3e..f9f9e396da 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/81/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/81/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/82/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/82/output.json index 9ddf85cb5a..910e0c6bfa 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/82/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/82/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/83/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/83/output.json index 4a628f8b88..06d26c8e36 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/83/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/83/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/84/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/84/output.json index cc9842db23..3a08e3a099 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/84/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/84/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/85/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/85/output.json index 82341068bc..e973dbacf6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/85/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/85/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/86/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/86/output.json index 63ccb81eb2..508ef355a3 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/86/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/86/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/87/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/87/output.json index d6b70d48e8..d5d5e221c1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/87/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/87/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/88/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/88/output.json index e7495a1ba3..669b435ac2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/88/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/88/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/9/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/9/output.json index e5d8f59a06..ec5e4b479b 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/9/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/9/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/97/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/97/output.json index 0fb6573641..3bbbf6d80d 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/97/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/97/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/98/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/98/output.json index 6656be6a56..804b26e46c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/98/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/98/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/99/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/99/output.json index d294a2bad5..b728bb8e6f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/99/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/99/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/arrow-func-return-newline/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/arrow-func-return-newline/output.json index d751c6ada1..39903f16b1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/arrow-func-return-newline/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/arrow-func-return-newline/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/builtin/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/builtin/output.json index 77be18db9e..379ea71424 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/builtin/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/builtin/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param-2/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param-2/output.json index ae95ed1a00..c6ffbdecd4 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param-2/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param/output.json index af0ae0e2bd..10d818ccb5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/existential-type-param/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/function-expression-inside-jsx-attr/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/function-expression-inside-jsx-attr/output.json index db629db9c3..6f52323d16 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/function-expression-inside-jsx-attr/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/function-expression-inside-jsx-attr/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/negative-number-literal/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/negative-number-literal/output.json index e3fe56e9dc..4f79eb966f 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/negative-number-literal/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/negative-number-literal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/object-type-method/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/object-type-method/output.json index 6e107d565a..061922e807 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/object-type-method/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/object-type-method/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-annotations/with-default-valid/output.json b/packages/babel-parser/test/fixtures/flow/type-annotations/with-default-valid/output.json index f23e477ef0..b6326ce6a2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-annotations/with-default-valid/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-annotations/with-default-valid/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-exports/alias/output.json b/packages/babel-parser/test/fixtures/flow/type-exports/alias/output.json index cf8a9daf6e..8d791a0815 100644 --- a/packages/babel-parser/test/fixtures/flow/type-exports/alias/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-exports/alias/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-exports/interface/output.json b/packages/babel-parser/test/fixtures/flow/type-exports/interface/output.json index 8f59babc94..432b4d7398 100644 --- a/packages/babel-parser/test/fixtures/flow/type-exports/interface/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-exports/interface/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-exports/specifier-from/output.json b/packages/babel-parser/test/fixtures/flow/type-exports/specifier-from/output.json index 79e5af591c..74d1c761b0 100644 --- a/packages/babel-parser/test/fixtures/flow/type-exports/specifier-from/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-exports/specifier-from/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-exports/specifier/output.json b/packages/babel-parser/test/fixtures/flow/type-exports/specifier/output.json index 7715724c0d..4481726d78 100644 --- a/packages/babel-parser/test/fixtures/flow/type-exports/specifier/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-exports/specifier/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-exports/star-from/output.json b/packages/babel-parser/test/fixtures/flow/type-exports/star-from/output.json index 455d3ecd1d..64a6f20b34 100644 --- a/packages/babel-parser/test/fixtures/flow/type-exports/star-from/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-exports/star-from/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportAllDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/1/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/1/output.json index 0d2d8cf425..a93a2ad01c 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/2/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/2/output.json index ff620eb13a..2fd6fbcbc2 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-like/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-like/output.json index ba4ecc83b5..cfa41720d8 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-like/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-like/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest-optional-parameters/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest-optional-parameters/output.json index c400080b15..f7a9d83482 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest-optional-parameters/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest-optional-parameters/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest/output.json index 7767245abf..52961a4c61 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow/output.json index 48ac689619..e423abed1e 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/async-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-generics/with-jsx/output.json b/packages/babel-parser/test/fixtures/flow/type-generics/with-jsx/output.json index 1c47f631cc..b859028ce9 100644 --- a/packages/babel-parser/test/fixtures/flow/type-generics/with-jsx/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-generics/with-jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-grouping/1/output.json b/packages/babel-parser/test/fixtures/flow/type-grouping/1/output.json index b88c7b544c..8597e224ee 100644 --- a/packages/babel-parser/test/fixtures/flow/type-grouping/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-grouping/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-grouping/2/output.json b/packages/babel-parser/test/fixtures/flow/type-grouping/2/output.json index 9e84a8c5c1..d9d33e1521 100644 --- a/packages/babel-parser/test/fixtures/flow/type-grouping/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-grouping/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-grouping/3/output.json b/packages/babel-parser/test/fixtures/flow/type-grouping/3/output.json index fe1a494b08..afe9eb91a1 100644 --- a/packages/babel-parser/test/fixtures/flow/type-grouping/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-grouping/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-grouping/4/output.json b/packages/babel-parser/test/fixtures/flow/type-grouping/4/output.json index 817a0c95f3..2120244101 100644 --- a/packages/babel-parser/test/fixtures/flow/type-grouping/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-grouping/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-imports/import-type-shorthand/output.json b/packages/babel-parser/test/fixtures/flow/type-imports/import-type-shorthand/output.json index 515e0330c3..f464931404 100644 --- a/packages/babel-parser/test/fixtures/flow/type-imports/import-type-shorthand/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-imports/import-type-shorthand/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-imports/import-type/output.json b/packages/babel-parser/test/fixtures/flow/type-imports/import-type/output.json index 6b639360f7..904bcfab26 100644 --- a/packages/babel-parser/test/fixtures/flow/type-imports/import-type/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-imports/import-type/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ImportDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_with_jsx/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_with_jsx/output.json index 64edc57c02..c450820263 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_with_jsx/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_with_jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_without_jsx/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_without_jsx/output.json index 64edc57c02..c450820263 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_without_jsx/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/arrow_without_jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/class-method-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/class-method-reserved-word/output.json index d53b916b17..a2837f7dd5 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/class-method-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/class-method-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-class-method-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-class-method-reserved-word/output.json index eefea8c54a..236b8560c6 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-class-method-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-class-method-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareClass", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-interface-method-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-interface-method-reserved-word/output.json index 1d39fe9b29..bbf0eafcd9 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-interface-method-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/declare-interface-method-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "DeclareInterface", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/default/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/default/output.json index 15a18ff9a2..28f3fe7384 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/default/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/interface-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/interface-reserved-word/output.json index 933d7973df..07e53e6351 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/interface-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/interface-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "InterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-method-type-param-jsx/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-method-type-param-jsx/output.json index 58ea586d72..9cbc275b18 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-method-type-param-jsx/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-method-type-param-jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-reserved-word/output.json index 12381a2e97..5a8cfcc689 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/object-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/type-object-reserved-word/output.json b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/type-object-reserved-word/output.json index ab80eeca5b..fdee6a7291 100644 --- a/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/type-object-reserved-word/output.json +++ b/packages/babel-parser/test/fixtures/flow/type-parameter-declaration/type-object-reserved-word/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TypeAlias", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/async-call/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/async-call/output.json index 94ae974c0f..7df2d61ae2 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/async-call/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/async-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/async-generic-arrow/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/async-generic-arrow/output.json index 11e4113866..e70ff3c275 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/async-generic-arrow/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/async-generic-arrow/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-call/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-call/output.json index 7aef11d5b0..fc7f1bc6ce 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-call/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-new/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-new/output.json index 2322c67e51..260f1c7309 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-new/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/disabled-ambiguous-new/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-chain/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-chain/output.json index 3485f17b61..a75a9589d3 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-chain/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-chain/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-optional/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-optional/output.json index 29c2e9a179..1b67e740c1 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-optional/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call/output.json index 4ddde5608c..d5ac0faff3 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/function-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-computed/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-computed/output.json index 156426ba12..d2fb705046 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-computed/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional/output.json index cd667d811f..d8b08d1da8 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional2/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional2/output.json index ae40c58359..0dc5c6af71 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional2/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call-optional2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call/output.json index 6fde3137e5..9be1647ab2 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/method-call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/new-noparens/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/new-noparens/output.json index 902a0f80de..78b8589e63 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/new-noparens/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/new-noparens/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/new/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/new/output.json index 0f4d43e251..f98a88da1f 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/new/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/new/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-computed/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-computed/output.json index 8e91571e57..131125e884 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-computed/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-dot/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-dot/output.json index 0b828ea5d6..5f129dfbd4 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-dot/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-dot/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-jsx/output.json b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-jsx/output.json index cafb1f03e5..463e2ffcb2 100644 --- a/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-jsx/output.json +++ b/packages/babel-parser/test/fixtures/flow/typeapp-call/rollback-jsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/1/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/1/output.json index a73129c312..95c6966cb5 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/1/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/2/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/2/output.json index fa7eef5b04..55e97ca130 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/2/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/3/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/3/output.json index b95e8cb512..fafc87e644 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/3/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/4/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/4/output.json index 9253542842..99c2b77acb 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/4/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/yield-extra-parentheses/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/yield-extra-parentheses/output.json index b1bbfe5c3f..c8d784f85f 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/yield-extra-parentheses/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/yield-extra-parentheses/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/flow/typecasts/yield/output.json b/packages/babel-parser/test/fixtures/flow/typecasts/yield/output.json index c10a198674..70c311fbfb 100644 --- a/packages/babel-parser/test/fixtures/flow/typecasts/yield/output.json +++ b/packages/babel-parser/test/fixtures/flow/typecasts/yield/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/1/output.json b/packages/babel-parser/test/fixtures/jsx/basic/1/output.json index 74febd56c0..ee713f49d1 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/1/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/10/output.json b/packages/babel-parser/test/fixtures/jsx/basic/10/output.json index 7968812967..7c95fc951c 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/10/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/10/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/11/output.json b/packages/babel-parser/test/fixtures/jsx/basic/11/output.json index 04d9debf7f..acaecedbd1 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/11/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/11/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/12/output.json b/packages/babel-parser/test/fixtures/jsx/basic/12/output.json index 3dfab62bd7..5a1709007f 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/12/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/12/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/13/output.json b/packages/babel-parser/test/fixtures/jsx/basic/13/output.json index 63dd742439..7655bc7e04 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/13/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/13/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/14/output.json b/packages/babel-parser/test/fixtures/jsx/basic/14/output.json index 397403e48f..2426208753 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/14/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/14/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/15/output.json b/packages/babel-parser/test/fixtures/jsx/basic/15/output.json index 2ac2b7f338..3ee9c36533 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/15/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/15/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/16/output.json b/packages/babel-parser/test/fixtures/jsx/basic/16/output.json index c3124de3ee..8ecae0406b 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/16/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/16/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/17/output.json b/packages/babel-parser/test/fixtures/jsx/basic/17/output.json index f6d8f748c1..e48fcd5753 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/17/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/17/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/18/output.json b/packages/babel-parser/test/fixtures/jsx/basic/18/output.json index 30be28155d..ebcfbfdc73 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/18/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/18/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/19/output.json b/packages/babel-parser/test/fixtures/jsx/basic/19/output.json index eb742ee767..1af0c7849b 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/19/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/19/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/2/output.json b/packages/babel-parser/test/fixtures/jsx/basic/2/output.json index 971d21320c..b07a503ba5 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/2/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/20/output.json b/packages/babel-parser/test/fixtures/jsx/basic/20/output.json index aa201aac33..a781728b23 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/20/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/20/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/21/output.json b/packages/babel-parser/test/fixtures/jsx/basic/21/output.json index 2fa06f64c8..c32f7d50f5 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/21/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/21/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/3/output.json b/packages/babel-parser/test/fixtures/jsx/basic/3/output.json index e1b54a6b01..cd5d3b3888 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/3/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/4/output.json b/packages/babel-parser/test/fixtures/jsx/basic/4/output.json index f0f895006b..417106c499 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/4/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/5/output.json b/packages/babel-parser/test/fixtures/jsx/basic/5/output.json index 31316dc183..5fa0e0d0fc 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/5/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/6/output.json b/packages/babel-parser/test/fixtures/jsx/basic/6/output.json index 98750bdb3f..d67b18f899 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/6/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/7/output.json b/packages/babel-parser/test/fixtures/jsx/basic/7/output.json index 95d6016840..152cea1d6c 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/7/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/8/output.json b/packages/babel-parser/test/fixtures/jsx/basic/8/output.json index 695a507bb4..2306ee643e 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/8/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/8/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/asi/output.json b/packages/babel-parser/test/fixtures/jsx/basic/asi/output.json index 88a40d2acd..b7046c70fc 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/asi/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/asi/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/empty-expression-container/output.json b/packages/babel-parser/test/fixtures/jsx/basic/empty-expression-container/output.json index 816a67616f..da7d2b16d9 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/empty-expression-container/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/empty-expression-container/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/entity/output.json b/packages/babel-parser/test/fixtures/jsx/basic/entity/output.json index e95455df4c..e027610427 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/entity/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/entity/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-1/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-1/output.json index 069d44cd8a..fe57b763fa 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-1/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-2/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-2/output.json index 980a7860bc..d3a3336597 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-2/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-3/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-3/output.json index c09408300b..a6202bce9c 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-3/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-4/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-4/output.json index 421567aeb1..f590db4113 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-4/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-5/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-5/output.json index f2cc422343..c1d60cb1be 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-5/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/fragment-6/output.json b/packages/babel-parser/test/fixtures/jsx/basic/fragment-6/output.json index a4487e1c0e..c5a33e2bb6 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/fragment-6/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/fragment-6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/keyword-tag/output.json b/packages/babel-parser/test/fixtures/jsx/basic/keyword-tag/output.json index a3131a33e9..b5eae7fc06 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/keyword-tag/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/keyword-tag/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/namespace-tag/output.json b/packages/babel-parser/test/fixtures/jsx/basic/namespace-tag/output.json index e16d5de485..be21c68891 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/namespace-tag/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/namespace-tag/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/nonentity-decimal/output.json b/packages/babel-parser/test/fixtures/jsx/basic/nonentity-decimal/output.json index 50a5f67c5a..b759f48d26 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/nonentity-decimal/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/nonentity-decimal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/nonentity/output.json b/packages/babel-parser/test/fixtures/jsx/basic/nonentity/output.json index 9b6cf134af..fc694e099d 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/nonentity/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/nonentity/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/basic/yield-tag/output.json b/packages/babel-parser/test/fixtures/jsx/basic/yield-tag/output.json index 159a4073c8..4b7a168fcb 100644 --- a/packages/babel-parser/test/fixtures/jsx/basic/yield-tag/output.json +++ b/packages/babel-parser/test/fixtures/jsx/basic/yield-tag/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/1/output.json b/packages/babel-parser/test/fixtures/jsx/regression/1/output.json index aadc50ad85..bc8730300d 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/1/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/1/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/2/output.json b/packages/babel-parser/test/fixtures/jsx/regression/2/output.json index 33898ea946..9445bee4ea 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/2/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/3/output.json b/packages/babel-parser/test/fixtures/jsx/regression/3/output.json index fb641431e7..80bc377df5 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/3/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/4/output.json b/packages/babel-parser/test/fixtures/jsx/regression/4/output.json index 4479b6debd..15e5a1a862 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/4/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/4/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/5/output.json b/packages/babel-parser/test/fixtures/jsx/regression/5/output.json index 5e8ebf8b82..54bfbadc9d 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/5/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/5/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/6/output.json b/packages/babel-parser/test/fixtures/jsx/regression/6/output.json index acd021ff39..bfae92192f 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/6/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/6/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/7/output.json b/packages/babel-parser/test/fixtures/jsx/regression/7/output.json index fc8f6720e2..8017ec8fa0 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/7/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/7/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/issue-2083/output.json b/packages/babel-parser/test/fixtures/jsx/regression/issue-2083/output.json index 3f7dd61fd2..d695f1c4ea 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/issue-2083/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/issue-2083/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/issue-2114/output.json b/packages/babel-parser/test/fixtures/jsx/regression/issue-2114/output.json index 6abcb37004..8bb402e431 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/issue-2114/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/issue-2114/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/jsx/regression/nbsp/output.json b/packages/babel-parser/test/fixtures/jsx/regression/nbsp/output.json index 32e90c742f..c4315832f0 100644 --- a/packages/babel-parser/test/fixtures/jsx/regression/nbsp/output.json +++ b/packages/babel-parser/test/fixtures/jsx/regression/nbsp/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-array/output.json index 5fa5502e79..a2ca569516 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-leading/output.json index d20d944c2c..e7a3e39921 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-object/output.json index 0efa49196e..d021e73d9a 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-rest/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-rest/output.json index dc9dbdd08e..ff9112b64a 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-rest/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty-with-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty/output.json index 219d91111a..10ad99945b 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-empty/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/output.json index 24b84a8d67..2ab16fb389 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/output.json index 27b717de8b..857c56d8be 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/output.json index 9ee3a314f2..aca1e46181 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/output.json index 2f24442f75..e13c89c6e1 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/output.json index 3a29ed2976..cedea33cfd 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element/output.json index a307255fee..b526e3c8f4 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-multi-element/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-array/output.json index 870841280c..81b1f64042 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/output.json index dd9c205ee8..0812973f79 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/output.json index c1e3ec168a..90dd3a2625 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-object/output.json index 55665b21f1..a2863b81f3 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/output.json index 2339c7e4a6..30f7f46638 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element/output.json index ca72b910da..1e1d390dd1 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/array-pattern-single-element/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-array/output.json index 8efaf3e0fd..9b97deac6b 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-leading/output.json index 941708c023..1dec0f7ede 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-object/output.json index 7bd4ed378f..34756c1b31 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty/output.json index 2c390105fa..a8589a5f2d 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-empty/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/output.json index f6fb403b2d..ee619e14ad 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/output.json index ccdff6f9e4..585a0f4a8a 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/output.json index baf8cb6552..0d6e9f64b8 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/output.json index e5ed8d05ff..4bca07d43f 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element/output.json index 0bcbd0f3b4..2df38bfb4c 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-multi-element/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-array/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-array/output.json index ee8aa6fd37..394be5e8a8 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-array/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/output.json index 661d15e6b6..20ac2d6fcb 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/output.json index 9378881123..6a8dc5942e 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-object/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-object/output.json index 241c565c13..aed5cd10d4 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-object/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element-with-object/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element/output.json b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element/output.json index 8e9fa389cf..bc637103ee 100644 --- a/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element/output.json +++ b/packages/babel-parser/test/fixtures/test262/rest-parameter/object-pattern-single-element/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "script", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/annotated/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/annotated/output.json index c6ab02976c..10d41548ff 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/annotated/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/annotated/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic-false-positive/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic-false-positive/output.json index 4a0f82f410..b28655fb55 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic-false-positive/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic-false-positive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic/output.json index 8b93cc3d10..cad181eb87 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest-optional-parameter/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest-optional-parameter/output.json index ef24ef8f46..816c9ca280 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest-optional-parameter/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest-optional-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest/output.json index a938e4bfe1..eca1eab06f 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/async-rest/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/async/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/async/output.json index 0feb64e1da..f4c66f0f4b 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/async/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/async/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/default-parameter-values/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/default-parameter-values/output.json index 364bf0c555..e8a5f05eb6 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/default-parameter-values/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/default-parameter-values/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/destructuring/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/destructuring/output.json index f196c7d6fd..9d4940d162 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/destructuring/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/destructuring/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx/output.json index 80ffb23be7..ee5c663d37 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/generic/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/generic/output.json index bfbf98f1d9..5b7f66c90e 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/optional-parameter/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/optional-parameter/output.json index 90cf613b67..de4c8043c3 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/optional-parameter/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/optional-parameter/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/arrow-function/predicate-types/output.json b/packages/babel-parser/test/fixtures/typescript/arrow-function/predicate-types/output.json index 50c70df25f..e1f9142855 100644 --- a/packages/babel-parser/test/fixtures/typescript/arrow-function/predicate-types/output.json +++ b/packages/babel-parser/test/fixtures/typescript/arrow-function/predicate-types/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/as/output.json b/packages/babel-parser/test/fixtures/typescript/cast/as/output.json index 2582d6e627..a83b677640 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/as/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/as/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/assert-and-assign/output.json b/packages/babel-parser/test/fixtures/typescript/cast/assert-and-assign/output.json index 7935c94d65..f07df1678f 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/assert-and-assign/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/assert-and-assign/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/false-positive/output.json b/packages/babel-parser/test/fixtures/typescript/cast/false-positive/output.json index d4088d6475..c7b5f885f2 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/false-positive/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/false-positive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/multiple-assert-and-assign/output.json b/packages/babel-parser/test/fixtures/typescript/cast/multiple-assert-and-assign/output.json index 1548c2f075..5c3f1fe6b4 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/multiple-assert-and-assign/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/multiple-assert-and-assign/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/need-parentheses/output.json b/packages/babel-parser/test/fixtures/typescript/cast/need-parentheses/output.json index 92adbf3de4..8895830ae7 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/need-parentheses/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/need-parentheses/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign/output.json index 1c6c5426df..4f8a2a548b 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-false-positive/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-false-positive/output.json index 042ce23ffc..df6b347240 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-false-positive/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-false-positive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-then-property-access/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-then-property-access/output.json index 6ba14d5e7e..19ec66b99e 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-then-property-access/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-then-property-access/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion/output.json index 5cf3ef60f4..093a065ec0 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-after-operator/output.json b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-after-operator/output.json index 4ab0e02125..8f2d74a4e5 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-after-operator/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-after-operator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-and-assign/output.json b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-and-assign/output.json index ce09f43551..84ad7e4d64 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-and-assign/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-and-assign/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-before-operator/output.json b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-before-operator/output.json index 9fa8bc989b..1599d9ec14 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-before-operator/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion-before-operator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion/output.json b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion/output.json index fa15bfa001..5d5a05d21a 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/type-assertion/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/type-assertion/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/class/abstract-false-positive/output.json b/packages/babel-parser/test/fixtures/typescript/class/abstract-false-positive/output.json index 423d860e98..e9716a7942 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/abstract-false-positive/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/abstract-false-positive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/abstract/output.json b/packages/babel-parser/test/fixtures/typescript/class/abstract/output.json index c79901a7db..2a025f917f 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/abstract/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/abstract/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/constructor/output.json b/packages/babel-parser/test/fixtures/typescript/class/constructor/output.json index 885bc79c1d..55d2eac06c 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/constructor/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/constructor/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/declare/output.json b/packages/babel-parser/test/fixtures/typescript/class/declare/output.json index 51bc54c2f8..9c183f96b8 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements/output.json b/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements/output.json index 1fa3f69f20..be0e8f7c91 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/class/expression-extends/output.json b/packages/babel-parser/test/fixtures/typescript/class/expression-extends/output.json index a473be22e0..079c1b83c1 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/expression-extends/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/expression-extends/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/class/expression-generic/output.json b/packages/babel-parser/test/fixtures/typescript/class/expression-generic/output.json index 6094c0a4b5..08401f5d6d 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/expression-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/expression-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/class/expression-implements/output.json b/packages/babel-parser/test/fixtures/typescript/class/expression-implements/output.json index 7a36a596e5..e4478a0a5c 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/expression-implements/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/expression-implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/class/extends-implements/output.json b/packages/babel-parser/test/fixtures/typescript/class/extends-implements/output.json index 7fca5413db..e87b662064 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/extends-implements/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/extends-implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/extends/output.json b/packages/babel-parser/test/fixtures/typescript/class/extends/output.json index 9d774f7d17..458a092357 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/extends/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/extends/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/generic/output.json b/packages/babel-parser/test/fixtures/typescript/class/generic/output.json index 77598a6dbd..eed6e29d71 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/get-generic/output.json b/packages/babel-parser/test/fixtures/typescript/class/get-generic/output.json index 43ecdb4668..bdf468513b 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/get-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/get-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/implements/output.json b/packages/babel-parser/test/fixtures/typescript/class/implements/output.json index 1f561339f8..2117403c61 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/implements/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/implements/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/index-signature/output.json b/packages/babel-parser/test/fixtures/typescript/class/index-signature/output.json index e6bb160607..64364c1015 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/index-signature/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/index-signature/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names/output.json b/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names/output.json index b9d208a6b5..47c282e398 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/output.json b/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/output.json index 5acb0ad5d3..b386e7aadf 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-computed/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-computed/output.json index 4e1d81c2e8..e1021cdafa 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-computed/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-generic/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-generic/output.json index 685eef0e73..568975c0bd 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-no-body/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-no-body/output.json index 8888451a5d..cbf364b4ae 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-no-body/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-no-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-optional/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-optional/output.json index f34b845bff..7abca58de3 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-optional/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-return-type/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-return-type/output.json index 91a943e354..9cb642e1b3 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-return-type/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-return-type/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-with-body/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-with-body/output.json index 697d2796a7..5d7a765595 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-with-body/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-with-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-without-body/output.json b/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-without-body/output.json index a74167df5b..a58a0876ce 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-without-body/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/method-with-newline-without-body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/modifiers-accessors/output.json b/packages/babel-parser/test/fixtures/typescript/class/modifiers-accessors/output.json index 4e6c6db8bf..5a44292aaa 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/modifiers-accessors/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/modifiers-accessors/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/modifiers-methods-async/output.json b/packages/babel-parser/test/fixtures/typescript/class/modifiers-methods-async/output.json index fe4150a005..051a939e04 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/modifiers-methods-async/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/modifiers-methods-async/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/modifiers-properties/output.json b/packages/babel-parser/test/fixtures/typescript/class/modifiers-properties/output.json index 922827e480..31a9103693 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/modifiers-properties/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/modifiers-properties/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/parameter-properties-with-decorators/output.json b/packages/babel-parser/test/fixtures/typescript/class/parameter-properties-with-decorators/output.json index e78afd1534..6fa8e5718c 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/parameter-properties-with-decorators/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/parameter-properties-with-decorators/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/parameter-properties/output.json b/packages/babel-parser/test/fixtures/typescript/class/parameter-properties/output.json index 75a3e5195f..8b94730316 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/parameter-properties/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/parameter-properties/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/properties/output.json b/packages/babel-parser/test/fixtures/typescript/class/properties/output.json index 90e0d7df22..e2d79f6dbd 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/properties/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/properties/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/property-computed/output.json b/packages/babel-parser/test/fixtures/typescript/class/property-computed/output.json index 623b5d3a26..4056ed0c50 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/property-computed/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/property-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/class/static/output.json b/packages/babel-parser/test/fixtures/typescript/class/static/output.json index 7af9fb66d1..4c2c94afa9 100644 --- a/packages/babel-parser/test/fixtures/typescript/class/static/output.json +++ b/packages/babel-parser/test/fixtures/typescript/class/static/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/const/no-initializer/output.json b/packages/babel-parser/test/fixtures/typescript/const/no-initializer/output.json index 73282f9cac..9562e79796 100644 --- a/packages/babel-parser/test/fixtures/typescript/const/no-initializer/output.json +++ b/packages/babel-parser/test/fixtures/typescript/const/no-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/declare/const/output.json b/packages/babel-parser/test/fixtures/typescript/declare/const/output.json index 03f882b46f..234d16b48b 100644 --- a/packages/babel-parser/test/fixtures/typescript/declare/const/output.json +++ b/packages/babel-parser/test/fixtures/typescript/declare/const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/declare/destructure/output.json b/packages/babel-parser/test/fixtures/typescript/declare/destructure/output.json index 46f8d32d97..211767c304 100644 --- a/packages/babel-parser/test/fixtures/typescript/declare/destructure/output.json +++ b/packages/babel-parser/test/fixtures/typescript/declare/destructure/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/declare/interface/output.json b/packages/babel-parser/test/fixtures/typescript/declare/interface/output.json index 2ddce3fec9..43242a7a2d 100644 --- a/packages/babel-parser/test/fixtures/typescript/declare/interface/output.json +++ b/packages/babel-parser/test/fixtures/typescript/declare/interface/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/declare/let/output.json b/packages/babel-parser/test/fixtures/typescript/declare/let/output.json index 9644d592b1..1091cd7434 100644 --- a/packages/babel-parser/test/fixtures/typescript/declare/let/output.json +++ b/packages/babel-parser/test/fixtures/typescript/declare/let/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/declare/var/output.json b/packages/babel-parser/test/fixtures/typescript/declare/var/output.json index 372542b626..e8db08d8f7 100644 --- a/packages/babel-parser/test/fixtures/typescript/declare/var/output.json +++ b/packages/babel-parser/test/fixtures/typescript/declare/var/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/decorators/abstract-class/output.json b/packages/babel-parser/test/fixtures/typescript/decorators/abstract-class/output.json index f0c716d0db..60196a4ac0 100644 --- a/packages/babel-parser/test/fixtures/typescript/decorators/abstract-class/output.json +++ b/packages/babel-parser/test/fixtures/typescript/decorators/abstract-class/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/const/output.json b/packages/babel-parser/test/fixtures/typescript/enum/const/output.json index 4e0e48a25f..78500087ba 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/const/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/declare-const/output.json b/packages/babel-parser/test/fixtures/typescript/enum/declare-const/output.json index cbb6b73653..1218597f4b 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/declare-const/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/declare-const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/declare/output.json b/packages/babel-parser/test/fixtures/typescript/enum/declare/output.json index 9ca983fb14..a4bb0b3edc 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/export-const/output.json b/packages/babel-parser/test/fixtures/typescript/enum/export-const/output.json index 8d8043488c..f897f84f62 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/export-const/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/export-const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const/output.json b/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const/output.json index f83c34d4ac..1e1638d1ca 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/export/output.json b/packages/babel-parser/test/fixtures/typescript/enum/export/output.json index a06a074797..d78f0c7187 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/export/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words/output.json b/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words/output.json index 110b72a0ac..4852ee8f37 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/members-strings/output.json b/packages/babel-parser/test/fixtures/typescript/enum/members-strings/output.json index f5089fa23a..bdf96d5170 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/members-strings/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/members-strings/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer/output.json b/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer/output.json index 2ff7744992..edde64d013 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma/output.json b/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma/output.json index ccf1e3313b..946d73d08b 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/enum/members/output.json b/packages/babel-parser/test/fixtures/typescript/enum/members/output.json index e2eb96a737..a3e00ac10b 100644 --- a/packages/babel-parser/test/fixtures/typescript/enum/members/output.json +++ b/packages/babel-parser/test/fixtures/typescript/enum/members/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSEnumDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/estree-compat/shorthand-ambient-module/output.json b/packages/babel-parser/test/fixtures/typescript/estree-compat/shorthand-ambient-module/output.json index 659fe3a957..7f7db6c4b6 100644 --- a/packages/babel-parser/test/fixtures/typescript/estree-compat/shorthand-ambient-module/output.json +++ b/packages/babel-parser/test/fixtures/typescript/estree-compat/shorthand-ambient-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/export/as-namespace/output.json b/packages/babel-parser/test/fixtures/typescript/export/as-namespace/output.json index 3b91561944..5b77e5a9e2 100644 --- a/packages/babel-parser/test/fixtures/typescript/export/as-namespace/output.json +++ b/packages/babel-parser/test/fixtures/typescript/export/as-namespace/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSNamespaceExportDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/export/declare/output.json b/packages/babel-parser/test/fixtures/typescript/export/declare/output.json index ac7210f467..5d93c9e8b1 100644 --- a/packages/babel-parser/test/fixtures/typescript/export/declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/export/declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/export/equals/output.json b/packages/babel-parser/test/fixtures/typescript/export/equals/output.json index 9e0da1e567..8d7021f0ca 100644 --- a/packages/babel-parser/test/fixtures/typescript/export/equals/output.json +++ b/packages/babel-parser/test/fixtures/typescript/export/equals/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSExportAssignment", diff --git a/packages/babel-parser/test/fixtures/typescript/export/nested-same-name/output.json b/packages/babel-parser/test/fixtures/typescript/export/nested-same-name/output.json index fb69187bd9..df135e3005 100644 --- a/packages/babel-parser/test/fixtures/typescript/export/nested-same-name/output.json +++ b/packages/babel-parser/test/fixtures/typescript/export/nested-same-name/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/function/annotated/output.json b/packages/babel-parser/test/fixtures/typescript/function/annotated/output.json index dbe62d2389..20dcd3d6d8 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/annotated/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/annotated/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/function/anonymous/output.json b/packages/babel-parser/test/fixtures/typescript/function/anonymous/output.json index ab4bed5fb2..562fb34850 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/anonymous/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/anonymous/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/function/declare/output.json b/packages/babel-parser/test/fixtures/typescript/function/declare/output.json index 62e8819853..18554b17a5 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSDeclareFunction", diff --git a/packages/babel-parser/test/fixtures/typescript/function/export-default/output.json b/packages/babel-parser/test/fixtures/typescript/function/export-default/output.json index d3d9fe5b2c..9ed0b4a6e2 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/export-default/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/export-default/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportDefaultDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/function/overloads/output.json b/packages/babel-parser/test/fixtures/typescript/function/overloads/output.json index f8a102813f..2f66c7db6e 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/overloads/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/overloads/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/function/predicate-types/output.json b/packages/babel-parser/test/fixtures/typescript/function/predicate-types/output.json index 06e9467b0b..85ab4987f1 100644 --- a/packages/babel-parser/test/fixtures/typescript/function/predicate-types/output.json +++ b/packages/babel-parser/test/fixtures/typescript/function/predicate-types/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/import/equals-require/output.json b/packages/babel-parser/test/fixtures/typescript/import/equals-require/output.json index 3d3bcd0aa8..cc6ca197d7 100644 --- a/packages/babel-parser/test/fixtures/typescript/import/equals-require/output.json +++ b/packages/babel-parser/test/fixtures/typescript/import/equals-require/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSImportEqualsDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/import/equals/output.json b/packages/babel-parser/test/fixtures/typescript/import/equals/output.json index b8eec29841..4ced84dace 100644 --- a/packages/babel-parser/test/fixtures/typescript/import/equals/output.json +++ b/packages/babel-parser/test/fixtures/typescript/import/equals/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSImportEqualsDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/import/export-import-require/output.json b/packages/babel-parser/test/fixtures/typescript/import/export-import-require/output.json index 548d031da4..03e8106d81 100644 --- a/packages/babel-parser/test/fixtures/typescript/import/export-import-require/output.json +++ b/packages/babel-parser/test/fixtures/typescript/import/export-import-require/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSImportEqualsDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/import/export-import/output.json b/packages/babel-parser/test/fixtures/typescript/import/export-import/output.json index f9a877ad29..0620bc35a3 100644 --- a/packages/babel-parser/test/fixtures/typescript/import/export-import/output.json +++ b/packages/babel-parser/test/fixtures/typescript/import/export-import/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSImportEqualsDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/import/not-top-level/output.json b/packages/babel-parser/test/fixtures/typescript/import/not-top-level/output.json index 88f8968e1f..d8c247aa8f 100644 --- a/packages/babel-parser/test/fixtures/typescript/import/not-top-level/output.json +++ b/packages/babel-parser/test/fixtures/typescript/import/not-top-level/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/call-signature/output.json b/packages/babel-parser/test/fixtures/typescript/interface/call-signature/output.json index cab7e0c380..66865baeaa 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/call-signature/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/call-signature/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/construct-signature/output.json b/packages/babel-parser/test/fixtures/typescript/interface/construct-signature/output.json index 6111250356..d3902ee1e9 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/construct-signature/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/construct-signature/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/export/output.json b/packages/babel-parser/test/fixtures/typescript/interface/export/output.json index 20ba714aab..5d74c76817 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/export/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/extends/output.json b/packages/babel-parser/test/fixtures/typescript/interface/extends/output.json index c214e51536..f8891d5641 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/extends/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/extends/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/generic/output.json b/packages/babel-parser/test/fixtures/typescript/interface/generic/output.json index bf15723014..5b09114bb2 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/index-signature/output.json b/packages/babel-parser/test/fixtures/typescript/interface/index-signature/output.json index ddb1b29f0f..e34dff90a1 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/index-signature/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/index-signature/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/method-computed/output.json b/packages/babel-parser/test/fixtures/typescript/interface/method-computed/output.json index 73f4a5fc10..b9bc92ecb7 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/method-computed/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/method-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/method-generic/output.json b/packages/babel-parser/test/fixtures/typescript/interface/method-generic/output.json index 42e2222aa7..37f707e8f8 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/method-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/method-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/method-optional/output.json b/packages/babel-parser/test/fixtures/typescript/interface/method-optional/output.json index 7ffe92548b..fa745450cd 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/method-optional/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/method-optional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/method-plain/output.json b/packages/babel-parser/test/fixtures/typescript/interface/method-plain/output.json index c76219cc8c..c1c3b22a61 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/method-plain/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/method-plain/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/modifiers/output.json b/packages/babel-parser/test/fixtures/typescript/interface/modifiers/output.json index 0e221ddc9b..0c1b0a87b1 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/modifiers/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/modifiers/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/properties/output.json b/packages/babel-parser/test/fixtures/typescript/interface/properties/output.json index 085f95c94f..ae16a8b7dd 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/properties/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/properties/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/property-computed/output.json b/packages/babel-parser/test/fixtures/typescript/interface/property-computed/output.json index b307fb7f19..7e53f4c701 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/property-computed/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/property-computed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/property-named-public/output.json b/packages/babel-parser/test/fixtures/typescript/interface/property-named-public/output.json index c8118a771c..0f7e0a88bb 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/property-named-public/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/property-named-public/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/reserved-method-name/output.json b/packages/babel-parser/test/fixtures/typescript/interface/reserved-method-name/output.json index 2903237240..ea83a7bd8d 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/reserved-method-name/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/reserved-method-name/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/interface/separators/output.json b/packages/babel-parser/test/fixtures/typescript/interface/separators/output.json index c2ff470d3f..6b7b44d5d9 100644 --- a/packages/babel-parser/test/fixtures/typescript/interface/separators/output.json +++ b/packages/babel-parser/test/fixtures/typescript/interface/separators/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSInterfaceDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-declare/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-declare/output.json index 8966dbe43c..5f8ae8eb5b 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested-declare/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested-declare/output.json index 8536bd222e..ff0da7268c 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested-declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested-declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested/output.json index d9da87ef39..67d5f30c5d 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/body-nested/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/body/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/body/output.json index 478a7945b8..efae4d5c92 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/body/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/body/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/declare-shorthand/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/declare-shorthand/output.json index b03a91254c..347a92127a 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/declare-shorthand/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/declare-shorthand/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module/output.json index 6255c18edc..c0f886e673 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/output.json index afe7354fd4..06f9037318 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export/output.json index 8476ad7ecd..178571a6d6 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/module-namespace/head/output.json b/packages/babel-parser/test/fixtures/typescript/module-namespace/head/output.json index c3f419f4ca..6c3609f59e 100644 --- a/packages/babel-parser/test/fixtures/typescript/module-namespace/head/output.json +++ b/packages/babel-parser/test/fixtures/typescript/module-namespace/head/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSModuleDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/regression/is-default-export/output.json b/packages/babel-parser/test/fixtures/typescript/regression/is-default-export/output.json index 7813f87936..406eee594b 100644 --- a/packages/babel-parser/test/fixtures/typescript/regression/is-default-export/output.json +++ b/packages/babel-parser/test/fixtures/typescript/regression/is-default-export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block/output.json b/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block/output.json index 2d0b405cbc..ec9f551e1f 100644 --- a/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block/output.json +++ b/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ClassDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments/output.json b/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments/output.json index 21ad36b06b..a61beb416a 100644 --- a/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments/output.json +++ b/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters/output.json b/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters/output.json index 0535cb0f6b..6a3a623457 100644 --- a/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters/output.json +++ b/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-alias/declare/output.json b/packages/babel-parser/test/fixtures/typescript/type-alias/declare/output.json index 342f2ca280..a172139f6a 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-alias/declare/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-alias/declare/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-alias/export/output.json b/packages/babel-parser/test/fixtures/typescript/type-alias/export/output.json index 1bdcd10858..829dc8b3af 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-alias/export/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-alias/export/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExportNamedDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex/output.json b/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex/output.json index 2cf9422555..1e07768dca 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-alias/generic/output.json b/packages/babel-parser/test/fixtures/typescript/type-alias/generic/output.json index 830d5da4f7..914be894cb 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-alias/generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-alias/generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-alias/plain/output.json b/packages/babel-parser/test/fixtures/typescript/type-alias/plain/output.json index bd7e4dd4ef..6cb8924344 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-alias/plain/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-alias/plain/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/type-arguments/call/output.json b/packages/babel-parser/test/fixtures/typescript/type-arguments/call/output.json index 6b46457d5b..5b329de354 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-arguments/call/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-arguments/call/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive/output.json b/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive/output.json index 721f294462..f648588de1 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/type-arguments/new/output.json b/packages/babel-parser/test/fixtures/typescript/type-arguments/new/output.json index 4c88ddb72c..692ded13ea 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-arguments/new/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-arguments/new/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement", diff --git a/packages/babel-parser/test/fixtures/typescript/type-arguments/whitespace/output.json b/packages/babel-parser/test/fixtures/typescript/type-arguments/whitespace/output.json index 589b3ce984..88035f30fd 100644 --- a/packages/babel-parser/test/fixtures/typescript/type-arguments/whitespace/output.json +++ b/packages/babel-parser/test/fixtures/typescript/type-arguments/whitespace/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "FunctionDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/array/output.json b/packages/babel-parser/test/fixtures/typescript/types/array/output.json index 17c8c69668..b710e28b8d 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/array/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/array/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/conditional-infer/output.json b/packages/babel-parser/test/fixtures/typescript/types/conditional-infer/output.json index 92cd4d3d86..221b2e1d9d 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/conditional-infer/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/conditional-infer/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/conditional/output.json b/packages/babel-parser/test/fixtures/typescript/types/conditional/output.json index d9e73ef0a3..39c4253845 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/conditional/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/conditional/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/function-generic/output.json b/packages/babel-parser/test/fixtures/typescript/types/function-generic/output.json index 60d0b783eb..eeb30b1574 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/function-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/function-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/function-in-generic/output.json b/packages/babel-parser/test/fixtures/typescript/types/function-in-generic/output.json index d7029f82c9..708c18dc7c 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/function-in-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/function-in-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/function-with-this/output.json b/packages/babel-parser/test/fixtures/typescript/types/function-with-this/output.json index 280491d4da..91e208a34f 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/function-with-this/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/function-with-this/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/function/output.json b/packages/babel-parser/test/fixtures/typescript/types/function/output.json index 418bb00eb7..be6f63c9ee 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/function/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/function/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/indexed/output.json b/packages/babel-parser/test/fixtures/typescript/types/indexed/output.json index eb436a3283..ee52d9dd6d 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/indexed/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/indexed/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/keywords/output.json b/packages/babel-parser/test/fixtures/typescript/types/keywords/output.json index 379b01360f..3057fdf2b2 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/keywords/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/keywords/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/literal-boolean/output.json b/packages/babel-parser/test/fixtures/typescript/types/literal-boolean/output.json index 85d7b7c306..9364a60d3a 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/literal-boolean/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/literal-boolean/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/literal-number-negative/output.json b/packages/babel-parser/test/fixtures/typescript/types/literal-number-negative/output.json index 737724b7e2..c6b4a8b038 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/literal-number-negative/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/literal-number-negative/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/literal-number/output.json b/packages/babel-parser/test/fixtures/typescript/types/literal-number/output.json index 1f8b83072f..ee12b09143 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/literal-number/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/literal-number/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/literal-string/output.json b/packages/babel-parser/test/fixtures/typescript/types/literal-string/output.json index 5dd4979fcb..c9cbc53ac2 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/literal-string/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/literal-string/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/mapped/output.json b/packages/babel-parser/test/fixtures/typescript/types/mapped/output.json index e761689254..97836b3191 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/mapped/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/mapped/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/parenthesized/output.json b/packages/babel-parser/test/fixtures/typescript/types/parenthesized/output.json index b92fa9d5d7..29c9133d8a 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/parenthesized/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/parenthesized/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "TSTypeAliasDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested/output.json b/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested/output.json index ad9b6e5b55..d233c0685d 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/reference-generic/output.json b/packages/babel-parser/test/fixtures/typescript/types/reference-generic/output.json index 874f3c904f..56873561f5 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/reference-generic/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/reference-generic/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/reference/output.json b/packages/babel-parser/test/fixtures/typescript/types/reference/output.json index 0115abf98b..2608329122 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/reference/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/reference/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/type-literal/output.json b/packages/babel-parser/test/fixtures/typescript/types/type-literal/output.json index b3b5bafb01..d3e4066546 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/type-literal/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/type-literal/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/type-operator/output.json b/packages/babel-parser/test/fixtures/typescript/types/type-operator/output.json index e1d2461e11..8439bf9920 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/type-operator/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/type-operator/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/typeof/output.json b/packages/babel-parser/test/fixtures/typescript/types/typeof/output.json index 53bcc636e8..20e7401b1f 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/typeof/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/typeof/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/types/union-intersection/output.json b/packages/babel-parser/test/fixtures/typescript/types/union-intersection/output.json index f329933188..4d1c861ed1 100644 --- a/packages/babel-parser/test/fixtures/typescript/types/union-intersection/output.json +++ b/packages/babel-parser/test/fixtures/typescript/types/union-intersection/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/variable-declarator/definite-assignment/output.json b/packages/babel-parser/test/fixtures/typescript/variable-declarator/definite-assignment/output.json index d47c7ce44b..abd65b02a2 100644 --- a/packages/babel-parser/test/fixtures/typescript/variable-declarator/definite-assignment/output.json +++ b/packages/babel-parser/test/fixtures/typescript/variable-declarator/definite-assignment/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-types/src/asserts/generated/index.js b/packages/babel-types/src/asserts/generated/index.js index 361f106d42..625d4852fa 100644 --- a/packages/babel-types/src/asserts/generated/index.js +++ b/packages/babel-types/src/asserts/generated/index.js @@ -27,6 +27,12 @@ export function assertAssignmentExpression( export function assertBinaryExpression(node: Object, opts?: Object = {}): void { assert("BinaryExpression", node, opts); } +export function assertInterpreterDirective( + node: Object, + opts?: Object = {}, +): void { + assert("InterpreterDirective", node, opts); +} export function assertDirective(node: Object, opts?: Object = {}): void { assert("Directive", node, opts); } diff --git a/packages/babel-types/src/builders/generated/index.js b/packages/babel-types/src/builders/generated/index.js index 8015666abe..490e857fe8 100644 --- a/packages/babel-types/src/builders/generated/index.js +++ b/packages/babel-types/src/builders/generated/index.js @@ -17,6 +17,10 @@ export function BinaryExpression(...args: Array): Object { return builder("BinaryExpression", ...args); } export { BinaryExpression as binaryExpression }; +export function InterpreterDirective(...args: Array): Object { + return builder("InterpreterDirective", ...args); +} +export { InterpreterDirective as interpreterDirective }; export function Directive(...args: Array): Object { return builder("Directive", ...args); } diff --git a/packages/babel-types/src/definitions/core.js b/packages/babel-types/src/definitions/core.js index d12807df9f..f65b55d42b 100644 --- a/packages/babel-types/src/definitions/core.js +++ b/packages/babel-types/src/definitions/core.js @@ -67,6 +67,15 @@ defineType("BinaryExpression", { aliases: ["Binary", "Expression"], }); +defineType("InterpreterDirective", { + builder: ["value"], + fields: { + value: { + validate: assertValueType("string"), + }, + }, +}); + defineType("Directive", { visitor: ["value"], fields: { @@ -526,8 +535,10 @@ defineType("MemberExpression", { defineType("NewExpression", { inherits: "CallExpression" }); defineType("Program", { + // Note: We explicitly leave 'interpreter' out here because it is + // conceptually comment-like, and Babel does not traverse comments either. visitor: ["directives", "body"], - builder: ["body", "directives", "sourceType"], + builder: ["body", "directives", "sourceType", "interpreter"], fields: { sourceFile: { validate: assertValueType("string"), @@ -536,6 +547,11 @@ defineType("Program", { validate: assertOneOf("script", "module"), default: "script", }, + interpreter: { + validate: assertNodeType("InterpreterDirective"), + default: null, + optional: true, + }, directives: { validate: chain( assertValueType("array"), diff --git a/packages/babel-types/src/validators/generated/index.js b/packages/babel-types/src/validators/generated/index.js index 63f16c5831..f0528e7ae2 100644 --- a/packages/babel-types/src/validators/generated/index.js +++ b/packages/babel-types/src/validators/generated/index.js @@ -47,6 +47,20 @@ export function isBinaryExpression(node: Object, opts?: Object): boolean { return false; } +export function isInterpreterDirective(node: Object, opts?: Object): boolean { + if (!node) return false; + + const nodeType = node.type; + if (nodeType === "InterpreterDirective") { + if (typeof opts === "undefined") { + return true; + } else { + return shallowEqual(node, opts); + } + } + + return false; +} export function isDirective(node: Object, opts?: Object): boolean { if (!node) return false; diff --git a/packages/babylon/test/fixtures/comments/basic/interpreter-directive-import/output.json b/packages/babylon/test/fixtures/comments/basic/interpreter-directive-import/output.json index b22a2f74d0..2967587b80 100644 --- a/packages/babylon/test/fixtures/comments/basic/interpreter-directive-import/output.json +++ b/packages/babylon/test/fixtures/comments/basic/interpreter-directive-import/output.json @@ -27,6 +27,22 @@ } }, "sourceType": "module", + "interpreter": { + "type": "InterpreterDirective", + "start": 0, + "end": 25, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 25 + } + }, + "value": "/usr/bin/env babel-node" + }, "body": [ { "type": "ImportDeclaration", @@ -112,45 +128,9 @@ "raw": "'foobar'" }, "value": "foobar" - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } ], "directives": [] - }, - "comments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } \ No newline at end of file diff --git a/packages/babylon/test/fixtures/comments/basic/interpreter-directive-object/output.json b/packages/babylon/test/fixtures/comments/basic/interpreter-directive-object/output.json index 771533fc5f..43dd91cf31 100644 --- a/packages/babylon/test/fixtures/comments/basic/interpreter-directive-object/output.json +++ b/packages/babylon/test/fixtures/comments/basic/interpreter-directive-object/output.json @@ -27,6 +27,22 @@ } }, "sourceType": "script", + "interpreter": { + "type": "InterpreterDirective", + "start": 0, + "end": 25, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 25 + } + }, + "value": "/usr/bin/env babel-node" + }, "body": [ { "type": "VariableDeclaration", @@ -148,45 +164,9 @@ } } ], - "kind": "var", - "leadingComments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + "kind": "var" } ], "directives": [] - }, - "comments": [ - { - "type": "CommentLine", - "value": "/usr/bin/env babel-node", - "start": 0, - "end": 25, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 1, - "column": 25 - } - } - } - ] + } } \ No newline at end of file