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
Hello
when stripping the comments from the file https://ok3static.oktacdn.com/assets/js/sdk/okta-signin-widget/6.8.3/js/okta-sign-in.min.js, the call never ends.
const fs = require("fs"); const content = fs.readFileSync(`${__dirname}/tests/okta-sign-in.min.js`, "utf8"); const strip = require("strip-comments"); strip(content); expect(true).toBe(true);
This never ends.
Hope this can get resolved
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
when stripping the comments from the file https://ok3static.oktacdn.com/assets/js/sdk/okta-signin-widget/6.8.3/js/okta-sign-in.min.js, the call never ends.
This never ends.
Hope this can get resolved
Thanks
The text was updated successfully, but these errors were encountered: