github.com/evanw/esbuild/internal/bundler.parseResult.ok (field)

19 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L149: 	ok   bool
		bundler.go#L226: 		result.ok = ok
		bundler.go#L232: 		result.ok = ok
		bundler.go#L238: 		result.ok = ok
		bundler.go#L245: 		result.ok = ok
		bundler.go#L254: 		result.ok = true
		bundler.go#L261: 		result.ok = ok
		bundler.go#L270: 		result.ok = true
		bundler.go#L280: 		result.ok = true
		bundler.go#L289: 		result.ok = true
		bundler.go#L300: 		result.ok = true
		bundler.go#L330: 		result.ok = true
		bundler.go#L382: 	if !result.ok {
		bundler.go#L909: 		s.resultChannel <- parseResult{file: file{source: source, repr: &reprJS{ast: ast}}, ok: ok}
		bundler.go#L1078: 			ok: true,
		bundler.go#L1241: 		if !result.ok {
		bundler.go#L1291: 		if !result.ok {
		bundler.go#L1401: 								ok: true,
		bundler.go#L1450: 		if result.ok {