rokucommunity / ropm

A package manager for the Roku platform.
MIT License
34 stars 6 forks source link

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

Open georgejecook opened 3 years ago

georgejecook commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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