type github.com/evanw/esbuild/internal/js_ast.EMissing
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L569: type EMissing struct{}
js_ast.go#L667: func (*EMissing) isExpr() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2483: case *js_ast.EMissing:
js_parser.go#L2560: return js_ast.Expr{Loc: loc, Data: &js_ast.EMissing{}}
js_parser.go#L2966: items = append(items, js_ast.Expr{Loc: p.lexer.Loc(), Data: &js_ast.EMissing{}})
js_parser.go#L9733: if _, ok := item.Data.(*js_ast.EMissing); ok {
js_parser.go#L10914: case *js_ast.EMissing:
js_parser.go#L12264: case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EMissing, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt,
js_parser.go#L12393: case *js_ast.ENull, *js_ast.EUndefined, *js_ast.EMissing, *js_ast.EBoolean, *js_ast.ENumber, *js_ast.EBigInt,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1373: case *js_ast.EMissing:
js_printer.go#L1730: _, ok := item.Data.(*js_ast.EMissing)
 |
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. |