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

Parameters

sourceFile: ts.SourceFile
identifierMap: Map<string, string>
denyListIdentifiers: Set<string>
optional
compilerOptions: ts.CompilerOptions