mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
docs: Fix typo in EmitOptions (#13062)
This commit is contained in:
parent
5afb2cca65
commit
a2b4d13540
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -451,7 +451,7 @@ declare namespace Deno {
|
|||
export interface EmitOptions {
|
||||
/** Indicate that the source code should be emitted to a single file
|
||||
* JavaScript bundle that is a single ES module (`"module"`) or a single
|
||||
* file self contained script we executes in an immediately invoked function
|
||||
* file self contained script executed in an immediately invoked function
|
||||
* when loaded (`"classic"`). */
|
||||
bundle?: "module" | "classic";
|
||||
/** If `true` then the sources will be typed checked, returning any
|
||||
|
|
Loading…
Reference in a new issue