Fix errors related to new RegExp syntax checking#69485
Merged
Conversation
Contributor
|
@rbuckton Thank you for submitting this PR! This is a live comment which I will keep updated. 2 packages in this PR
Code ReviewsBecause this PR edits multiple packages, it can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 69485,
"author": "rbuckton",
"headCommitOid": "588bcd0e941da54ad60f780b3f6824ed6cf4cda0",
"mergeBaseOid": "8bcc2b08a817347b2e76dc91c605409e7ea60870",
"lastPushDate": "2024-05-01T16:53:03.000Z",
"lastActivityDate": "2024-05-01T16:55:38.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "regexp.prototype.flags",
"kind": "edit",
"files": [
{
"path": "types/regexp.prototype.flags/tsconfig.json",
"kind": "package-meta",
"suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) and not moving towards it (check: `compilerOptions.target`)"
}
],
"owners": [
"ljharb"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
},
{
"name": "webpack-manifest-plugin",
"kind": "edit",
"files": [
{
"path": "types/webpack-manifest-plugin/webpack-manifest-plugin-tests.ts",
"kind": "test"
}
],
"owners": [
"r3nya",
"monsonjeremy"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "ljharb",
"date": "2024-05-01T16:55:38.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "jakebailey",
"date": "2024-05-01T16:55:35.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 2088759835,
"ciResult": "unknown"
} |
Contributor
|
🔔 @ljharb @r3nya @monsonjeremy — please review this PR in the next few days. Be sure to explicitly select |
jakebailey
approved these changes
May 1, 2024
ljharb
approved these changes
May 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes two tests that are failing due to the new RegExp syntax checking feature.