Skip to main content
Module

x/deno2node/src/deps.deno.ts>SourceFile#copyImmediatelySync

Compile your Deno project to run on Node.js.
Latest
method SourceFile.prototype.copyImmediatelySync
import { SourceFile } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";

Copy this source file to a new file and immediately saves it to the file system synchronously.

This will modify the module specifiers in the new file, if necessary.

Parameters

filePath: string
  • New file path. Can be relative to the original file or an absolute path.
optional
options: SourceFileCopyOptions
  • Options for copying.