Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/compiler-cli/src/ngtsc/tsc_plugin.ts:88–90 ·
view source on GitHub ↗
(private ngOptions: {})
Source
from the content-addressed store, hash-verified
86
}
87
88
constructor(private ngOptions: {}) {
89
setFileSystem(
new
NodeJSFileSystem());
90
}
91
92
wrapHost(
93
host: ts.CompilerHost & Partial<UnifiedModulesHost>,
Callers
nothing calls this directly
Calls
1
setFileSystem
Function · 0.90
Tested by
no test coverage detected