yoya / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

Error with certain forms of namespaced E4X expressions. #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Namespaced E4X queries that use object slicing syntax instead of literal
attribute names break AST generation and produce the following error:
js2-elem-get-node-lb storing a non-js2-elem-get-node

Reproducible with the expression:

var val = node.@ns::[attr];

Using Windows XP (god help me) / GNU Emacs 22, with 4/24/2008 release of
js2-mode.

Original issue reported on code.google.com by Thomas.M...@gmail.com on 30 Apr 2008 at 6:14

GoogleCodeExporter commented 8 years ago
Fixed as of 20080615a.

Original comment by steve.ye...@gmail.com on 16 Jun 2008 at 3:36