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

Improve build of public APIs typescript definitions #2161

Open
IvanIlyichev opened this issue Sep 17, 2024 · 0 comments
Open

Improve build of public APIs typescript definitions #2161

IvanIlyichev opened this issue Sep 17, 2024 · 0 comments
Assignees

Comments

@IvanIlyichev
Copy link
Contributor

Typescript definition used by the code editor should be generated from a real code instead of string constants. It should be a part of build process. Most probably we need a custom plugin for rollupjs, use rollup-plugin-string as a reference.
This change will allow a framework developer to check the code of public APIs during the build and avoid bugs.

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

2 participants