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

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