@atlaspack/transformer-js 3.2.3-canary.197 → 3.2.3-canary.199

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.
@@ -427,7 +427,6 @@ var _default = exports.default = new (_plugin().Transformer)({
427
427
  inline_constants: config.inlineConstants,
428
428
  conditional_bundling: options.featureFlags.conditionalBundlingApi,
429
429
  hmr_improvements: options.featureFlags.hmrImprovements,
430
- computed_properties_fix: options.featureFlags.unusedComputedPropertyFix,
431
430
  add_display_name: Boolean(config.addReactDisplayName),
432
431
  exports_rebinding_optimisation: options.featureFlags.exportsRebindingOptimisation,
433
432
  magic_comments: Boolean(config === null || config === void 0 ? void 0 : config.magicComments) || (0, _featureFlags().getFeatureFlag)('supportWebpackChunkName'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-js",
3
- "version": "3.2.3-canary.197+2bc93b17c",
3
+ "version": "3.2.3-canary.199+a4f887b8c",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,12 +25,12 @@
25
25
  "src"
26
26
  ],
27
27
  "dependencies": {
28
- "@atlaspack/diagnostic": "2.14.1-canary.265+2bc93b17c",
29
- "@atlaspack/feature-flags": "2.14.1-canary.265+2bc93b17c",
30
- "@atlaspack/plugin": "2.14.5-canary.197+2bc93b17c",
31
- "@atlaspack/rust": "3.2.1-canary.197+2bc93b17c",
32
- "@atlaspack/utils": "2.14.5-canary.197+2bc93b17c",
33
- "@atlaspack/workers": "2.14.5-canary.197+2bc93b17c",
28
+ "@atlaspack/diagnostic": "2.14.1-canary.267+a4f887b8c",
29
+ "@atlaspack/feature-flags": "2.14.1-canary.267+a4f887b8c",
30
+ "@atlaspack/plugin": "2.14.5-canary.199+a4f887b8c",
31
+ "@atlaspack/rust": "3.2.1-canary.199+a4f887b8c",
32
+ "@atlaspack/utils": "2.14.5-canary.199+a4f887b8c",
33
+ "@atlaspack/workers": "2.14.5-canary.199+a4f887b8c",
34
34
  "@parcel/source-map": "^2.1.1",
35
35
  "@swc/helpers": "^0.5.15",
36
36
  "browserslist": "^4.6.6",
@@ -42,5 +42,5 @@
42
42
  "@atlaspack/core": "2.24.1"
43
43
  },
44
44
  "type": "commonjs",
45
- "gitHead": "2bc93b17cea07fd7cbb68acec84d8471345a22b4"
45
+ "gitHead": "a4f887b8c45386b058650c41ad38ac675deee27d"
46
46
  }
@@ -518,7 +518,6 @@ export default new Transformer({
518
518
  inline_constants: config.inlineConstants,
519
519
  conditional_bundling: options.featureFlags.conditionalBundlingApi,
520
520
  hmr_improvements: options.featureFlags.hmrImprovements,
521
- computed_properties_fix: options.featureFlags.unusedComputedPropertyFix,
522
521
  add_display_name: Boolean(config.addReactDisplayName),
523
522
  exports_rebinding_optimisation:
524
523
  options.featureFlags.exportsRebindingOptimisation,