@swc/core 1.7.39 → 1.7.40

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/Visitor.js +0 -1
  2. package/package.json +11 -11
package/Visitor.js CHANGED
@@ -508,7 +508,6 @@ class Visitor {
508
508
  return n;
509
509
  }
510
510
  visitTsPropertySignature(n) {
511
- n.params = this.visitTsFnParameters(n.params);
512
511
  n.typeAnnotation = this.visitTsTypeAnnotation(n.typeAnnotation);
513
512
  return n;
514
513
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.7.39",
3
+ "version": "1.7.40",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -100,15 +100,15 @@
100
100
  "typescript": "^5.3.3"
101
101
  },
102
102
  "optionalDependencies": {
103
- "@swc/core-darwin-x64": "1.7.39",
104
- "@swc/core-win32-x64-msvc": "1.7.39",
105
- "@swc/core-linux-x64-gnu": "1.7.39",
106
- "@swc/core-linux-x64-musl": "1.7.39",
107
- "@swc/core-win32-ia32-msvc": "1.7.39",
108
- "@swc/core-linux-arm-gnueabihf": "1.7.39",
109
- "@swc/core-darwin-arm64": "1.7.39",
110
- "@swc/core-linux-arm64-gnu": "1.7.39",
111
- "@swc/core-linux-arm64-musl": "1.7.39",
112
- "@swc/core-win32-arm64-msvc": "1.7.39"
103
+ "@swc/core-darwin-x64": "1.7.40",
104
+ "@swc/core-win32-x64-msvc": "1.7.40",
105
+ "@swc/core-linux-x64-gnu": "1.7.40",
106
+ "@swc/core-linux-x64-musl": "1.7.40",
107
+ "@swc/core-win32-ia32-msvc": "1.7.40",
108
+ "@swc/core-linux-arm-gnueabihf": "1.7.40",
109
+ "@swc/core-darwin-arm64": "1.7.40",
110
+ "@swc/core-linux-arm64-gnu": "1.7.40",
111
+ "@swc/core-linux-arm64-musl": "1.7.40",
112
+ "@swc/core-win32-arm64-msvc": "1.7.40"
113
113
  }
114
114
  }