type github.com/evanw/esbuild/internal/js_parser.stmtsKind
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L6470: kind stmtsKind
js_parser.go#L6524: type stmtsKind uint8
js_parser.go#L6527: stmtsNormal stmtsKind = iota
js_parser.go#L6532: func (p *parser) visitStmts(stmts []js_ast.Stmt, kind stmtsKind) []js_ast.Stmt {
js_parser.go#L6665: func (p *parser) mangleStmts(stmts []js_ast.Stmt, kind stmtsKind) []js_ast.Stmt {
js_parser.go#L7396: func (p *parser) visitSingleStmt(stmt js_ast.Stmt, kind stmtsKind) js_ast.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. |