Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Position

import type { Position } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

The position of the code comment.

interface Position {
line?: bigint;
path?: string;
}

§Properties

§
line?: bigint
[src]

Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.

§
path?: string
[src]

Required. The path of the file.