Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ropm is prefixing functions for a module where namespacing prefixing is disabled. #36

Open
georgejecook opened this issue Mar 2, 2021 · 1 comment

Comments

@georgejecook
Copy link
Contributor

wanted to fix this, or at least give a test; but unfortunately I can't coz the latest has a bunch of errors I don't understand:

image

The issue is the following, whereby I have maestro module configured as such in packge.json:

  "ropm": {
    "rootDir": "src",
    "packageRootDir": "dist",
    "noprefix": [
      "maestro"
    ]
  },

The image shows that the function mx_onFocusIdChange is not prefixed, however, references to it at the bottom of the file erronesouly have the maestro_ prefix added. I have to search/replace these for now, as otherwise applicaster cannot build anything. Sorry that I can't give a test; but I got latest and the build is broken, and I don't understand the compile error: so I don't know what to do there.

image

@pawelhertman
Copy link
Contributor

My #46 PR fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants