JavaScript: Back out parsing of qualified XML identifiers.

Their syntax conflicts with the proposed function-bind operator, which is more important to support.
This commit is contained in:
Max Schaefer
2019-02-24 21:30:18 +00:00
parent 6a90459d6a
commit d4dbe3bfb6
4 changed files with 219 additions and 221 deletions

View File

@@ -13,6 +13,9 @@ module E4X {
/**
* An E4X qualified identifier of the form `q::n` or `q::[expr]`.
*
* Note that qualified identifiers are not currently supported by the parser, so snapshots
* will not usually contain any.
*/
class XMLQualifiedIdentifier extends Expr, @e4x_xml_qualident {
/**