JsModule { bom_token: missing (optional), interpreter_token: missing (optional), directives: JsDirectiveList [], items: JsModuleItemList [ JsImport { import_token: IMPORT_KW@0..7 "import" [] [Whitespace(" ")], import_clause: JsImportNamedClause { type_token: missing (optional), named_specifiers: JsNamedImportSpecifiers { l_curly_token: L_CURLY@7..9 "{" [] [Whitespace(" ")], specifiers: JsNamedImportSpecifierList [ JsShorthandNamedImportSpecifier { type_token: missing (optional), local_name: JsIdentifierBinding { name_token: IDENT@9..12 "as" [] [Whitespace(" ")], }, }, ], r_curly_token: R_CURLY@12..14 "}" [] [Whitespace(" ")], }, from_token: FROM_KW@14..19 "from" [] [Whitespace(" ")], source: JsModuleSource { value_token: JS_STRING_LITERAL@19..25 "\"test\"" [] [], }, assertion: missing (optional), }, semicolon_token: SEMICOLON@25..26 ";" [] [], }, ], eof_token: EOF@26..27 "" [Newline("\n")] [], } 0: JS_MODULE@0..27 0: (empty) 1: (empty) 2: JS_DIRECTIVE_LIST@0..0 3: JS_MODULE_ITEM_LIST@0..26 0: JS_IMPORT@0..26 0: IMPORT_KW@0..7 "import" [] [Whitespace(" ")] 1: JS_IMPORT_NAMED_CLAUSE@7..25 0: (empty) 1: JS_NAMED_IMPORT_SPECIFIERS@7..14 0: L_CURLY@7..9 "{" [] [Whitespace(" ")] 1: JS_NAMED_IMPORT_SPECIFIER_LIST@9..12 0: JS_SHORTHAND_NAMED_IMPORT_SPECIFIER@9..12 0: (empty) 1: JS_IDENTIFIER_BINDING@9..12 0: IDENT@9..12 "as" [] [Whitespace(" ")] 2: R_CURLY@12..14 "}" [] [Whitespace(" ")] 2: FROM_KW@14..19 "from" [] [Whitespace(" ")] 3: JS_MODULE_SOURCE@19..25 0: JS_STRING_LITERAL@19..25 "\"test\"" [] [] 4: (empty) 2: SEMICOLON@25..26 ";" [] [] 4: EOF@26..27 "" [Newline("\n")] []