Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ trimStart
Method
trimStart
src/MagicString.js:808–811 ·
view source on GitHub ↗
(charType)
Source
from the content-addressed store, hash-verified
806
}
807
808
trimStart(charType) {
809
this.trimStartAborted(charType);
810
return
this;
811
}
812
813
hasChanged() {
814
return
this.original !== this.toString();
Callers
2
trim
Method · 0.95
trimStartAborted
Method · 0.45
Calls
1
trimStartAborted
Method · 0.95
Tested by
no test coverage detected