Skip to content

Commit

Permalink
docs: update babel types
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Feb 14, 2025
1 parent d03ec21 commit 97b7beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ AST Node `ClassPrivateProperty` shape:
- `decorators`: `Array<Decorator>` (default: `null`)
- `static`: `boolean` (default: `false`)
- `definite`: `boolean` (default: `null`, excluded from builder function)
- `optional`: `boolean` (default: `null`, excluded from builder function)
- `readonly`: `boolean` (default: `null`, excluded from builder function)
- `typeAnnotation`: `TypeAnnotation | TSTypeAnnotation | Noop` (default: `null`, excluded from builder function)
- `variance`: `Variance` (default: `null`, excluded from builder function)
Expand Down Expand Up @@ -3321,7 +3322,7 @@ AST Node `TSPropertySignature` shape:
- `key`: `Expression` (required)
- `typeAnnotation`: `TSTypeAnnotation` (default: `null`)
- `computed`: `boolean` (default: `false`, excluded from builder function)
- `kind`: `"get" | "set"` (required)
- `kind`: `"get" | "set"` (default: `null`, excluded from builder function)
- `optional`: `boolean` (default: `null`, excluded from builder function)
- `readonly`: `boolean` (default: `null`, excluded from builder function)

Expand Down

3 comments on commit 97b7beb

@RENSAAS

This comment was marked as spam.

@RENSAAS

This comment was marked as spam.

@RENSAAS

This comment was marked as spam.

Please sign in to comment.