type github.com/evanw/esbuild/internal/fs.DifferentCase
10 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L50: type DifferentCase struct {
fs.go#L56: func (entries DirEntries) Get(query string) (*Entry, *DifferentCase) {
fs.go#L60: return entry, &DifferentCase{
github.com/evanw/esbuild/internal/resolver
resolver.go#L99: DifferentCase *fs.DifferentCase
resolver.go#L552: func (r *resolver) resolveWithoutRemapping(sourceDirInfo *dirInfo, importPath string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
resolver.go#L1089: func (r *resolver) loadAsFile(path string, extensionOrder []string) (string, bool, *fs.DifferentCase) {
resolver.go#L1148: func (r *resolver) loadAsIndex(path string, entries fs.DirEntries) (string, bool, *fs.DifferentCase) {
resolver.go#L1186: func (r *resolver) loadAsFileOrDirectory(path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
resolver.go#L1270: func (r *resolver) matchTSConfigPaths(tsConfigJSON *TSConfigJSON, path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
resolver.go#L1351: func (r *resolver) loadNodeModules(path string, kind ast.ImportKind, dirInfo *dirInfo) (PathPair, bool, *fs.DifferentCase) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |