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

Emit all APIs that are part of the standards track #174

Closed
wants to merge 0 commits into from

Conversation

srujzs
Copy link
Contributor

@srujzs srujzs commented Feb 15, 2024

(purely testing to see the diff here)


import 'webxr.dart';

extension type XRAnchor._(JSObject _) implements JSObject {
Copy link
Member

Choose a reason for hiding this comment

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

https://caniuse.com/mdn-api_xranchor

Still considered experimental 🤷

Copy link
Contributor Author

@srujzs srujzs Feb 15, 2024

Choose a reason for hiding this comment

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

Yup, another experiment I did locally was standardsTrack && !experimental. That was a net of +2000 or so and includes Trusted Types. Experimental uses a different analysis from standards track as well: https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Experimental_deprecated_obsolete#experimental.

@srujzs srujzs marked this pull request as draft February 21, 2024 17:16
@srujzs srujzs closed this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants