type github.com/evanw/esbuild/internal/js_ast.ScopeKind

6 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1494: type ScopeKind int
		js_ast.go#L1497: 	ScopeBlock ScopeKind = iota
		js_ast.go#L1509: func (kind ScopeKind) StopsHoisting() bool {
		js_ast.go#L1519: 	Kind      ScopeKind

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1018: func (p *parser) pushScopeForParsePass(kind js_ast.ScopeKind, loc logger.Loc) int {
		js_parser.go#L6286: func (p *parser) pushScopeForVisitPass(kind js_ast.ScopeKind, loc logger.Loc) {