MCPcopy Index your code
hub / github.com/reactjs/react-rails / rewind

Function rewind

lib/assets/javascripts/JSXTransformer.js:4096–4101  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

4094 }
4095
4096 function rewind(token) {
4097 index = token.range[0];
4098 lineNumber = token.lineNumber;
4099 lineStart = token.lineStart;
4100 lookahead = token;
4101 }
4102
4103 function markerCreate() {
4104 if (!extra.loc && !extra.range) {

Callers 2

matchAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected