github.com/evanw/esbuild/internal/fs.goFilepath.sameWord (method)

4 uses

	github.com/evanw/esbuild/internal/fs (current package)
		filepath.go#L581: 	if fp.sameWord(targ, base) {
		filepath.go#L592: 	if baseSlashed != targSlashed || !fp.sameWord(baseVol, targVol) {
		filepath.go#L606: 		if !fp.sameWord(targ[t0:ti], base[b0:bi]) {
		filepath.go#L644: func (fp goFilepath) sameWord(a, b string) bool {