Closed rbarillec closed 8 years ago
Sublime Text v. 2.0.2., build 2221 Mac OSX 10.9.5
How to reproduce:
function foo() {}
function foo(){ return {} }
return
function foo(){ return { a } }
The following exception is thrown:
TypeError: Object # has no method 'FunctionDeclaration'
Not sure whether this is an issue with the syntax highlighter or a plugin of mine. If I can provide any more information, please let me know what and where to find it.
Cheers, Remi
log.txt
OK, the issue goes away when I uninstall the Tern package. I'll report it there.
Sublime Text v. 2.0.2., build 2221 Mac OSX 10.9.5
How to reproduce:
return
block, type any character:The following exception is thrown:
TypeError: Object #
Not sure whether this is an issue with the syntax highlighter or a plugin of mine. If I can provide any more information, please let me know what and where to find it.
Cheers, Remi
log.txt