Skip to content
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

feat(versioning): make parse5 warnings into errors #3351

Closed
wants to merge 1 commit into from

Conversation

nolanlawson
Copy link
Contributor

@nolanlawson nolanlawson commented Feb 17, 2023

Details

This is a 4-part PR.

Part 1: basic scaffolding for versioning (#3350)
Part 2: using it in the template compiler (this PR)
Part 3: using it in the runtime (#3352)
Part 4: using it in the Babel plugin (#3354)

I decided to fix #3258 as an example of using API versioning in the compiler. Here, the template compiler is looking for v59 and in that case, turning warnings into errors.

Fixes #3258

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

GUS work item

W-12566318

@@ -27,5 +27,4 @@
<template if:true={doRender}>
<tr></tr>
</template>
</template>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it turns out, we accidentally made this mistake, and I discovered it in our Karma tests. 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/api-versioning Adding API versioning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant