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.
2 parents bedc195 + 700f2e5 commit f8d3b9aCopy full SHA for f8d3b9a
jscomp/js_dump.ml
@@ -1672,8 +1672,14 @@ let amd_program f
1672
P.string f ")";
1673
v
1674
1675
+(** Make sure github linguist happy
1676
+ {[
1677
+ require('Linguist')
1678
+ Linguist::FileBlob.new('jscomp/test/test_u.js').generated?
1679
+ ]}
1680
+*)
1681
let bs_header =
- "// GENERATED CODE BY BUCKLESCRIPT VERSION " ^
1682
+ "// Generated by BUCKLESCRIPT VERSION " ^
1683
Js_config.version ^
1684
" , PLEASE EDIT WITH CARE"
1685
0 commit comments