-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Ck/11718 typescript in dll #11962
Ck/11718 typescript in dll #11962
Conversation
@@ -16,8 +16,7 @@ import FindNextCommand from './findnextcommand'; | |||
import FindPreviousCommand from './findpreviouscommand'; | |||
import FindAndReplaceState from './findandreplacestate'; | |||
|
|||
// eslint-disable-next-line ckeditor5-rules/ckeditor-imports | |||
import { scrollViewportToShowTarget } from '@ckeditor/ckeditor5-utils/src/dom/scroll'; | |||
import { scrollViewportToShowTarget } from 'ckeditor5/src/utils'; |
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 is an unrelated change to the scope of the PR. I believe it should land on #master
. Could you report a follow-up for it?
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.
I believe I saw an error because of that, so I fixed it. I don't see it anymore, so I'm going to remove this change from PR
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.
…-mvp' into ck/11718-typescript-in-dll
Suggested merge commit message (convention)
Other: Adds support for TypeScript when building core DLL. Closes #11718.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.