Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ isEOF
Method
isEOF
packages/icu-messageformat-parser/parser.ts:1121–1123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1119
}
1120
1121
private isEOF(): boolean {
1122
return
this.offset() === this.message.length
1123
}
1124
1125
private clonePosition(): Position {
1126
// This is much faster than `Object.assign` or spread.
Callers
14
parseMessage
Method · 0.95
parseTag
Method · 0.95
parseTagName
Method · 0.95
tryParseLeftAngleBracket
Method · 0.95
tryParseQuote
Method · 0.95
tryParseUnquoted
Method · 0.95
parseArgument
Method · 0.95
tryParseArgumentClose
Method · 0.95
parseSimpleArgStyleIfPossible
Method · 0.95
tryParseDecimalInteger
Method · 0.95
bump
Method · 0.95
bumpTo
Method · 0.95
Calls
1
offset
Method · 0.95
Tested by
no test coverage detected