Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
feat(rome_js_parser): EcmaScript @decorators #4252
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed Apr 17, 2023
1 parent 71d67a3 commit e2ce865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rome_js_parser/src/syntax/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use crate::state::{
};
use crate::syntax::binding::parse_binding;
use crate::syntax::expr::{
parse_assignment_expression_or_higher, parse_expression, parse_lhs_expr, parse_private_name,
ExpressionContext,
parse_assignment_expression_or_higher, parse_lhs_expr, parse_private_name, ExpressionContext,
};
use crate::syntax::function::{
parse_any_parameter, parse_formal_parameter, parse_function_body, parse_parameter_list,
Expand Down

0 comments on commit e2ce865

Please sign in to comment.