type github.com/evanw/esbuild/internal/js_ast.BMissing
13 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L356: type BMissing struct{}
js_ast.go#L371: func (*BMissing) isBinding() {}
github.com/evanw/esbuild/internal/bundler
linker.go#L4352: case *js_ast.BMissing:
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1467: case *js_ast.BMissing:
js_parser.go#L2484: return js_ast.Binding{Loc: expr.Loc, Data: &js_ast.BMissing{}}, invalidLog
js_parser.go#L2559: case *js_ast.BMissing:
js_parser.go#L4488: binding := js_ast.Binding{Loc: p.lexer.Loc(), Data: &js_ast.BMissing{}}
js_parser.go#L6120: case *js_ast.BMissing:
js_parser.go#L7470: case *js_ast.BMissing:
js_parser.go#L8775: case *js_ast.BMissing:
js_parser.go#L11678: case *js_ast.BMissing:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L818: case *js_ast.BMissing:
js_printer.go#L854: if _, ok := item.Binding.Data.(*js_ast.BMissing); ok && i == len(b.Items)-1 {
![]() |
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. |