-
Notifications
You must be signed in to change notification settings - Fork 27
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
Generated schema contains errors #100
Comments
Thanks for catching this @sonntag-philipp! @thepassle @rictic we had removed |
Looking at the schema a bit more carefully:
|
Thanks for the fast reply. I just took a look into the PR and added some feedback 👍 Hopefully the tests will prevent issues like those in the future :) |
Issues I noticed
anyOf
should be replaced withoneOf
after comparing the declarations and the resulting schemaCustomElementDeclaration
seems to only consist ofClassDeclaration
whileCustomElement
is omitted completly.This an excerpt from the schema.json inside the package. It contains the definition for JavaScriptModule.
This is the CustomElementDeclaration from the same json
The text was updated successfully, but these errors were encountered: