Skip to content

Commit

Permalink
remove a now-unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Nov 23, 2023
1 parent e755189 commit f3d5352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/js_parser/js_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -6552,7 +6552,6 @@ func (p *parser) parseFnStmt(loc logger.Loc, opts parseStmtOpts, isAsync bool, a

type deferredDecorators struct {
decorators []js_ast.Decorator
firstAtLoc logger.Loc
}

type decoratorContextFlags uint8
Expand Down Expand Up @@ -7081,7 +7080,6 @@ func (p *parser) parseStmt(opts parseStmtOpts) js_ast.Stmt {
// "@decorator export declare abstract class Foo {}"
//
opts.deferredDecorators = &deferredDecorators{
firstAtLoc: loc,
decorators: decorators,
}

Expand Down

0 comments on commit f3d5352

Please sign in to comment.