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

Parameters

fileName: string
source: string
exportMap: Record<string, string>
denyListIdentifiers: Set<string>
optional
compilerOptions: ts.CompilerOptions