mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +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:
@@ -0,0 +1,6 @@
|
||||
function test(bar, e) {
|
||||
let foo = bar;
|
||||
e.target::foo::baz();
|
||||
}
|
||||
|
||||
// semmle-extractor-options: --experimental
|
||||
Reference in New Issue
Block a user