Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getTemplateCompiler
Function
getTemplateCompiler
packages/webpack5/src/configuration/vue.ts:122–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
function
getTemplateCompiler() {
123
try {
124
return
require(
'nativescript-vue-template-compiler'
);
125
} catch (err) {
126
// ignore
127
}
128
}
Callers
1
vue.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected