Skip to content

Commit f8d3b9a

Browse files
authored
Merge pull request #684 from bloomberg/tweak
make github linguistic happy
2 parents bedc195 + 700f2e5 commit f8d3b9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jscomp/js_dump.ml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,8 +1672,14 @@ let amd_program f
16721672
P.string f ")";
16731673
v
16741674

1675+
(** Make sure github linguist happy
1676+
{[
1677+
require('Linguist')
1678+
Linguist::FileBlob.new('jscomp/test/test_u.js').generated?
1679+
]}
1680+
*)
16751681
let bs_header =
1676-
"// GENERATED CODE BY BUCKLESCRIPT VERSION " ^
1682+
"// Generated by BUCKLESCRIPT VERSION " ^
16771683
Js_config.version ^
16781684
" , PLEASE EDIT WITH CARE"
16791685

0 commit comments

Comments
 (0)