Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ skip
Method
skip
packages/core/css-value/reworkcss-value.ts:48–50 ·
view source on GitHub ↗
(match: RegExpExecArray)
Source
from the content-addressed store, hash-verified
46
}
47
48
private skip(match: RegExpExecArray): void {
49
this.str = this.str.slice(match[0].length);
50
}
51
52
/** Comma tokens:
","
*/
53
private comma(): CommaToken | undefined {
Callers
10
comma
Method · 0.95
ident
Method · 0.95
int
Method · 0.95
float
Method · 0.95
double
Method · 0.95
single
Method · 0.95
parser.spec.ts
File · 0.80
action-bar-tests.e2e-spec.ts
File · 0.80
tab-view-css-properties.e2e-spec.ts
File · 0.80
tab-view-common-tests.e2e-spec.ts
File · 0.80
Calls
1
slice
Method · 0.45
Tested by
no test coverage detected