func github.com/evanw/esbuild/internal/resolver.getString
11 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L945: if main, ok := getString(mainJson); ok {
resolver.go#L976: if key, ok := getString(prop.Key); ok && prop.Value != nil {
resolver.go#L984: if value, ok := getString(*prop.Value); ok {
resolver.go#L1172: func getString(json js_ast.Expr) (string, bool) {
tsconfig_json.go#L66: if value, ok := getString(valueJSON); ok {
tsconfig_json.go#L78: if value, ok := getString(valueJSON); ok {
tsconfig_json.go#L85: if value, ok := getString(valueJSON); ok {
tsconfig_json.go#L92: if value, ok := getString(valueJSON); ok {
tsconfig_json.go#L106: if value, ok := getString(valueJSON); ok {
tsconfig_json.go#L129: if key, ok := getString(prop.Key); ok {
tsconfig_json.go#L157: if str, ok := getString(item); 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. |