@storm-software/workspace-tools 1.7.32 → 1.7.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/index.js +33 -22
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +33 -22
- package/src/executors/tsup/get-config.js +33 -22
package/package.json
CHANGED
|
@@ -408390,9 +408390,9 @@ var require_brace_expansion2 = __commonJS({
|
|
|
408390
408390
|
}
|
|
408391
408391
|
});
|
|
408392
408392
|
|
|
408393
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
408393
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-EPAEWGCP.js
|
|
408394
408394
|
var require_chunk_EPAEWGCP = __commonJS({
|
|
408395
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
408395
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-EPAEWGCP.js"(exports) {
|
|
408396
408396
|
"use strict";
|
|
408397
408397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
408398
408398
|
var version = "8.0.0";
|
|
@@ -410039,9 +410039,9 @@ var require_resolve_from = __commonJS({
|
|
|
410039
410039
|
}
|
|
410040
410040
|
});
|
|
410041
410041
|
|
|
410042
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410042
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-GQ77QZBO.js
|
|
410043
410043
|
var require_chunk_GQ77QZBO = __commonJS({
|
|
410044
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410044
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-GQ77QZBO.js"(exports) {
|
|
410045
410045
|
"use strict";
|
|
410046
410046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
410047
410047
|
function _interopRequireDefault(obj) {
|
|
@@ -410238,14 +410238,14 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
410238
410238
|
dts: dtsExtension
|
|
410239
410239
|
};
|
|
410240
410240
|
}
|
|
410241
|
-
function ensureTempDeclarationDir() {
|
|
410241
|
+
function ensureTempDeclarationDir(options) {
|
|
410242
410242
|
const cwd = process.cwd();
|
|
410243
|
-
const dirPath = _path2.default.join(cwd, ".tsup", "declaration");
|
|
410243
|
+
const dirPath = _path2.default.join(cwd, "tmp", ".tsup", "declaration");
|
|
410244
410244
|
if (_fs2.default.existsSync(dirPath)) {
|
|
410245
410245
|
return dirPath;
|
|
410246
410246
|
}
|
|
410247
410247
|
_fs2.default.mkdirSync(dirPath, { recursive: true });
|
|
410248
|
-
const gitIgnorePath = _path2.default.join(cwd, ".tsup", ".gitignore");
|
|
410248
|
+
const gitIgnorePath = _path2.default.join(cwd, "tmp", ".tsup", ".gitignore");
|
|
410249
410249
|
writeFileSync2(gitIgnorePath, "**/*\n");
|
|
410250
410250
|
return dirPath;
|
|
410251
410251
|
}
|
|
@@ -410320,9 +410320,9 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
410320
410320
|
}
|
|
410321
410321
|
});
|
|
410322
410322
|
|
|
410323
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410323
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-UIX4URMV.js
|
|
410324
410324
|
var require_chunk_UIX4URMV = __commonJS({
|
|
410325
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
410325
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-UIX4URMV.js"(exports) {
|
|
410326
410326
|
"use strict";
|
|
410327
410327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
410328
410328
|
function _interopRequireWildcard(obj) {
|
|
@@ -411256,9 +411256,9 @@ var require_dist2 = __commonJS({
|
|
|
411256
411256
|
}
|
|
411257
411257
|
});
|
|
411258
411258
|
|
|
411259
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
411259
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-7G76EW2R.js
|
|
411260
411260
|
var require_chunk_7G76EW2R = __commonJS({
|
|
411261
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
411261
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-7G76EW2R.js"(exports) {
|
|
411262
411262
|
"use strict";
|
|
411263
411263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
411264
411264
|
function _interopRequireDefault(obj) {
|
|
@@ -465064,9 +465064,9 @@ var require_chokidar = __commonJS({
|
|
|
465064
465064
|
}
|
|
465065
465065
|
});
|
|
465066
465066
|
|
|
465067
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
465067
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/index.js
|
|
465068
465068
|
var require_dist5 = __commonJS({
|
|
465069
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
465069
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/index.js"(exports) {
|
|
465070
465070
|
"use strict";
|
|
465071
465071
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
465072
465072
|
function _interopRequireDefault(obj) {
|
|
@@ -466759,7 +466759,10 @@ var require_dist5 = __commonJS({
|
|
|
466759
466759
|
target: options.target,
|
|
466760
466760
|
banner,
|
|
466761
466761
|
footer,
|
|
466762
|
-
tsconfig: options.
|
|
466762
|
+
tsconfig: options.tsconfig ? options.tsconfig : options.projectRoot ? _path2.default.join(
|
|
466763
|
+
options.projectRoot,
|
|
466764
|
+
"tsconfig.json"
|
|
466765
|
+
) : "tsconfig.json",
|
|
466763
466766
|
loader: {
|
|
466764
466767
|
".aac": "file",
|
|
466765
466768
|
".css": "file",
|
|
@@ -467251,13 +467254,17 @@ var require_dist5 = __commonJS({
|
|
|
467251
467254
|
return alias;
|
|
467252
467255
|
}
|
|
467253
467256
|
}, _class);
|
|
467254
|
-
function getExports(program, fileMapping) {
|
|
467257
|
+
function getExports(options, program, fileMapping) {
|
|
467255
467258
|
let checker = program.getTypeChecker();
|
|
467256
467259
|
let aliasPool = new AliasPool();
|
|
467257
467260
|
let assignAlias = aliasPool.assign.bind(aliasPool);
|
|
467261
|
+
const packagePath = _path.join(
|
|
467262
|
+
program.getCurrentDirectory(),
|
|
467263
|
+
packageJsonSearch(options.outDir, options.silent, "dts", logger)
|
|
467264
|
+
);
|
|
467265
|
+
logger.info("dts", `\u26A1 Getting Exports (DTS generate): ${packagePath}`);
|
|
467258
467266
|
function extractExports(sourceFileName) {
|
|
467259
|
-
|
|
467260
|
-
sourceFileName = _chunkGQ77QZBOjs.toAbsolutePath.call(void 0, sourceFileName, cwd);
|
|
467267
|
+
sourceFileName = _chunkGQ77QZBOjs.toAbsolutePath.call(void 0, sourceFileName, packagePath);
|
|
467261
467268
|
const sourceFile = program.getSourceFile(sourceFileName);
|
|
467262
467269
|
if (!sourceFile) {
|
|
467263
467270
|
return [];
|
|
@@ -467343,10 +467350,14 @@ var require_dist5 = __commonJS({
|
|
|
467343
467350
|
return fileMapping;
|
|
467344
467351
|
}
|
|
467345
467352
|
function emit(options, compilerOptions, tsconfig) {
|
|
467346
|
-
logger.info("tsc", `Trying to find ${tsconfig || "tsconfig.json"}
|
|
467347
|
-
let rawTsconfig = _bundlerequire.loadTsConfig.call(
|
|
467353
|
+
logger.info("tsc", `Trying to find ${tsconfig || "tsconfig.json"}`);
|
|
467354
|
+
let rawTsconfig = _bundlerequire.loadTsConfig.call(
|
|
467355
|
+
void 0,
|
|
467356
|
+
_path.dirname.call(void 0, tsconfig),
|
|
467357
|
+
_path.basename.call(void 0, tsconfig)
|
|
467358
|
+
);
|
|
467348
467359
|
if (!rawTsconfig) {
|
|
467349
|
-
throw new Error(`Unable to find ${tsconfig || "tsconfig.json"}
|
|
467360
|
+
throw new Error(`Unable to find ${tsconfig || "tsconfig.json"}`);
|
|
467350
467361
|
}
|
|
467351
467362
|
let declarationDir = _chunkGQ77QZBOjs.ensureTempDeclarationDir.call(void 0);
|
|
467352
467363
|
let parsedTsconfig = _typescript2.default.parseJsonConfigFileContent(
|
|
@@ -467364,7 +467375,7 @@ var require_dist5 = __commonJS({
|
|
|
467364
467375
|
}
|
|
467365
467376
|
},
|
|
467366
467377
|
_typescript2.default.sys,
|
|
467367
|
-
tsconfig ? _path.
|
|
467378
|
+
tsconfig ? _path.dirname.call(void 0, tsconfig) : options.projectRoot
|
|
467368
467379
|
);
|
|
467369
467380
|
let host = _typescript2.default.createCompilerHost(parsedTsconfig.options);
|
|
467370
467381
|
let program = _typescript2.default.createProgram(
|
|
@@ -467373,7 +467384,7 @@ var require_dist5 = __commonJS({
|
|
|
467373
467384
|
host
|
|
467374
467385
|
);
|
|
467375
467386
|
let fileMapping = emitDtsFiles(program, host);
|
|
467376
|
-
return getExports(program, fileMapping);
|
|
467387
|
+
return getExports(options, program, fileMapping);
|
|
467377
467388
|
}
|
|
467378
467389
|
function runTypeScriptCompiler(options) {
|
|
467379
467390
|
try {
|
|
@@ -18383,9 +18383,9 @@ var require_brace_expansion2 = __commonJS({
|
|
|
18383
18383
|
}
|
|
18384
18384
|
});
|
|
18385
18385
|
|
|
18386
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
18386
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-EPAEWGCP.js
|
|
18387
18387
|
var require_chunk_EPAEWGCP = __commonJS({
|
|
18388
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
18388
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-EPAEWGCP.js"(exports) {
|
|
18389
18389
|
"use strict";
|
|
18390
18390
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18391
18391
|
var version = "8.0.0";
|
|
@@ -24319,9 +24319,9 @@ var require_resolve_from = __commonJS({
|
|
|
24319
24319
|
}
|
|
24320
24320
|
});
|
|
24321
24321
|
|
|
24322
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
24322
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-GQ77QZBO.js
|
|
24323
24323
|
var require_chunk_GQ77QZBO = __commonJS({
|
|
24324
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
24324
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-GQ77QZBO.js"(exports) {
|
|
24325
24325
|
"use strict";
|
|
24326
24326
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24327
24327
|
function _interopRequireDefault(obj) {
|
|
@@ -24518,14 +24518,14 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
24518
24518
|
dts: dtsExtension
|
|
24519
24519
|
};
|
|
24520
24520
|
}
|
|
24521
|
-
function ensureTempDeclarationDir() {
|
|
24521
|
+
function ensureTempDeclarationDir(options) {
|
|
24522
24522
|
const cwd = process.cwd();
|
|
24523
|
-
const dirPath = _path2.default.join(cwd, ".tsup", "declaration");
|
|
24523
|
+
const dirPath = _path2.default.join(cwd, "tmp", ".tsup", "declaration");
|
|
24524
24524
|
if (_fs2.default.existsSync(dirPath)) {
|
|
24525
24525
|
return dirPath;
|
|
24526
24526
|
}
|
|
24527
24527
|
_fs2.default.mkdirSync(dirPath, { recursive: true });
|
|
24528
|
-
const gitIgnorePath = _path2.default.join(cwd, ".tsup", ".gitignore");
|
|
24528
|
+
const gitIgnorePath = _path2.default.join(cwd, "tmp", ".tsup", ".gitignore");
|
|
24529
24529
|
writeFileSync(gitIgnorePath, "**/*\n");
|
|
24530
24530
|
return dirPath;
|
|
24531
24531
|
}
|
|
@@ -24600,9 +24600,9 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
24600
24600
|
}
|
|
24601
24601
|
});
|
|
24602
24602
|
|
|
24603
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
24603
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-UIX4URMV.js
|
|
24604
24604
|
var require_chunk_UIX4URMV = __commonJS({
|
|
24605
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
24605
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-UIX4URMV.js"(exports) {
|
|
24606
24606
|
"use strict";
|
|
24607
24607
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24608
24608
|
function _interopRequireWildcard(obj) {
|
|
@@ -25536,9 +25536,9 @@ var require_dist2 = __commonJS({
|
|
|
25536
25536
|
}
|
|
25537
25537
|
});
|
|
25538
25538
|
|
|
25539
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
25539
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-7G76EW2R.js
|
|
25540
25540
|
var require_chunk_7G76EW2R = __commonJS({
|
|
25541
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
25541
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/chunk-7G76EW2R.js"(exports) {
|
|
25542
25542
|
"use strict";
|
|
25543
25543
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25544
25544
|
function _interopRequireDefault(obj) {
|
|
@@ -267221,9 +267221,9 @@ var require_chokidar = __commonJS({
|
|
|
267221
267221
|
}
|
|
267222
267222
|
});
|
|
267223
267223
|
|
|
267224
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
267224
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/index.js
|
|
267225
267225
|
var require_dist5 = __commonJS({
|
|
267226
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=
|
|
267226
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=3d47rx4xoopfu7yij3ruwnww54_@swc+core@1.3.96_ts-node@10.9.1_typescript@5.2.2/node_modules/tsup/dist/index.js"(exports) {
|
|
267227
267227
|
"use strict";
|
|
267228
267228
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
267229
267229
|
function _interopRequireDefault(obj) {
|
|
@@ -268916,7 +268916,10 @@ var require_dist5 = __commonJS({
|
|
|
268916
268916
|
target: options.target,
|
|
268917
268917
|
banner,
|
|
268918
268918
|
footer,
|
|
268919
|
-
tsconfig: options.
|
|
268919
|
+
tsconfig: options.tsconfig ? options.tsconfig : options.projectRoot ? _path2.default.join(
|
|
268920
|
+
options.projectRoot,
|
|
268921
|
+
"tsconfig.json"
|
|
268922
|
+
) : "tsconfig.json",
|
|
268920
268923
|
loader: {
|
|
268921
268924
|
".aac": "file",
|
|
268922
268925
|
".css": "file",
|
|
@@ -269408,13 +269411,17 @@ var require_dist5 = __commonJS({
|
|
|
269408
269411
|
return alias;
|
|
269409
269412
|
}
|
|
269410
269413
|
}, _class);
|
|
269411
|
-
function getExports(program, fileMapping) {
|
|
269414
|
+
function getExports(options, program, fileMapping) {
|
|
269412
269415
|
let checker = program.getTypeChecker();
|
|
269413
269416
|
let aliasPool = new AliasPool();
|
|
269414
269417
|
let assignAlias = aliasPool.assign.bind(aliasPool);
|
|
269418
|
+
const packagePath = _path.join(
|
|
269419
|
+
program.getCurrentDirectory(),
|
|
269420
|
+
packageJsonSearch(options.outDir, options.silent, "dts", logger)
|
|
269421
|
+
);
|
|
269422
|
+
logger.info("dts", `\u26A1 Getting Exports (DTS generate): ${packagePath}`);
|
|
269415
269423
|
function extractExports(sourceFileName) {
|
|
269416
|
-
|
|
269417
|
-
sourceFileName = _chunkGQ77QZBOjs.toAbsolutePath.call(void 0, sourceFileName, cwd);
|
|
269424
|
+
sourceFileName = _chunkGQ77QZBOjs.toAbsolutePath.call(void 0, sourceFileName, packagePath);
|
|
269418
269425
|
const sourceFile = program.getSourceFile(sourceFileName);
|
|
269419
269426
|
if (!sourceFile) {
|
|
269420
269427
|
return [];
|
|
@@ -269500,10 +269507,14 @@ var require_dist5 = __commonJS({
|
|
|
269500
269507
|
return fileMapping;
|
|
269501
269508
|
}
|
|
269502
269509
|
function emit(options, compilerOptions, tsconfig) {
|
|
269503
|
-
logger.info("tsc", `Trying to find ${tsconfig || "tsconfig.json"}
|
|
269504
|
-
let rawTsconfig = _bundlerequire.loadTsConfig.call(
|
|
269510
|
+
logger.info("tsc", `Trying to find ${tsconfig || "tsconfig.json"}`);
|
|
269511
|
+
let rawTsconfig = _bundlerequire.loadTsConfig.call(
|
|
269512
|
+
void 0,
|
|
269513
|
+
_path.dirname.call(void 0, tsconfig),
|
|
269514
|
+
_path.basename.call(void 0, tsconfig)
|
|
269515
|
+
);
|
|
269505
269516
|
if (!rawTsconfig) {
|
|
269506
|
-
throw new Error(`Unable to find ${tsconfig || "tsconfig.json"}
|
|
269517
|
+
throw new Error(`Unable to find ${tsconfig || "tsconfig.json"}`);
|
|
269507
269518
|
}
|
|
269508
269519
|
let declarationDir = _chunkGQ77QZBOjs.ensureTempDeclarationDir.call(void 0);
|
|
269509
269520
|
let parsedTsconfig = _typescript2.default.parseJsonConfigFileContent(
|
|
@@ -269521,7 +269532,7 @@ var require_dist5 = __commonJS({
|
|
|
269521
269532
|
}
|
|
269522
269533
|
},
|
|
269523
269534
|
_typescript2.default.sys,
|
|
269524
|
-
tsconfig ? _path.
|
|
269535
|
+
tsconfig ? _path.dirname.call(void 0, tsconfig) : options.projectRoot
|
|
269525
269536
|
);
|
|
269526
269537
|
let host = _typescript2.default.createCompilerHost(parsedTsconfig.options);
|
|
269527
269538
|
let program = _typescript2.default.createProgram(
|
|
@@ -269530,7 +269541,7 @@ var require_dist5 = __commonJS({
|
|
|
269530
269541
|
host
|
|
269531
269542
|
);
|
|
269532
269543
|
let fileMapping = emitDtsFiles(program, host);
|
|
269533
|
-
return getExports(program, fileMapping);
|
|
269544
|
+
return getExports(options, program, fileMapping);
|
|
269534
269545
|
}
|
|
269535
269546
|
function runTypeScriptCompiler(options) {
|
|
269536
269547
|
try {
|