We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sources[n].public
1 parent f48c4c8 commit 0c21a31Copy full SHA for 0c21a31
jscomp/bsb/bsb_parse_sources.ml
@@ -71,12 +71,12 @@ let collect_pub_modules
71
set := Set_string.add !set str
72
else
73
Bsb_log.warn
74
- "@{<warning>IGNORED@} %S in public is ignored since it is not\
75
- an existing module@." str
+ "@{<warning>IGNORED@}: %S in public is not an existing module \
+ and has been ignored@." str
76
| _ ->
77
Bsb_exception.errorf
78
~loc:(Ext_json.loc_of v)
79
- "public excpect a list of strings"
+ "public expects a list of strings"
80
done ;
81
!set
82
@@ -502,4 +502,4 @@ let clean_re_js root =
502
end
503
| _ -> ()
504
| exception _ -> ()
505
-
+
0 commit comments