File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
28
28
let add_lam_module_ident = Lam_module_ident.Hash_set. add
29
29
let create = Lam_module_ident.Hash_set. create
30
- class count_hard_dependencies hard_dependencies =
30
+ let count_hard_dependencies hard_dependencies =
31
31
object (self : 'self_type )
32
32
inherit Js_fold. fold as super
33
33
method! module_id vid =
@@ -45,7 +45,7 @@ class count_hard_dependencies hard_dependencies =
45
45
46
46
let calculate_hard_dependencies block =
47
47
let hard_dependencies = create 17 in
48
- let _ : Js_fold.fold = (new count_hard_dependencies hard_dependencies)#block block in
48
+ let _ : Js_fold.fold = (count_hard_dependencies hard_dependencies)#block block in
49
49
hard_dependencies
50
50
51
51
(*
Original file line number Diff line number Diff line change @@ -99248,7 +99248,7 @@ end = struct
99248
99248
99249
99249
let add_lam_module_ident = Lam_module_ident.Hash_set.add
99250
99250
let create = Lam_module_ident.Hash_set.create
99251
- class count_hard_dependencies hard_dependencies =
99251
+ let count_hard_dependencies hard_dependencies =
99252
99252
object(self : 'self_type)
99253
99253
inherit Js_fold.fold as super
99254
99254
method! module_id vid =
@@ -99266,7 +99266,7 @@ class count_hard_dependencies hard_dependencies =
99266
99266
99267
99267
let calculate_hard_dependencies block =
99268
99268
let hard_dependencies = create 17 in
99269
- let _ : Js_fold.fold = (new count_hard_dependencies hard_dependencies)#block block in
99269
+ let _ : Js_fold.fold = (count_hard_dependencies hard_dependencies)#block block in
99270
99270
hard_dependencies
99271
99271
99272
99272
(*
Original file line number Diff line number Diff line change @@ -99248,7 +99248,7 @@ end = struct
99248
99248
99249
99249
let add_lam_module_ident = Lam_module_ident.Hash_set.add
99250
99250
let create = Lam_module_ident.Hash_set.create
99251
- class count_hard_dependencies hard_dependencies =
99251
+ let count_hard_dependencies hard_dependencies =
99252
99252
object(self : 'self_type)
99253
99253
inherit Js_fold.fold as super
99254
99254
method! module_id vid =
@@ -99266,7 +99266,7 @@ class count_hard_dependencies hard_dependencies =
99266
99266
99267
99267
let calculate_hard_dependencies block =
99268
99268
let hard_dependencies = create 17 in
99269
- let _ : Js_fold.fold = (new count_hard_dependencies hard_dependencies)#block block in
99269
+ let _ : Js_fold.fold = (count_hard_dependencies hard_dependencies)#block block in
99270
99270
hard_dependencies
99271
99271
99272
99272
(*
Original file line number Diff line number Diff line change @@ -381730,7 +381730,7 @@ end = struct
381730
381730
381731
381731
let add_lam_module_ident = Lam_module_ident.Hash_set.add
381732
381732
let create = Lam_module_ident.Hash_set.create
381733
- class count_hard_dependencies hard_dependencies =
381733
+ let count_hard_dependencies hard_dependencies =
381734
381734
object(self : 'self_type)
381735
381735
inherit Js_fold.fold as super
381736
381736
method! module_id vid =
@@ -381748,7 +381748,7 @@ class count_hard_dependencies hard_dependencies =
381748
381748
381749
381749
let calculate_hard_dependencies block =
381750
381750
let hard_dependencies = create 17 in
381751
- let _ : Js_fold.fold = (new count_hard_dependencies hard_dependencies)#block block in
381751
+ let _ : Js_fold.fold = (count_hard_dependencies hard_dependencies)#block block in
381752
381752
hard_dependencies
381753
381753
381754
381754
(*
You can’t perform that action at this time.
0 commit comments