From 555ee80f43a28c1a3a100a3dc6f177d9929893f1 Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Thu, 24 May 2018 10:03:03 -0500 Subject: [PATCH] Fix some ts test fixtures --- .../test/fixtures/typescript/cast/null-assertion-2/output.json | 1 + .../test/fixtures/typescript/cast/null-assertion-3/output.json | 1 + .../typescript/cast/null-assertion-and-assign-2/output.json | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-2/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-2/output.json index 53eb22ec40..66c8f18d05 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-2/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-2/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-3/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-3/output.json index ac3d6465ac..1cbff79549 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-3/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-3/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "VariableDeclaration", diff --git a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign-2/output.json b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign-2/output.json index ee8f64d2c8..c783913599 100644 --- a/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign-2/output.json +++ b/packages/babel-parser/test/fixtures/typescript/cast/null-assertion-and-assign-2/output.json @@ -27,6 +27,7 @@ } }, "sourceType": "module", + "interpreter": null, "body": [ { "type": "ExpressionStatement",