We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.d.ts
Given a file setup that functions:
src/main.ts src/types.d.ts
When running sucrase like this:
npx sucrase ./src -d ./dist --transforms typescript
Then the dist folder contains:
src/main.js src/types.d.js
And the src/types.d.js contains only whitespace.
Expectation: d.ts files should read as part of the TypeScript processing, but should not be output.
d.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a file setup that functions:
When running sucrase like this:
Then the dist folder contains:
And the src/types.d.js contains only whitespace.
Expectation:
d.ts
files should read as part of the TypeScript processing, but should not be output.The text was updated successfully, but these errors were encountered: