remove-types@1.0.0
A small library for transforming TypeScript code into JavaScript code in the least destructive way possible. This library exports a single function whose purpose is to preserve everything else about the code except for the actual TypeScript syntax itself.
MIT
2022-02-07
安装 (1.0.0)
npm install remove-types@1.0.0
yarn add remove-types@1.0.0
pnpm add remove-types@1.0.0
bun add remove-types@1.0.0
dependencies (4)
| 包名 | 版本要求 |
|---|---|
| @babel/core | ^7.16.10 |
| @babel/plugin-syntax-decorators | ^7.16.7 |
| @babel/plugin-transform-typescript | ^7.16.8 |
| prettier | ^2.5.1 |
devDependencies (12)
| 包名 | 版本要求 |
|---|---|
| @types/babel__core | ^7.1.18 |
| @types/jest | ^27.4.0 |
| @typescript-eslint/eslint-plugin | ^5.10.0 |
| @typescript-eslint/parser | ^5.10.0 |
| eslint | ^8.7.0 |
| eslint-config-prettier | ^8.3.0 |
| eslint-plugin-prettier | ^4.0.0 |
| jest | ^27.4.7 |
| release-it | ^14.12.4 |
| rimraf | ^3.0.2 |
| ts-jest | ^27.1.3 |
| typescript | ^4.5.5 |