type github.com/evanw/esbuild/internal/js_parser.mergeResult

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L1214: type mergeResult int
		js_parser.go#L1225: func (p *parser) canMergeSymbols(scope *js_ast.Scope, existing js_ast.SymbolKind, new js_ast.SymbolKind) mergeResult {