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 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
The text was updated successfully, but these errors were encountered:
georgejecook
changed the title
all of my namespaces are lower case!!
all of my namespaces are lower case, in d files!!
Jan 8, 2021
Given package.json as follows:
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 insteadmc
, as follows:The text was updated successfully, but these errors were encountered: