Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundler/plugins/typescript/mod.ts>walk

A Bundler with the web in mind.
Latest
function walk
import { walk } from "https://deno.land/x/bundler@0.9.0/plugins/typescript/mod.ts";

Parameters

sourceFile: ts.SourceFile
reviver: (node: ts.Node) => Promise<void> | void