mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
renamed "dynamicimport" to "dynamic_import"
This commit is contained in:
@@ -2698,7 +2698,7 @@ class FunctionBindExpr extends @bind_expr, Expr {
|
||||
* import("fs")
|
||||
* ```
|
||||
*/
|
||||
class DynamicImportExpr extends @dynamicimport, Expr, Import {
|
||||
class DynamicImportExpr extends @dynamic_import, Expr, Import {
|
||||
/** Gets the expression specifying the path of the imported module. */
|
||||
Expr getSource() { result = getChildExpr(0) }
|
||||
|
||||
|
||||
@@ -334,7 +334,7 @@ case @expr.kind of
|
||||
| 96 = @export_namespace_specifier
|
||||
| 97 = @bind_expr
|
||||
| 98 = @external_module_reference
|
||||
| 99 = @dynamicimport
|
||||
| 99 = @dynamic_import
|
||||
| 100 = @expression_with_type_arguments
|
||||
| 101 = @prefixtypeassertion
|
||||
| 102 = @astypeassertion
|
||||
|
||||
@@ -602,7 +602,7 @@
|
||||
<v>2159</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@dynamicimport</k>
|
||||
<k>@dynamic_import</k>
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user