Identifier "readonly" has already been declared #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
For information, we had to add a resolution to "@lezer/php": "1.0.3" because 1.0.4 causes build fails on our Vite application.
Use case :
Resolution to 1.0.3 builds correctly.
The module now defines
readonlyas a module-local binding. That is valid JavaScript and, since a module is in its own namespace, shouldn't interfere with any other variables. So this sounds like a bug in one of your build tools. Can you reduce the problem to the minimal build setup that produces it?