renamed "dynamicimport" to "dynamic_import"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:36 +02:00
parent 94b5645de2
commit 27a017671d
3 changed files with 3 additions and 3 deletions

View File

@@ -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) }

View File

@@ -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

View File

@@ -602,7 +602,7 @@
<v>2159</v>
</e>
<e>
<k>@dynamicimport</k>
<k>@dynamic_import</k>
<v>5</v>
</e>
<e>