Skip to content
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

Merged

Conversation

arkflpc
Copy link
Contributor

@arkflpc arkflpc commented Jun 24, 2022

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.

@arkflpc arkflpc changed the base branch from master to ck/epic/11708-migrate-typescript-mvp June 24, 2022 12:14
@arkflpc arkflpc requested a review from oleq June 24, 2022 13:07
@arkflpc arkflpc requested review from pomek and removed request for oleq July 4, 2022 07:39
@@ -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';
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

@pomek pomek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@pomek
Copy link
Member

pomek commented Jul 11, 2022

Before:

image

After:

image

Works as expected. However, due to conflicting files, I cannot merge it. Please, merge the base branch, and feel free to merge the PR once CI is green.

@arkflpc arkflpc merged commit 07282ae into ck/epic/11708-migrate-typescript-mvp Jul 12, 2022
@arkflpc arkflpc deleted the ck/11718-typescript-in-dll branch July 12, 2022 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TS MVP] Update DLL build process
2 participants