This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
Parsing of language file fails when using functions #1680
Labels
Status: Review Needed
Request for review comments
Reporting a bug?
Consider the following two function calls:
locationName(named('pointOfInterest'), false)
locationName({ pointOfInterest: named('pointOfInterest'), includeParent: false })
With origin2:
The former can be used in a locale file and works fine, but the latter will fail parsing and will add part of the function call at the end of the parsed string:
Expected behavior
foo({ a: 'a' })
to be compiled correctlyReproduction
Fiddle doesn't work ("Uncaught ReferenceError: VueI18n is not defined")
System Info
Screenshot
See main issue
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: