MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / position

Function position

packages/core/css/lib/parse/index.ts:30–37  ·  view source on GitHub ↗

* Mark position and patch `node.position`.

()

Source from the content-addressed store, hash-verified

28 */
29
30 function position() {
31 var start = { line: lineno, column: column };
32 return function (node) {
33 node.position = new Position(start);
34 whitespace();
35 return node;
36 };
37 }
38
39 /**
40 * Store position information for a node

Callers 13

commentFunction · 0.70
declarationFunction · 0.70
keyframeFunction · 0.70
atkeyframesFunction · 0.70
atsupportsFunction · 0.70
athostFunction · 0.70
atmediaFunction · 0.70
atcustommediaFunction · 0.70
atpageFunction · 0.70
atdocumentFunction · 0.70
atfontfaceFunction · 0.70
_compileAtruleFunction · 0.70

Calls 1

whitespaceFunction · 0.85

Tested by

no test coverage detected