swc/packages/types
2024-03-18 10:45:42 +09: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): Update typings for options.envs to match implementation (#8620) 2024-02-07 23:52:17 +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: Publish @swc/types@v0.1.6 2024-03-18 10:45:42 +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.