func github.com/evanw/esbuild/internal/js_parser.typeofWithoutSideEffects

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L802: func typeofWithoutSideEffects(data js_ast.E) (string, bool) {
		js_parser.go#L10612: 			if typeof, ok := typeofWithoutSideEffects(e.Value.Data); ok {