lib Fix Part 4/6 – String.replaceAll and related changes - #50452
lib Fix Part 4/6 – String.replaceAll and related changes#50452graphemecluster (graphemecluster) wants to merge 5 commits into
Conversation
|
TypeScript Bot (@typescript-bot) run dt |
|
Heya Nathan Shively-Sanders (@sandersn), I've started to run the parallelized Definitely Typed test suite on this PR at ba0601e. You can monitor the build here. |
|
Heya Nathan Shively-Sanders (@sandersn), I've started to run the diff-based top-repos suite on this PR at ba0601e. You can monitor the build here. Update: The results are in! |
|
Heya Nathan Shively-Sanders (@sandersn), I've started to run the diff-based user code test suite on this PR at ba0601e. You can monitor the build here. Update: The results are in! |
|
Nathan Shively-Sanders (@sandersn) Here are the results of running the user test suite comparing Everything looks good! |
|
Nathan Shively-Sanders (@sandersn) Here are the results of running the top-repos suite comparing Something interesting changed - please have a look. Details
|
General Information
PR separated out from #49855, because there might be some members expecting smaller PRs. As mentioned in the comments from the big PR, whether to review a single, large PR or 6 smaller PRs is up to the TypeScript Team to decide. I couldn't have found a better way for this; hopefully this will not bring any trouble to the Team.
This PR partially fixes #49773.
For details and the track list about the changes, please see #49773.
Part 4/6, String.replaceAll and related changes
Most of them are documentation changes.
Fix #36299
Fix #38595