Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jquery/jquery
/ selectorError
Function
selectorError
src/selector/selectorError.js:3–5 ·
view source on GitHub ↗
( msg )
Source
from the content-addressed store, hash-verified
1
import
{ jQuery } from
"../core.js"
;
2
3
export
function
selectorError( msg ) {
4
jQuery.error(
"Syntax error, unrecognized expression: "
+ msg );
5
}
Callers
3
selector.js
File · 0.90
tokenize
Function · 0.90
preFilter.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected