mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(napi/transform): fix index.d.ts
This commit is contained in:
parent
099ff3a033
commit
294da86283
1 changed files with 2 additions and 2 deletions
4
napi/transform/index.d.ts
vendored
4
napi/transform/index.d.ts
vendored
|
|
@ -229,13 +229,13 @@ export interface TransformResult {
|
|||
*
|
||||
* If parsing failed and `declaration` is set, this will be an empty string.
|
||||
*
|
||||
* @see {@link TypeScriptBindingOptions#declaration}
|
||||
* @see {@link TypeScriptOptions#declaration}
|
||||
* @see [declaration tsconfig option](https://www.typescriptlang.org/tsconfig/#declaration)
|
||||
*/
|
||||
declaration?: string
|
||||
/**
|
||||
* Declaration source map. Only generated if both
|
||||
* {@link TypeScriptBindingOptions#declaration declaration} and
|
||||
* {@link TypeScriptOptions#declaration declaration} and
|
||||
* {@link TransformOptions#sourcemap sourcemap} are set to `true`.
|
||||
*/
|
||||
declarationMap?: SourceMap
|
||||
|
|
|
|||
Loading…
Reference in a new issue