func github.com/evanw/esbuild/internal/js_parser.statementCaresAboutScope
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L6848: if statementCaresAboutScope(stmt) {
js_parser.go#L7525: func statementCaresAboutScope(stmt js_ast.Stmt) bool {
js_parser.go#L7545: } else if len(block.Stmts) == 2 && !statementCaresAboutScope(block.Stmts[1]) {
js_parser.go#L7606: if statementCaresAboutScope(stmt) {
js_parser.go#L7616: if statementCaresAboutScope(body) {
js_parser.go#L8275: if len(s.Stmts) == 1 && !statementCaresAboutScope(s.Stmts[0]) {
![]() |
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. |