Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function removeModifiersFromSourceFile
import { removeModifiersFromSourceFile } from "https://deno.land/x/bundler@0.9.0/plugins/typescript/remove_modifiers.ts";

Parameters

sourceFile: ts.SourceFile
exportMap: Record<string, string>
denyListIdentifiers: Set<string>
optional
compilerOptions: ts.CompilerOptions