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 need to use with in a readme, and evalmd chokes on it because it defaults to strict mode (which JS does not do, and so neither should evalmd).
If changing that default is a problem, then there'd need to be some kind of way to get out of strict mode into sloppy mode - perhaps an HTML comment before the code block, or an argument passed to the binary?
The text was updated successfully, but these errors were encountered:
ljharb
added a commit
to ljharb/es-shim-unscopables
that referenced
this issue
Apr 11, 2022
I need to use
with
in a readme, and evalmd chokes on it because it defaults to strict mode (which JS does not do, and so neither should evalmd).If changing that default is a problem, then there'd need to be some kind of way to get out of strict mode into sloppy mode - perhaps an HTML comment before the code block, or an argument passed to the binary?
The text was updated successfully, but these errors were encountered: