mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Removes reported errors in VSCode when using `clangd` * Parsing a 21MB json string is not performant * RegExp replacing all occurrences in said 21MB string is (~61ms) * Fixes #147767