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

Parameters

fileName: string
sourceText: string
identifierMap: Map<string, string>
denyListIdentifiers: Set<string>
optional
compilerOptions: ts.CompilerOptions