func github.com/evanw/esbuild/internal/resolver.ParseDataURL
5 uses
github.com/evanw/esbuild/internal/resolver (current package)
dataurl.go#L16: func ParseDataURL(url string) (parsed DataURL, ok bool) {
resolver.go#L225: if parsed, ok := ParseDataURL(importPath); ok {
github.com/evanw/esbuild/internal/bundler
bundler.go#L528: if parsed, ok := resolver.ParseDataURL(comment.Text); ok {
bundler.go#L821: if parsed, ok := resolver.ParseDataURL(source.KeyPath.Text); ok {
bundler.go#L995: if _, ok := resolver.ParseDataURL(path.Text); ok {
![]() |
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. |