func github.com/evanw/esbuild/internal/js_parser.maybeSimplifyEqualityComparison
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L9292: func maybeSimplifyEqualityComparison(e *js_ast.EBinary, isNotEqual bool) (js_ast.Expr, bool) {
js_parser.go#L10118: if result, ok := maybeSimplifyEqualityComparison(e, false /* isNotEqual */); ok {
js_parser.go#L10139: if result, ok := maybeSimplifyEqualityComparison(e, false /* isNotEqual */); ok {
js_parser.go#L10160: if result, ok := maybeSimplifyEqualityComparison(e, true /* isNotEqual */); ok {
js_parser.go#L10181: if result, ok := maybeSimplifyEqualityComparison(e, true /* isNotEqual */); 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. |