Skip to content
New issue

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

[TypeScript] Use TypeScript provided declaration file generators #5580

Open
abhiomkar opened this issue Feb 7, 2020 · 0 comments
Open

[TypeScript] Use TypeScript provided declaration file generators #5580

abhiomkar opened this issue Feb 7, 2020 · 0 comments

Comments

@abhiomkar
Copy link
Contributor

Currently we rely on dts-bundle thirdparty tool to generate TypeScript declaration files (.d.ts) for UMD bundles. See scripts/cp-pkgs.js file for reference. We recently came across a bug where the dts generated with syntax errors. See PR #5577

Replace dts-bundle (third_party tool) with TypeScript provided declaration file generators.

Options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant