type github.com/evanw/esbuild/internal/bundler.inputKind

3 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L925: type inputKind uint8
		bundler.go#L928: 	inputKindNormal inputKind = iota
		bundler.go#L940: 	kind inputKind,