We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426c22b commit e5c5faaCopy full SHA for e5c5faa
crates/swc_ecma_parser/src/parser/stmt.rs
@@ -985,6 +985,7 @@ impl<I: Tokens> Parser<I> {
985
}
986
987
/// Parse a statement, declaration or module item.
988
+ #[inline(always)]
989
pub(crate) fn parse_stmt_like<Type: IsDirective + From<Stmt>>(
990
&mut self,
991
include_decl: bool,
0 commit comments