github.com/evanw/esbuild/internal/js_parser.duplicateCaseValue.hash (field)

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L471: 	hash  uint32
		js_parser.go#L505: 				if c.hash == hash {
		js_parser.go#L522: 		dc.cases = append(dc.cases, duplicateCaseValue{hash: hash, value: expr})