Home
last modified time | relevance | path

Searched defs:sourceCodeLocation (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js140 sourceCodeLocation: origToken.location property
145 …reshapeToken: origToken => ({ tagName: origToken.tagName, sourceCodeLocation: origToken.location }) property
149 … reshapeToken: origToken => ({ text: origToken.data, sourceCodeLocation: origToken.location }) property
157 sourceCodeLocation: origToken.location property
162 … reshapeToken: origToken => ({ text: origToken.chars, sourceCodeLocation: origToken.location }) property
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js14 const handler = ({ sourceCodeLocation }) => { field
36 parser.on('text', ({ sourceCodeLocation }) => { field