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 have a particular use case where a library I depend on puts a global inside a namespace. For example, they export a global org.company.lib. If I use a command like:
As you can see, the dots need to be transformed in some way (probably replaced with underscores) to ensure that the identifier is correct. Alternatively, the identifier could be made not to depend on the name of the actual global at all, e.g. __external_1.
I'm happy to work on a pull request.
The text was updated successfully, but these errors were encountered:
I have a particular use case where a library I depend on puts a global inside a namespace. For example, they export a global
org.company.lib
. If I use a command like:This produces invalid output:
As you can see, the dots need to be transformed in some way (probably replaced with underscores) to ensure that the identifier is correct. Alternatively, the identifier could be made not to depend on the name of the actual global at all, e.g.
__external_1
.I'm happy to work on a pull request.
The text was updated successfully, but these errors were encountered: