We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The following errors were reported by 4.9.0-dev.20220828, but not by 4.8.2 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline
This run considered 200 popular TS repos from GH (after skipping the top 0).
2 of 3 projects failed to build with the old tsc and were ignored
error TS2367: This comparison appears to be unintentional because the types 'PasteConfig' and 'boolean' have no overlap.
error TS2367: This comparison appears to be unintentional because the types 'UltiSnippetOption' and 'boolean' have no overlap.
4 of 27 projects failed to build with the old tsc and were ignored
error TS2322: Type 'RegExpExecArray | null' is not assignable to type 'RegExpMatchArray | null'.
The text was updated successfully, but these errors were encountered:
editor.js break is due to #49865. Opened codex-team/editor.js#2131
Sorry, something went wrong.
neoclude/coc.nvim -- opened neoclide/coc.nvim#4122
Both this and the prior one appear to be correct finds
Opened palantir/blueprint#5520
Root cause of regexp thing is #49682 for future readers
No branches or pull requests
The following errors were reported by 4.9.0-dev.20220828, but not by 4.8.2
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline
This run considered 200 popular TS repos from GH (after skipping the top 0).
Successfully analyzed 58 of 100 visited repos
codex-team/editor.js
2 of 3 projects failed to build with the old tsc and were ignored
tsconfig.build.json
error TS2367: This comparison appears to be unintentional because the types 'PasteConfig' and 'boolean' have no overlap.
neoclide/coc.nvim
tsconfig.json
error TS2367: This comparison appears to be unintentional because the types 'UltiSnippetOption' and 'boolean' have no overlap.
palantir/blueprint
4 of 27 projects failed to build with the old tsc and were ignored
packages/eslint-plugin/src/tsconfig.json
error TS2322: Type 'RegExpExecArray | null' is not assignable to type 'RegExpMatchArray | null'.
packages/eslint-plugin/test/tsconfig.json
error TS2322: Type 'RegExpExecArray | null' is not assignable to type 'RegExpMatchArray | null'.
packages/tslint-config/src/tsconfig.json
error TS2322: Type 'RegExpExecArray | null' is not assignable to type 'RegExpMatchArray | null'.
The text was updated successfully, but these errors were encountered: