-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Allow context validation in componentsjs-compile-config to be skipped #55
Comments
Thanks for reporting! |
Yes, I'm aware of this (and this is intentional). That's because of the type-scoped context functionality that is very expensive to handle according to the spec (background: rubensworks/jsonld-context-parser.js#34). (it used to run for much longer than minutes, so it has already been optimized a lot 😅 ) If needed, we can add a CLI param to |
I'd love that. Thanks! |
Another idea: in CSS, I would probably first do the fast check, and then the slow one, just as a smoke test. |
For future reference, the internals are already in place to do this. |
Issue type:
Description:
When working on CSS, we noticed that our validation script went from seconds to minutes between 3.x and 4.x:
Environment:
4.x
Crash log:
The text was updated successfully, but these errors were encountered: