mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
change: remove deprecated features, coverall
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ function parse (input, file, options) {
|
||||
|
||||
function parseHTMLToken (begin, end) {
|
||||
var htmlFragment = input.slice(begin, end)
|
||||
currIndent = _.last((htmlFragment || '').split('\n')).length
|
||||
currIndent = _.last((htmlFragment).split('\n')).length
|
||||
|
||||
return {
|
||||
type: 'html',
|
||||
|
||||
Reference in New Issue
Block a user