laracasts / PHP-Vars-To-Js-Transformer

Transform PHP data to JavaScript.
https://packagist.org/packages/laracasts/utilities
MIT License
2.21k stars 219 forks source link

importing corrupt "use JavaScript" under Sublime Text 3 #93

Closed EventFellows closed 7 years ago

EventFellows commented 7 years ago

Under normal circumstances hitting F5 in Sublime Text imports the correct "use" Statement on the top of the file.

In the case of this package it imports "use = mixinPath[p]\JavaScript;" in exactly this wording.

Simply changing it to "use JavaScript" is not a big issue but would be nicer if it worked out of the box... Other than that, it is great package to use. Thx Jeffrey!