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

Method handleAttrNameEnd

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

Source from the content-addressed store, hash-verified

771 }
772 }
773 private handleAttrNameEnd(c: number): void {
774 this.sectionStart = this.index
775 this.state = State.AfterAttrName
776 this.cbs.onattribnameend(this.index)
777 this.stateAfterAttrName(c)
778 }
779 private stateAfterAttrName(c: number): void {
780 if (c === CharCodes.Eq) {
781 this.state = State.BeforeAttrValue

Callers 5

stateInAttrNameMethod · 0.95
stateInDirNameMethod · 0.95
stateInDirArgMethod · 0.95
stateInDynamicDirArgMethod · 0.95
stateInDirModifierMethod · 0.95

Calls 2

stateAfterAttrNameMethod · 0.95
onattribnameendMethod · 0.80

Tested by

no test coverage detected