Skip to content

Commit 917dde4

Browse files
committed
snapshot
1 parent 7095739 commit 917dde4

File tree

6 files changed

+12
-19
lines changed

6 files changed

+12
-19
lines changed

lib/4.06.1/unstable/all_ounit_tests.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9441,7 +9441,7 @@ val force_cmj : bool ref
94419441

94429442
val jsx_version : int ref
94439443
val refmt : string option ref
9444-
val is_reason : bool ref
9444+
94459445

94469446
val js_stdout : bool ref
94479447

@@ -9552,7 +9552,6 @@ let jsx_version = ref (-1)
95529552

95539553
let refmt = ref None
95549554

9555-
let is_reason = ref false
95569555

95579556
let js_stdout = ref true
95589557

lib/4.06.1/unstable/bspack.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11281,7 +11281,7 @@ val force_cmj : bool ref
1128111281

1128211282
val jsx_version : int ref
1128311283
val refmt : string option ref
11284-
val is_reason : bool ref
11284+
1128511285

1128611286
val js_stdout : bool ref
1128711287

@@ -11392,7 +11392,6 @@ let jsx_version = ref (-1)
1139211392

1139311393
let refmt = ref None
1139411394

11395-
let is_reason = ref false
1139611395

1139711396
let js_stdout = ref true
1139811397

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17821,7 +17821,7 @@ val force_cmj : bool ref
1782117821

1782217822
val jsx_version : int ref
1782317823
val refmt : string option ref
17824-
val is_reason : bool ref
17824+
1782517825

1782617826
val js_stdout : bool ref
1782717827

@@ -17932,7 +17932,6 @@ let jsx_version = ref (-1)
1793217932

1793317933
let refmt = ref None
1793417934

17935-
let is_reason = ref false
1793617935

1793717936
let js_stdout = ref true
1793817937

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17821,7 +17821,7 @@ val force_cmj : bool ref
1782117821

1782217822
val jsx_version : int ref
1782317823
val refmt : string option ref
17824-
val is_reason : bool ref
17824+
1782517825

1782617826
val js_stdout : bool ref
1782717827

@@ -17932,7 +17932,6 @@ let jsx_version = ref (-1)
1793217932

1793317933
let refmt = ref None
1793417934

17935-
let is_reason = ref false
1793617935

1793717936
let js_stdout = ref true
1793817937

lib/4.06.1/unstable/native_ppx.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23225,7 +23225,7 @@ val force_cmj : bool ref
2322523225

2322623226
val jsx_version : int ref
2322723227
val refmt : string option ref
23228-
val is_reason : bool ref
23228+
2322923229

2323023230
val js_stdout : bool ref
2323123231

@@ -23336,7 +23336,6 @@ let jsx_version = ref (-1)
2333623336

2333723337
let refmt = ref None
2333823338

23339-
let is_reason = ref false
2334023339

2334123340
let js_stdout = ref true
2334223341

0 commit comments

Comments
 (0)