11module Config = Config_whole_compiler
22module Bs_version : sig
33#1 "bs_version.mli"
4+ (* Copyright (C) 2015-2016 Bloomberg Finance L.P.
5+ *
6+ * This program is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU Lesser General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * In addition to the permissions granted to you by the LGPL, you may combine
12+ * or link a "work that uses the Library" with a publicly distributed version
13+ * of this file to produce a combined library or application, then distribute
14+ * that combined work under the terms of your choosing, with no requirement
15+ * to comply with the obligations normally placed on you by section 4 of the
16+ * LGPL version 3 (or the corresponding section of a later version of the LGPL
17+ * should you choose to use a later version).
18+ *
19+ * This program is distributed in the hope that it will be useful,
20+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
21+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+ * GNU Lesser General Public License for more details.
23+ *
24+ * You should have received a copy of the GNU Lesser General Public License
25+ * along with this program; if not, write to the Free Software
26+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
27+
428val version : string
529
30+ val header : string
31+
632end = struct
733#1 "bs_version.ml"
8- let version = "1.4.3"
934
35+ (* Copyright (C) 2015-2016 Bloomberg Finance L.P.
36+ *
37+ * This program is free software: you can redistribute it and/or modify
38+ * it under the terms of the GNU Lesser General Public License as published by
39+ * the Free Software Foundation, either version 3 of the License, or
40+ * (at your option) any later version.
41+ *
42+ * In addition to the permissions granted to you by the LGPL, you may combine
43+ * or link a "work that uses the Library" with a publicly distributed version
44+ * of this file to produce a combined library or application, then distribute
45+ * that combined work under the terms of your choosing, with no requirement
46+ * to comply with the obligations normally placed on you by section 4 of the
47+ * LGPL version 3 (or the corresponding section of a later version of the LGPL
48+ * should you choose to use a later version).
49+ *
50+ * This program is distributed in the hope that it will be useful,
51+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
52+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53+ * GNU Lesser General Public License for more details.
54+ *
55+ * You should have received a copy of the GNU Lesser General Public License
56+ * along with this program; if not, write to the Free Software
57+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58+ let version = "1.4.3"
59+ let header =
60+ "// Generated by BUCKLESCRIPT VERSION 1.4.3, PLEASE EDIT WITH CARE"
61+
1062end
1163module Terminfo : sig
1264#1 "terminfo.mli"
@@ -82647,10 +82699,6 @@ let es6_program ~output_prefix f ( x : J.deps_program) =
8264782699 Linguist::FileBlob.new('jscomp/test/test_u.js').generated?
8264882700 ]}
8264982701*)
82650- let bs_header =
82651- "// Generated by BUCKLESCRIPT VERSION " ^
82652- Bs_version.version ^
82653- " , PLEASE EDIT WITH CARE"
8265482702
8265582703let pp_deps_program
8265682704 ~output_prefix
@@ -82659,7 +82707,7 @@ let pp_deps_program
8265982707 begin
8266082708 if not !Js_config.no_version_header then
8266182709 begin
82662- P.string f bs_header ;
82710+ P.string f Bs_version.header ;
8266382711 P.newline f
8266482712 end ;
8266582713 P.string f L.strict_directive;
0 commit comments