Skip to content

Commit f3d5352

Browse files
committed
remove a now-unused field
1 parent e755189 commit f3d5352

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/js_parser/js_parser.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6552,7 +6552,6 @@ func (p *parser) parseFnStmt(loc logger.Loc, opts parseStmtOpts, isAsync bool, a
65526552

65536553
type deferredDecorators struct {
65546554
decorators []js_ast.Decorator
6555-
firstAtLoc logger.Loc
65566555
}
65576556

65586557
type decoratorContextFlags uint8
@@ -7081,7 +7080,6 @@ func (p *parser) parseStmt(opts parseStmtOpts) js_ast.Stmt {
70817080
// "@decorator export declare abstract class Foo {}"
70827081
//
70837082
opts.deferredDecorators = &deferredDecorators{
7084-
firstAtLoc: loc,
70857083
decorators: decorators,
70867084
}
70877085

0 commit comments

Comments
 (0)