Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ tokenize
Function
tokenize
mini-code-edit/cm/mode/shell/shell.js:90–92 ·
view source on GitHub ↗
(stream, state)
Source
from the content-addressed store, hash-verified
88
};
89
90
function
tokenize(stream, state) {
91
return
(state.tokens[0] || tokenBase) (stream, state);
92
};
93
94
return
{
95
startState:
function
() {
return
{tokens:[]}},
Callers
5
tokenBase
Function · 0.70
tokenDollar
Function · 0.70
shell.js
File · 0.70
Sizzle
Function · 0.50
jquery.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected