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.
1 parent 55edeac commit ed54de9Copy full SHA for ed54de9
src/vs/base/common/stripComments.d.ts
@@ -4,10 +4,10 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
/**
7
- * Strips single and multiline comments JavaScript comments from JSON
+ * Strips single and multi line JavaScript comments from JSON
8
* content. Ignores characters in strings BUT doesn't support
9
- * string continuation across multiple lines since it is not supported
10
- * in JSON.
+ * string continuation across multiple lines since it is not
+ * supported in JSON.
11
* @param content the content to strip comments from
12
* @returns the content without comments
13
*/
0 commit comments