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

remove export and export default keywords

Parameters

exportMap: Record<string, string>
denyListIdentifiers: Set<string>

Returns

ts.TransformerFactory<ts.SourceFile>