github.com/evanw/esbuild/internal/js_ast.EImport.LeadingInteriorComments (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L643: LeadingInteriorComments []Comment
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L3276: return js_ast.Expr{Loc: loc, Data: &js_ast.EImport{Expr: value, LeadingInteriorComments: comments}}
js_parser.go#L11105: LeadingInteriorComments: e.LeadingInteriorComments,
js_parser.go#L11174: LeadingInteriorComments: e.LeadingInteriorComments,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1527: leadingInteriorComments = e.LeadingInteriorComments
js_printer.go#L1539: for _, comment := range e.LeadingInteriorComments {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |