type github.com/evanw/esbuild/internal/resolver.resolver
19 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L124: type resolver struct {
resolver.go#L193: return &resolver{
resolver.go#L203: func (r *resolver) Resolve(sourceDir string, importPath string, kind ast.ImportKind) *ResolveResult {
resolver.go#L272: func (r *resolver) isExternalPattern(path string) bool {
resolver.go#L283: func (r *resolver) ResolveAbs(absPath string) *ResolveResult {
resolver.go#L293: func (r *resolver) ProbeResolvePackageAsRelative(sourceDir string, importPath string, kind ast.ImportKind) *ResolveResult {
resolver.go#L326: func (r *resolver) finalizeResolve(result *ResolveResult) {
resolver.go#L391: func (r *resolver) resolveWithoutSymlinks(sourceDir string, importPath string, kind ast.ImportKind) *ResolveResult {
resolver.go#L552: func (r *resolver) resolveWithoutRemapping(sourceDirInfo *dirInfo, importPath string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
resolver.go#L560: func (r *resolver) PrettyPath(path logger.Path) string {
resolver.go#L650: func (r *resolver) dirInfoCached(path string) *dirInfo {
resolver.go#L676: func (r *resolver) parseTSConfig(file string, visited map[string]bool) (*TSConfigJSON, error) {
resolver.go#L782: func (r *resolver) dirInfoUncached(path string) *dirInfo {
resolver.go#L894: func (r *resolver) parsePackageJSON(path string) *packageJSON {
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. |