1
1
module Config = Config_whole_compiler
2
2
module Bs_version : sig
3
3
#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
+
4
28
val version : string
5
29
30
+ val header : string
31
+
6
32
end = struct
7
33
#1 "bs_version.ml"
8
- let version = "1.4.3"
9
34
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
+
10
62
end
11
63
module Terminfo : sig
12
64
#1 "terminfo.mli"
@@ -82647,10 +82699,6 @@ let es6_program ~output_prefix f ( x : J.deps_program) =
82647
82699
Linguist::FileBlob.new('jscomp/test/test_u.js').generated?
82648
82700
]}
82649
82701
*)
82650
- let bs_header =
82651
- "// Generated by BUCKLESCRIPT VERSION " ^
82652
- Bs_version.version ^
82653
- " , PLEASE EDIT WITH CARE"
82654
82702
82655
82703
let pp_deps_program
82656
82704
~output_prefix
@@ -82659,7 +82707,7 @@ let pp_deps_program
82659
82707
begin
82660
82708
if not !Js_config.no_version_header then
82661
82709
begin
82662
- P.string f bs_header ;
82710
+ P.string f Bs_version.header ;
82663
82711
P.newline f
82664
82712
end ;
82665
82713
P.string f L.strict_directive;
0 commit comments