github.com/evanw/esbuild/internal/bundler.stmtList.prefixStmts (field)
11 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L3036: stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
linker.go#L3085: stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
linker.go#L3106: stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
linker.go#L3290: prefixStmts []js_ast.Stmt
linker.go#L3347: stmtList.prefixStmts = append(stmtList.prefixStmts, stmtList.normalStmts...)
linker.go#L3386: if len(stmtList.prefixStmts) > 0 {
linker.go#L3387: stmts = append(stmtList.prefixStmts, stmts...)
![]() |
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. |