@atlaspack/ts-utils 2.14.42-dev-82931d988.0 → 2.14.42-dev-9ef951846.0
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/lib/CompilerHost.js +1 -1
- package/lib/FSHost.js +1 -1
- package/lib/loadTSConfig.js +1 -1
- package/package.json +3 -3
package/lib/CompilerHost.js
CHANGED
|
@@ -12,7 +12,7 @@ function _path() {
|
|
|
12
12
|
return data;
|
|
13
13
|
}
|
|
14
14
|
var _FSHost = require("./FSHost");
|
|
15
|
-
function _interopRequireDefault(
|
|
15
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
// eslint-disable-line import/no-extraneous-dependencies
|
|
17
17
|
|
|
18
18
|
// eslint-disable-line import/no-extraneous-dependencies
|
package/lib/FSHost.js
CHANGED
|
@@ -11,7 +11,7 @@ function _path() {
|
|
|
11
11
|
};
|
|
12
12
|
return data;
|
|
13
13
|
}
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
// eslint-disable-line import/no-extraneous-dependencies
|
|
16
16
|
|
|
17
17
|
class FSHost {
|
package/lib/loadTSConfig.js
CHANGED
|
@@ -26,7 +26,7 @@ function _typescript() {
|
|
|
26
26
|
};
|
|
27
27
|
return data;
|
|
28
28
|
}
|
|
29
|
-
function _interopRequireDefault(
|
|
29
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
30
30
|
async function loadTSConfig(config, options) {
|
|
31
31
|
let configResult = await config.getConfig(['tsconfig.json']);
|
|
32
32
|
if (!configResult) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/ts-utils",
|
|
3
|
-
"version": "2.14.42-dev-
|
|
3
|
+
"version": "2.14.42-dev-9ef951846.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/types-internal": "2.25.5-dev-
|
|
19
|
+
"@atlaspack/types-internal": "2.25.5-dev-9ef951846.0",
|
|
20
20
|
"nullthrows": "^1.1.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
|
|
33
33
|
}
|