File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ let pkg_name_as_variable pkg =
106106 |> Str. global_replace regex_dot " __dot__"
107107 |> Str. global_replace regex_hyphen " _"
108108
109+ (* * TODO: collect all warnings and print later *)
109110let resolve_bs_package ~cwd (package : t ) =
110111 if custom_resolution () then
111112 begin
Original file line number Diff line number Diff line change @@ -8572,6 +8572,7 @@ let pkg_name_as_variable pkg =
85728572 |> Str.global_replace regex_dot "__dot__"
85738573 |> Str.global_replace regex_hyphen "_"
85748574
8575+ (** TODO: collect all warnings and print later *)
85758576let resolve_bs_package ~cwd (package : t) =
85768577 if custom_resolution () then
85778578 begin
Original file line number Diff line number Diff line change @@ -8542,6 +8542,7 @@ let pkg_name_as_variable pkg =
85428542 |> Str.global_replace regex_dot "__dot__"
85438543 |> Str.global_replace regex_hyphen "_"
85448544
8545+ (** TODO: collect all warnings and print later *)
85458546let resolve_bs_package ~cwd (package : t) =
85468547 if custom_resolution () then
85478548 begin
You can’t perform that action at this time.
0 commit comments