Skip to content

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

Merged
pomek merged 1 commit intomasterfrom
ck/17526-build-tools-ts
Dec 3, 2024
Merged

Improved a JSON import to make it compatible with TypeScript 5.7#1050
pomek merged 1 commit intomasterfrom
ck/17526-build-tools-ts

Conversation

@pomek
Copy link
Copy Markdown
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
Copy Markdown

Coverage Status

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

Comment thread .eslintrc.cjs
// 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
Copy Markdown
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
Copy Markdown
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
@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