You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the directive doesn't make it through to the parser and found that last here is undefined so the loop returns early. Should the return be a continue? I don't understand the purpose of bufArray here, if it's necessary can someone help me understand what the right way to pass a directive through is?
I have a directive in my call to
posthtml
:I noticed that the directive doesn't make it through to the parser and found that
last
here isundefined
so the loop returns early. Should thereturn
be acontinue
? I don't understand the purpose ofbufArray
here, if it's necessary can someone help me understand what the right way to pass a directive through is?posthtml-parser/index.js
Lines 49 to 57 in 009fe5a
The text was updated successfully, but these errors were encountered: