Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isShim
Method
isShim
packages/language-service/src/adapters.ts:76–78 ·
view source on GitHub ↗
(sf: ts.SourceFile)
Source
from the content-addressed store, hash-verified
74
}
75
76
isShim(sf: ts.SourceFile): boolean {
77
return
isShim(sf);
78
}
79
80
isResource(sf: ts.SourceFile): boolean {
81
const
scriptInfo = this.project.getScriptInfo(sf.fileName);
Callers
nothing calls this directly
Calls
1
isShim
Function · 0.90
Tested by
no test coverage detected