github.com/evanw/esbuild/internal/js_ast.Scope.LabelStmtIsLoop (field)

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1527: 	LabelStmtIsLoop bool

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L6365: 			isLoop = s.LabelStmtIsLoop
		js_parser.go#L8156: 			p.currentScope.LabelStmtIsLoop = true