Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/std/prettier/vendor/index.d.ts>FastPath

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface FastPath
import { type FastPath } from "https://deno.land/x/deno@v0.23.0/std/prettier/vendor/index.d.ts";

Type Parameters

optional
T = any

Properties

stack: any[]

Methods

getName(): null | PropertyKey
getValue(): T
getNode(count?: number): null | T
getParentNode(count?: number): null | T
call<U>(callback: (path: this) => U, ...names: PropertyKey[]): U
each(callback: (path: this) => void, ...names: PropertyKey[]): void
map<U>(callback: (path: this, index: number) => U, ...names: PropertyKey[]): U[]