mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
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:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user