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 has been archived by the owner on Jun 17, 2024. It is now read-only.
In contrast, Lodash's implementation has things other way around, associating - with escaped output and = with raw output. Lodash might have taken a wrong step here. The _.templateSettings refer the default settings to follow Embedded Ruby and template literals of ES2015 but neither has a strong opinion on the matter. Embedded Ruby associates <%- with slurping and ES2015 uses String.raw prefix for unescaped template strings.
See also the default Lodash _.templateSettings. Maybe the property escape has something to do with this? Maybe the default setting could be overridden in ejs-loader?
but my test results is reversed
test code:
results:
the write results should be:
The text was updated successfully, but these errors were encountered: