Skip to content

Commit 9eee852

Browse files
committed
Update to build with 5.0
1 parent b3f8513 commit 9eee852

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

docs/tsconfig/id/options/noImplicitUseStrict.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,3 @@ oneline: "Menonaktifkan 'use strict' dalam mengeluarkan JS"
55

66
Anda seharusnya tidak memerlukan ini. Secara bawaan, saat memancarkan sebuah berkas modul kepada sebuah target non-ES6, TypeScript memancarkan sebuah kata pengantar `"use strict";` di bagian atas berkas.
77
Ini dapat menonaktifkan setelan kata pengantar itu.
8-
9-
```ts twoslash
10-
// @showEmit
11-
// @target: ES3
12-
// @module: AMD
13-
// @noImplicitUseStrict
14-
// @alwaysStrict: false
15-
export function fn() {}
16-
```
17-
18-
```ts twoslash
19-
// @showEmit
20-
// @target: ES3
21-
// @module: AMD
22-
export function fn() {}
23-
```

docs/tsconfig/ja/options/noImplicitUseStrict.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,3 @@ oneline: "Disable 'use strict' in the JS emit"
55

66
これは必要ないはずです。ES6でないターゲットでモジュールを出力する際に、TypeScriptはデフォルトで`"use strict;"`という前置きをファイルの一番始めに出力します。
77
この設定は、この前置きを無効にします。
8-
9-
```ts twoslash
10-
// @showEmit
11-
// @target: ES3
12-
// @module: AMD
13-
// @noImplicitUseStrict
14-
// @alwaysStrict: false
15-
export function fn() {}
16-
```
17-
18-
```ts twoslash
19-
// @showEmit
20-
// @target: ES3
21-
// @module: AMD
22-
export function fn() {}
23-
```

docs/tsconfig/pt/options/noImplicitUseStrict.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,3 @@ oneline: "Desabilita 'use strict' na emissão JS"
55

66
Você não deveria precisar disso. Por padrão, ao emitir um arquivo de módulo para um destino não ES6, o TypeScript emite um prólogo `"use strict";` no topo do arquivo.
77
Esta configuração desabilita o prólogo.
8-
9-
```ts twoslash
10-
// @showEmit
11-
// @target: ES3
12-
// @module: AMD
13-
// @noImplicitUseStrict
14-
// @alwaysStrict: false
15-
export function fn() {}
16-
```
17-
18-
```ts twoslash
19-
// @showEmit
20-
// @target: ES3
21-
// @module: AMD
22-
export function fn() {}
23-
```

0 commit comments

Comments
 (0)