-
Notifications
You must be signed in to change notification settings - Fork 3
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
[INTERNAL] Migrate project to TypeScript #468
Conversation
cc537b5
to
30844d9
Compare
30844d9
to
f92b875
Compare
f92b875
to
1e1a044
Compare
c57c63e
to
0bb46ec
Compare
// Calculate nodeArguments based on the Node version | ||
const nodeArguments = [ | ||
"--import=tsx/esm", | ||
"--no-warnings=ExperimentalWarning", | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those are static now, right?
The team did a proof of concept to get an overview of how much effort it would be to migrate the UI5 Tooling repositories from JavaScript to TypeScript. We came far. Code
Documentation
Types
Test Setup
|
JIRA: CPOUI5FOUNDATION-889