|
@ -11,8 +11,6 @@ var NULL_RE = /\u0000/g; |
|
|
module.exports = function inline(state) { |
|
|
module.exports = function inline(state) { |
|
|
var str, lineStart, lastTabPos; |
|
|
var str, lineStart, lastTabPos; |
|
|
|
|
|
|
|
|
if (!state.normalizeInput) { return; } |
|
|
|
|
|
|
|
|
|
|
|
// Normalize newlines
|
|
|
// Normalize newlines
|
|
|
str = state.src.replace(NEWLINES_RE, '\n'); |
|
|
str = state.src.replace(NEWLINES_RE, '\n'); |
|
|
|
|
|
|
|
|