@ts-liveserver/ts-transpiler
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -11,5 +11,7 @@ "use strict"; | ||
const EnsureExportDefaultTransformer_1 = __importDefault(require("./transformers/EnsureExportDefaultTransformer")); | ||
const InternalDependencyReducer_1 = __importDefault(require("./transformers/InternalDependencyReducer")); | ||
exports.default = { | ||
before: [ | ||
(context) => new NodeEnvTransformer_1.default(context), | ||
(context) => new InternalDependencyReducer_1.default(context), | ||
(context) => new CodeOptimizerTransformer_1.default(context), | ||
@@ -16,0 +18,0 @@ (context) => new CommonJsTransformer_1.default(context), |
@@ -7,4 +7,4 @@ "use strict"; | ||
const typescript_1 = __importDefault(require("typescript")); | ||
const BinaryExpressionsReducer_1 = __importDefault(require("./utils/BinaryExpressionsReducer")); | ||
const IfStatementReducer_1 = __importDefault(require("./utils/IfStatementReducer")); | ||
const BinaryExpressionsReducer_1 = __importDefault(require("../utils/BinaryExpressionsReducer")); | ||
const IfStatementReducer_1 = __importDefault(require("../utils/IfStatementReducer")); | ||
/* | ||
@@ -11,0 +11,0 @@ Replaces process.env.NODE_ENV in code |
@@ -7,3 +7,3 @@ "use strict"; | ||
const typescript_1 = __importDefault(require("typescript")); | ||
const DependencyResolver_1 = __importDefault(require("./utils/DependencyResolver")); | ||
const DependencyResolver_1 = __importDefault(require("../utils/DependencyResolver")); | ||
class ResolveTransformer { | ||
@@ -10,0 +10,0 @@ constructor(context) { |
{ | ||
"name": "@ts-liveserver/ts-transpiler", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98057
47
1164