Skip to content

Commit ea8a2f8

Browse files
shulaodasapphi-red
andauthored
Update packages/rolldown/src/options/output-options.ts
Co-authored-by: 翠 <[email protected]> Signed-off-by: dalaoshu <[email protected]>
1 parent f494711 commit ea8a2f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/rolldown/src/options/output-options.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ export interface OutputOptions {
719719
* - `false` - Never emit `"use strict"` in the output.
720720
* - `'auto'` - Respect the `"use strict"` directives from the source code.
721721
*
722+
* See [In-depth directive guide](https://rolldown.rs/in-depth/directives) for more details.
723+
*
722724
* @default 'auto'
723725
*/
724726
strict?: boolean | 'auto';

0 commit comments

Comments
 (0)