@oxc-project/types 0.56.1 → 0.56.3

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/package.json +1 -1
  2. package/types.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-project/types",
3
- "version": "0.56.1",
3
+ "version": "0.56.3",
4
4
  "description": "Types for Oxc AST nodes",
5
5
  "keywords": [
6
6
  "AST",
package/types.d.ts CHANGED
@@ -238,7 +238,6 @@ export type SimpleAssignmentTarget =
238
238
  | TSSatisfiesExpression
239
239
  | TSNonNullExpression
240
240
  | TSTypeAssertion
241
- | TSInstantiationExpression
242
241
  | MemberExpression;
243
242
 
244
243
  export type AssignmentTargetPattern = ArrayAssignmentTarget | ObjectAssignmentTarget;