mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #3420 from max-schaefer/js/fix-missing-triple-backtick
Approved by asgerf
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user