We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea44683 commit ecccfefCopy full SHA for ecccfef
dist/doctype.js
@@ -13,4 +13,4 @@ if ( dt ) {
13
}
14
15
/* eslint-disable-next-line no-control-regex */
16
-return sDoctype.replace(/[\x00-\x1F\x80-\xFF]/g, "").toString();
+return JSON.stringify(sDoctype.replace(/[\x00-\x1F\x80-\xFF]/g, "").toString());
dist/lib-detector-version.js
@@ -1,5 +1 @@
1
-/**
2
- * IMPORTANT: Do not modify this file directly! It is generated by
3
- * bin/library-detector.js
4
- */
5
-return '6.1.0';
+return JSON.stringify('6.1.0');
0 commit comments