swc/packages/types
2023-08-26 01:12:36 +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 feat(es): Add an option to disable builtin transforms (#7873) 2023-08-26 01:12:36 +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 feat(es): Add an option to disable builtin transforms (#7873) 2023-08-26 01:12:36 +00: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(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +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.