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
{{ message }}
This repository was archived by the owner on Sep 5, 2018. It is now read-only.
You guys have done some excellent work, but I'm curious why you don't handle "simple" JS escaping where the template value is in a string?
Fully tokenizing JS is obviously a lot of work; but to get to being able to escape values inside String it seems like you only need to track comments & quotes.
Am I missing something, or are there other reasons you guys haven't approached this problem?