Open
Description
So I was coding, and I needed to change a function called get().
it was in simplyRawApi.get().
Finding out in which base component it was took a bit of digging.
Suggestions:
- make it so that the builder changes "get()" to "componentName.get()" in the generated.html. This will make it so that the code in other places is easier to follow back to their respective components.
OR
- have the programmer name their Raw Api base components "componentName-get" and call it using simplyRawApi.componentName-get().