@atlaspack/transformer-babel 2.14.17-unified-e330ff3d9.0 → 2.14.18-unified-f92fba5b6.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/CHANGELOG.md +8 -0
- package/lib/config.js +3 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/lib/config.js
CHANGED
|
@@ -132,7 +132,9 @@ async function load(config, options, logger) {
|
|
|
132
132
|
addIncludedFile(file);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
if (partialConfig.fileHandling != null && partialConfig.fileHandling !== 'transpile') {
|
|
135
|
+
if (partialConfig.fileHandling != null && partialConfig.fileHandling !== 'transpile') {
|
|
136
|
+
return;
|
|
137
|
+
} else if (partialConfig.hasFilesystemConfig()) {
|
|
136
138
|
// Determine what syntax plugins we need to enable
|
|
137
139
|
let syntaxPlugins = [];
|
|
138
140
|
if (TYPESCRIPT_EXTNAME_RE.test(config.searchPath)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-babel",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.18-unified-f92fba5b6.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"node": ">= 16.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@atlaspack/diagnostic": "2.14.2-unified-
|
|
19
|
-
"@atlaspack/plugin": "2.14.
|
|
20
|
-
"@atlaspack/utils": "2.16.
|
|
18
|
+
"@atlaspack/diagnostic": "2.14.2-unified-f92fba5b6.0",
|
|
19
|
+
"@atlaspack/plugin": "2.14.18-unified-f92fba5b6.0",
|
|
20
|
+
"@atlaspack/utils": "2.16.2-unified-f92fba5b6.0",
|
|
21
21
|
"@parcel/source-map": "^2.1.1",
|
|
22
22
|
"browserslist": "^4.6.6",
|
|
23
23
|
"json5": "^2.2.0",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"semver": "^7.5.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@atlaspack/types": "2.15.
|
|
28
|
+
"@atlaspack/types": "2.15.8-unified-f92fba5b6.0",
|
|
29
29
|
"@babel/core": "^7.22.11",
|
|
30
30
|
"@babel/preset-env": "^7.22.14",
|
|
31
31
|
"@babel/types": "^7.22.11"
|
|
32
32
|
},
|
|
33
33
|
"type": "commonjs",
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "f92fba5b6216e1d94cbd23f3a5d61f7188d49199"
|
|
35
35
|
}
|