Comment on Kid Pix as a JavaScript AppparentComments−Waterluvian5yHas anyone had any luck using this classic style of JS namespacing in a way where their editor understands it when populating code completion?I love rollup, uglify-js, etc. for this kind of thing: just concatenate all the modules into one JS file and ship it as-is.
Comments
Has anyone had any luck using this classic style of JS namespacing in a way where their editor understands it when populating code completion?
I love rollup, uglify-js, etc. for this kind of thing: just concatenate all the modules into one JS file and ship it as-is.