emacs - What does "extern" mean in JavaScript? -


i started use js2-mode in emacs, , found variables js2-global-externs , js2-additional-externs. doc string says "a list of extern names you'd consider declared."

i don't understand "extern" means here. knew "extern" keyword in c, started discover "extern" means. searched javascript extern/ecma-262 extern/web browser extern didn't looked promising. can point me in right direction?

the extern keyword has nothing javascript. it's configuration on js2-mode relies on define language.

for instance, believe add own global variables js2-global-externs recognized.

have @ file https://code.google.com/p/js2-mode/source/browse/trunk/js2-externs.el?r=57


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -