Merge pull request #3420 from max-schaefer/js/fix-missing-triple-backtick

Approved by asgerf
This commit is contained in:
semmle-qlci
2020-05-06 13:52:18 +01:00
committed by GitHub

View File

@@ -303,6 +303,7 @@ class Label extends @label, Identifier, Expr {
* 3n // BigInt literal
* "hello" // string literal
* /jsx?/ // regular-expression literal
* ```
*/
class Literal extends @literal, Expr {
/** Gets the value of this literal, as a string. */