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

all of my namespaces are lower case, in d files!! #23

Open
georgejecook opened this issue Jan 8, 2021 · 2 comments
Open

all of my namespaces are lower case, in d files!! #23

georgejecook opened this issue Jan 8, 2021 · 2 comments

Comments

@georgejecook
Copy link
Contributor

Given package.json as follows:

  "dependencies": {
    "MC": "file:../maestro-roku-core"
  },

I expect the namespaces for the generated maestro-roku-core namesapce methods (that are added to the d files) to be MC; but they are instead mc, as follows:

namespace mc
function getPath(content, field, default = invalid)
end function
end namespace
namespace mc
function setOrAddNodeField(node, field, value = invalid)
end function
end namespace
@georgejecook georgejecook changed the title all of my namespaces are lower case!! all of my namespaces are lower case, in d files!! Jan 8, 2021
@georgejecook
Copy link
Contributor Author

this is still an issue; it doesn't bother me, coz I use all lower case; but the first person to use camelCase is going to be disappointed :)

@TwitchBronBron
Copy link
Member

Yeah, it's on the list of things to get to eventually... 😁

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