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

Improved a JSON import to make it compatible with TypeScript 5.7 #1050

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

pomek
Copy link
Member

@pomek pomek commented Dec 3, 2024

Suggested merge commit message (convention)

Tests (build-tools): Improved a JSON import to make it compatible with TypeScript 5.7. Closes ckeditor/ckeditor5#17526.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@coveralls
Copy link

Coverage Status

coverage: 88.003%. remained the same
when pulling e23513d on ck/17526-build-tools-ts
into 80c5607 on master.

@@ -22,7 +22,8 @@ module.exports = {

// ESLint does not understand `import ... with { ... }`.
// See: https://github.com/eslint/eslint/discussions/15305.
'packages/ckeditor5-dev-ci/lib/data/index.js'
'packages/ckeditor5-dev-ci/lib/data/index.js',
'packages/ckeditor5-dev-build-tools/tests/build/fixtures/src/input.ts'
Copy link
Contributor

Choose a reason for hiding this comment

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

Does Eslint throw an error with the new syntax? If so, we will have the error in other places in the future.

Copy link
Member Author

Choose a reason for hiding this comment

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

ESLint expects ; instead of with.

@pomek pomek merged commit e9f9d41 into master Dec 3, 2024
7 checks passed
@pomek pomek deleted the ck/17526-build-tools-ts branch December 3, 2024 13:22
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.

Support TypeScript v5.7+ in ckeditor5-dev-build-tools
3 participants