You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a property called package and wanted to reference it in the teplate section, but it gives me the error no-parsing-error. The SFC compiles without problems though.
Bumping this one here. I am having the same issue. This is quite a showstopper if you want to stick to the business terms in an e-commerce app. And I really do not want to use some stupid naming convention like myPackage or thePackage.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
I created a property called
package
and wanted to reference it in the teplate section, but it gives me the errorno-parsing-error
. The SFC compiles without problems though.What did you expect to happen?
To not get any error, because compilation just works fine.
What actually happened?
Repository to reproduce this issue
No repository, but simple steps:
package
to the object returned fromdata()
This error is also raised when I try it with other reserved future keywords.
The text was updated successfully, but these errors were encountered: