We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tag
Why are you replacing string when it's not a tag : https://github.com/MrSwitch/esi/blob/master/src/esi.js#L70
In my htmlString, I have other script containing such characters as : function _callee$(_context) {. They are replaced by : function _callee {.
function _callee$(_context) {
function _callee {
Obviously when my page is served client side, javascript fails.
The text was updated successfully, but these errors were encountered:
If you want to remove that. Check the test script is successful. Then create a PR. Thanks
Sorry, something went wrong.
Thanks, just released npm i esi@* --save-dev
npm i esi@* --save-dev
No branches or pull requests
Why are you replacing string when it's not a
tag
:https://github.com/MrSwitch/esi/blob/master/src/esi.js#L70
In my htmlString, I have other script containing such characters as :
function _callee$(_context) {
.They are replaced by :
function _callee {
.Obviously when my page is served client side, javascript fails.
The text was updated successfully, but these errors were encountered: