@ts-liveserver/ts-transpiler
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -221,2 +221,3 @@ "use strict"; | ||
typescript_1.default.isIdentifier(node.left) && | ||
node.left.text === KEYNAME_EXPORTS && | ||
node.operatorToken.kind === typescript_1.default.SyntaxKind.EqualsToken) { | ||
@@ -223,0 +224,0 @@ const newIdentifierName = this.generateUniqueName(); |
{ | ||
"name": "@ts-liveserver/ts-transpiler", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -375,2 +375,3 @@ import TypeScript from 'typescript' | ||
TypeScript.isIdentifier(node.left) && | ||
node.left.text === KEYNAME_EXPORTS && | ||
node.operatorToken.kind === TypeScript.SyntaxKind.EqualsToken | ||
@@ -377,0 +378,0 @@ ) { |
Sorry, the diff of this file is not supported yet
105407
2039