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
AirCode now supports TypeScript, enhancing the development process by bringing static type-checking and latest ECMAScript features. This integration aims to reduce common bugs found in dynamic languages like JavaScript and offer better tooling, thereby creating a more efficient, enjoyable coding experience. To utilize it, simply opt for TypeScript when creating your new App or convert an existing JavaScript project to TypeScript using our documentation guide.
Fixes and Improvements
Optimized TypeScript options for creating App windows.
Fix the issue TypeScript deployment compilation errors are not printed in the console.
Fixed the issue where mock data was not displayed in "Mock by online requests" when using GET requests online.
Fix the font size display issue in the editor search toolbar.
Documented TypeScript feature.
Add an AC_DEPLOYMENT_VERSION environment variable to indicate the current deployment version.
Add a “Downgrade” button in Settings -> Billing -> Current Plan for a downgrade subscription.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
TypeScript Support
AirCode now supports TypeScript, enhancing the development process by bringing static type-checking and latest ECMAScript features. This integration aims to reduce common bugs found in dynamic languages like JavaScript and offer better tooling, thereby creating a more efficient, enjoyable coding experience. To utilize it, simply opt for TypeScript when creating your new App or convert an existing JavaScript project to TypeScript using our documentation guide.
Fixes and Improvements
This discussion was created from the release TypeScript Support.
Beta Was this translation helpful? Give feedback.
All reactions