MCPcopy 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
122function getTemplateCompiler() {
123 try {
124 return require('nativescript-vue-template-compiler');
125 } catch (err) {
126 // ignore
127 }
128}

Callers 1

vue.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected