We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef222d commit a1819a5Copy full SHA for a1819a5
javascript/ql/src/semmle/javascript/frameworks/Templating.qll
@@ -116,12 +116,6 @@ module Templating {
116
not getRawText().regexpMatch("(?s)\\{\\{.*\\}\\}")
117
}
118
119
- /**
120
- * Holds if this occurs in generated code as an expression or statement,
121
- * that is, without being enclosed in a string literal or similar.
122
- */
123
- predicate isInPlainCodeContext() { this = any(GeneratedCodeExpr e).getPlaceholderTag() }
124
-
125
/**
126
* Gets the innermost JavaScript expression containing this template tag, if any.
127
*/
0 commit comments