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

Function isLineTerminator

lib/assets/javascripts/JSXTransformer.js:2675–2677  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

2673 // 7.3 Line Terminators
2674
2675 function isLineTerminator(ch) {
2676 return (ch === 10) || (ch === 13) || (ch === 0x2028) || (ch === 0x2029);
2677 }
2678
2679 // 7.6 Identifier Names and Identifiers
2680

Callers 7

skipSingleLineCommentFunction · 0.85
skipMultiLineCommentFunction · 0.85
skipCommentFunction · 0.85
scanStringLiteralFunction · 0.85
scanTemplateFunction · 0.85
scanRegExpBodyFunction · 0.85
scanJSXTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected