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 d1c4224 commit 0af739bCopy full SHA for 0af739b
lib/parser.js
@@ -74,9 +74,9 @@ module.exports = function (content) {
74
var result
75
if (type === 'script') {
76
result =
77
- commentScript(content.slice(0, start)) +
78
- content.slice(start, end) +
79
- commentScript(content.slice(end))
+ // commentScript(content.slice(0, start)) +
+ content.slice(start, end)// +
+ // commentScript(content.slice(end))
80
} else {
81
result = content.slice(start, end).trim()
82
}
0 commit comments