-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat(hilla): make tsconfig.json React compatible #15084
Conversation
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.
Please clarify the changes so we know in the future why they were made
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Show resolved
Hide resolved
0b85ccb
to
4195fa9
Compare
@@ -7,6 +7,7 @@ | |||
"flow_version": "23.3.0", |
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.
This needs to be updated
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.
The version needs to be updated, right @mshabarov ?
@Artur- @platosha yes, we should update some parts to make autoupdate works fine:
P.S. yes, I know this manual work looks ugly...maybe I can remove (2) - (4) someday. |
@Artur- @mshabarov OK done, even though |
Whoa, a test failed. @mshabarov FYI the instructions were missing a step: 9af2f3c |
flow-server/src/main/resources/com/vaadin/flow/server/frontend/tsconfig.json
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* feat(hilla): make tsconfig.json React compatible * chore: update tsconfig-reference.json * chore: update tsconfig version * test: update tsconfig latest version and instructions * chore: set tsconfig flow_version to 23.3.0.1
* feat(hilla): make tsconfig.json React compatible * chore: update tsconfig-reference.json * chore: update tsconfig version * test: update tsconfig latest version and instructions * chore: set tsconfig flow_version to 23.3.0.1 Co-authored-by: Anton Platonov <anton@vaadin.com>
* feat(hilla): make tsconfig.json React compatible * chore: update tsconfig-reference.json * chore: update tsconfig version * test: update tsconfig latest version and instructions * chore: set tsconfig flow_version to 23.3.0.1
Summary of changes:
jsx
setting.tsx
and such are consideredThis should not interfere with existing TypeScript / Lit-based code.