Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
function injectIdentifiers
import { injectIdentifiers } from "https://deno.land/x/fed_dev@0.9.0/plugins/typescript/transformers/identifiers/inject_identifiers.ts";

Parameters

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