github.com/evanw/esbuild/internal/js_ast.AST.URLForCSS (field)

8 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1599: 	URLForCSS   string

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L267: 		ast.URLForCSS = "data:text/plain;base64," + encoded
		bundler.go#L277: 		ast.URLForCSS = "data:" + mimeType + ";base64," + encoded
		bundler.go#L286: 		ast.URLForCSS = "data:application/octet-stream;base64," + encoded
		bundler.go#L297: 		ast.URLForCSS = url
		bundler.go#L327: 		ast.URLForCSS = publicPath
		bundler.go#L1366: 						if otherRepr.ast.URLForCSS == "" {
		linker.go#L1122: 						record.Path.Text = otherRepr.ast.URLForCSS