swc/packages/types
Andrew Leung 79438e6dc2
fix(binding/types): Add type for decoratorVersion (#8468)
**Description:**

Add type hint `"2021-12" | "2023-03` for `jsc.transform.decoratorVersion`.

**Related issue:**

 - Closes #8467
2024-01-02 02:37:00 +00:00
..
.gitignore refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
.npmignore refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
index.ts fix(binding/types): Add type for decoratorVersion (#8468) 2024-01-02 02:37:00 +00:00
LICENSE refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
package.json chore: Fix yarn lockfile 2023-09-30 06:43:54 +09:00
README.md refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
tsconfig.json refactor(bindingins): Create @swc/counter (#7991) 2023-09-22 23:48:27 +00:00

@swc/types

Typings for @swc/core APIs. This is a separate package because SWC is used by various tools but not all of them want to depend on @swc/core. This package is very cheap, so feel free to depend on this.