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

Function p

packages/compiler-core/__tests__/utils.spec.ts:15–17  ·  view source on GitHub ↗
(line: number, column: number, offset: number)

Source from the content-addressed store, hash-verified

13} from '../src/utils'
14
15function p(line: number, column: number, offset: number): Position {
16 return { column, line, offset }
17}
18
19describe('advancePositionWithClone', () => {
20 test('same line', () => {

Callers 1

utils.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected