glimmerjs/glimmer-application

Disallow dotted helpers/modifiers

pittst3r opened this issue · 1 comments

Once glimmerjs/glimmer-vm#402 lands we'll need to update Environment#hasComponentDefinition and Environment#getComponentDefinition not to receive a string[] as a component name but rather a string.

Done ✅