-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Modernize TypeScript definitions of JS adapter #9964
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
Conversation
a05db0f to
2f56f0b
Compare
2f56f0b to
3f1a038
Compare
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.
Thanks for the changes @jonkoops! I added one comment into the code.
...es/src/main/resources/theme/keycloak.v2/account/src/app/keycloak-service/keycloak.service.ts
Show resolved
Hide resolved
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.
Thanks for the change @jonkoops!
9dbbb3d to
fdafd6a
Compare
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.
LGTM
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.
Not quite ready to merge yet. Jon is going to do a sanity check on the Account UI.
Updates the type definitions of the JavaScript adapter to use modern ES module syntax. This removes the needless namespacing and replaces it with named export statements.
Note that the diff in Github looks intimidating, but this is mostly due to indentation changes so I recommend to review the diff locally in your IDE.
Closes #9045.