@atlaspack/transformer-babel 2.14.15-alshintegrationtestslib.0 → 2.14.15-dev-11ca1abe5.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.
Files changed (2) hide show
  1. package/lib/config.js +1 -3
  2. package/package.json +6 -6
package/lib/config.js CHANGED
@@ -132,9 +132,7 @@ async function load(config, options, logger) {
132
132
  addIncludedFile(file);
133
133
  }
134
134
  }
135
- if (partialConfig.fileHandling != null && partialConfig.fileHandling !== 'transpile') {
136
- return;
137
- } else if (partialConfig.hasFilesystemConfig()) {
135
+ if (partialConfig.fileHandling != null && partialConfig.fileHandling !== 'transpile') {} else if (partialConfig.hasFilesystemConfig()) {
138
136
  // Determine what syntax plugins we need to enable
139
137
  let syntaxPlugins = [];
140
138
  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.15-alshintegrationtestslib.0",
3
+ "version": "2.14.15-dev-11ca1abe5.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-alshintegrationtestslib.0",
19
- "@atlaspack/plugin": "2.14.15-alshintegrationtestslib.0",
20
- "@atlaspack/utils": "2.15.3-alshintegrationtestslib.0",
18
+ "@atlaspack/diagnostic": "2.14.2-dev-11ca1abe5.0",
19
+ "@atlaspack/plugin": "2.14.15-dev-11ca1abe5.0",
20
+ "@atlaspack/utils": "2.15.3-dev-11ca1abe5.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.5-alshintegrationtestslib.0",
28
+ "@atlaspack/types": "2.15.5-dev-11ca1abe5.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": "f6a68fdf5e9837f1040a7ea71443212a6f62ee5b"
34
+ "gitHead": "11ca1abe57b7f32f4de72b1108b94cd7a8905e9a"
35
35
  }