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 understand simple-html-tokenizer is not going to tokenize script tags, but it seems it should not throw an exception on them. I started in htmlbars repo but was directed here. See:
Expected behavior here would be that the sort function is available on the window object.
Note that changing the operator to a '>' works fine.
If simple-html-tokenizer were to simply recognize it is inside of a script tag and to skip tokenization until a closing script tag is found, this would be sufficient.
The text was updated successfully, but these errors were encountered:
I understand simple-html-tokenizer is not going to tokenize script tags, but it seems it should not throw an exception on them. I started in htmlbars repo but was directed here. See:
http://emberjs.jsbin.com/jocafazaxa/1/edit?html,js,console
Expected behavior here would be that the sort function is available on the window object.
Note that changing the operator to a '>' works fine.
If simple-html-tokenizer were to simply recognize it is inside of a script tag and to skip tokenization until a closing script tag is found, this would be sufficient.
The text was updated successfully, but these errors were encountered: