objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

JS Dependencies can be added with '.' in variable name. #322

Closed mxro closed 6 years ago

mxro commented 6 years ago

Steps

Add a variable to JS and provide a name with a '.' such as test.mylib

Findings

The variable can be created and the JS code does not compile correctly.

objecthub-io commented 6 years ago

Fixed.