You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: