51 matches across 1 files for error lang:JavaScript lang:JavaScript lang:JavaScript path:tests/rustdoc-js-std/parser-errors.js
snippet_mode: grep · sorted by relevance
tests/rustdoc-js-std/parser-errors.js JAVASCRIPT 51 matches · showing 5 view file →
6 userQuery: "<P>",
7 returned: [],
8 error: "Found generics without a path",
9 },
10 {
· · ·
14 userQuery: "-> <P>",
15 returned: [],
16 error: "Found generics without a path",
17 },
18 {
· · ·
22 userQuery: "a<\"P\">",
23 returned: [],
24 error: "Unexpected `\"` in generics",
25 },
26 {
· · ·
30 userQuery: "\"P\" \"P\"",
31 returned: [],
32 error: "Cannot have more than one element if you use quotes",
33 },
34 {
· · ·
38 userQuery: "\"P\",\"P\"",
39 returned: [],
40 error: "Cannot have more than one literal search element",
41 },
42 {
+ 46 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.