Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isExponentSign
Function
isExponentSign
packages/compiler/src/expression_parser/lexer.ts:764–766 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
762
}
763
764
function
isExponentSign(code: number): boolean {
765
return
code == chars.$MINUS || code == chars.$PLUS;
766
}
767
768
function
unescape(code: number): number {
769
switch (code) {
Callers
1
scanNumber
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected