core
core copied to clipboard
fix(compiler/runtime-dom): firefox do not support regexp flag `s`
I prefer to use
\s\S
instead of(.|\n)
since some cases have already used it.https://github.com/vuejs/core/blob/fe77e2bddaa5930ad37a43fe8e6254ddb0f9c2d7/packages/compiler-core/src/transforms/vFor.ts#L311
Thanks
Safari on iOS < 12 also impacted
May I ask when this PR will be merged? This compatibility issue may have a significant impact on the business.
I have the same issue, plz merge this PR!
UP for merge! Please pay attention to this PR
For whom may concern, the issue patched in v3.3.4 see https://github.com/vuejs/core/commit/91f1c62e6384a8b09f90e7e43b8d347901e529a0
I confirm, issue is fixed in v3.3.4. Tested on Safari on iOS < 12 and firefox < 72
@stondbringa @TNGD-YQ thanks.
Can this change be merged into version 3.2.x. The current version and accompanying tools (such as vite) no longer support Windows 7 (Node <13). Not very friendly to developers who cannot upgrade their systems (such as work computers).