github.com/evanw/esbuild/internal/js_ast.SymbolKind.IsHoistedOrFunction (method)

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1341: func (kind SymbolKind) IsHoistedOrFunction() bool {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1260: 	if new.IsHoistedOrFunction() && existing.IsHoistedOrFunction() &&