MCPcopy
hub / github.com/vuejs/core / ontextentity

Function ontextentity

packages/compiler-core/src/parser.ts:107–109  ·  view source on GitHub ↗
(char, start, end)

Source from the content-addressed store, hash-verified

105 },
106
107 ontextentity(char, start, end) {
108 onText(char, start, end)
109 },
110
111 oninterpolation(start, end) {
112 if (inVPre) {

Callers

nothing calls this directly

Calls 1

onTextFunction · 0.85

Tested by

no test coverage detected