github.com/evanw/esbuild/internal/js_parser.parser.appendPart (method)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L12094: func (p *parser) appendPart(parts []js_ast.Part, stmts []js_ast.Stmt) []js_ast.Part {
js_parser.go#L12786: parts = p.appendPart(parts, stmts)
js_parser.go#L12796: parts = p.appendPart(parts, []js_ast.Stmt{{Loc: stmt.Loc, Data: &clone}})
js_parser.go#L12803: before = p.appendPart(before, []js_ast.Stmt{stmt})
js_parser.go#L12809: after = p.appendPart(after, []js_ast.Stmt{stmt})
js_parser.go#L12812: parts = p.appendPart(parts, []js_ast.Stmt{stmt})
![]() |
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. |