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

Method stateInterpolation

packages/compiler-core/src/tokenizer.ts:375–381  ·  view source on GitHub ↗
(c: number)

Source from the content-addressed store, hash-verified

373 }
374
375 private stateInterpolation(c: number): void {
376 if (c === this.delimiterClose[0]) {
377 this.state = State.InterpolationClose
378 this.delimiterIndex = 0
379 this.stateInterpolationClose(c)
380 }
381 }
382
383 private stateInterpolationClose(c: number) {
384 if (c === this.delimiterClose[this.delimiterIndex]) {

Callers 2

parseMethod · 0.95

Calls 1

Tested by

no test coverage detected