From b76b1a52a78968a1516efa492e581ed4a41ed78f Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Thu, 30 Oct 2025 14:14:30 -0700 Subject: [PATCH 1/3] Modify lint ignores in package:web Fixes https://github.com/dart-lang/web/issues/479 Now that we have a general purpose IDL->interop generator, we need to add ignores for constant_identifier_names and non_constant_identifier_names in every output file. unintended_html_in_doc_comment no longer applies as the original reason for it has been fixed. Removes the two lints from analysis_options.yaml as it would now be redundant. --- web/analysis_options.yaml | 4 ---- web/lib/src/dom/accelerometer.dart | 2 +- web/lib/src/dom/angle_instanced_arrays.dart | 2 +- web/lib/src/dom/attribution_reporting_api.dart | 2 +- web/lib/src/dom/background_sync.dart | 2 +- web/lib/src/dom/battery_status.dart | 2 +- web/lib/src/dom/clipboard_apis.dart | 2 +- web/lib/src/dom/compression.dart | 2 +- web/lib/src/dom/console.dart | 2 +- web/lib/src/dom/cookie_store.dart | 2 +- web/lib/src/dom/credential_management.dart | 2 +- web/lib/src/dom/csp.dart | 2 +- web/lib/src/dom/css_animations.dart | 2 +- web/lib/src/dom/css_animations_2.dart | 2 +- web/lib/src/dom/css_cascade.dart | 2 +- web/lib/src/dom/css_cascade_6.dart | 2 +- web/lib/src/dom/css_conditional.dart | 2 +- web/lib/src/dom/css_conditional_5.dart | 2 +- web/lib/src/dom/css_contain.dart | 2 +- web/lib/src/dom/css_counter_styles.dart | 2 +- web/lib/src/dom/css_font_loading.dart | 2 +- web/lib/src/dom/css_fonts.dart | 2 +- web/lib/src/dom/css_fonts_5.dart | 2 +- web/lib/src/dom/css_highlight_api.dart | 2 +- web/lib/src/dom/css_masking.dart | 2 +- web/lib/src/dom/css_nesting.dart | 2 +- web/lib/src/dom/css_paint_api.dart | 2 +- web/lib/src/dom/css_properties_values_api.dart | 2 +- web/lib/src/dom/css_transitions.dart | 2 +- web/lib/src/dom/css_transitions_2.dart | 2 +- web/lib/src/dom/css_typed_om.dart | 2 +- web/lib/src/dom/css_view_transitions.dart | 2 +- web/lib/src/dom/css_view_transitions_2.dart | 2 +- web/lib/src/dom/cssom.dart | 2 +- web/lib/src/dom/cssom_view.dart | 2 +- web/lib/src/dom/digital_credentials.dart | 2 +- web/lib/src/dom/dom.dart | 2 +- web/lib/src/dom/dom_parsing.dart | 2 +- web/lib/src/dom/encoding.dart | 2 +- web/lib/src/dom/encrypted_media.dart | 2 +- web/lib/src/dom/entries_api.dart | 2 +- web/lib/src/dom/event_timing.dart | 2 +- web/lib/src/dom/ext_blend_minmax.dart | 2 +- web/lib/src/dom/ext_color_buffer_float.dart | 2 +- web/lib/src/dom/ext_color_buffer_half_float.dart | 2 +- web/lib/src/dom/ext_disjoint_timer_query.dart | 2 +- web/lib/src/dom/ext_disjoint_timer_query_webgl2.dart | 2 +- web/lib/src/dom/ext_float_blend.dart | 2 +- web/lib/src/dom/ext_frag_depth.dart | 2 +- web/lib/src/dom/ext_shader_texture_lod.dart | 2 +- web/lib/src/dom/ext_srgb.dart | 2 +- web/lib/src/dom/ext_texture_compression_bptc.dart | 2 +- web/lib/src/dom/ext_texture_compression_rgtc.dart | 2 +- web/lib/src/dom/ext_texture_filter_anisotropic.dart | 2 +- web/lib/src/dom/ext_texture_norm16.dart | 2 +- web/lib/src/dom/fedcm.dart | 2 +- web/lib/src/dom/fetch.dart | 2 +- web/lib/src/dom/fido.dart | 2 +- web/lib/src/dom/fileapi.dart | 2 +- web/lib/src/dom/filter_effects.dart | 2 +- web/lib/src/dom/fs.dart | 2 +- web/lib/src/dom/fullscreen.dart | 2 +- web/lib/src/dom/gamepad.dart | 2 +- web/lib/src/dom/generic_sensor.dart | 2 +- web/lib/src/dom/geolocation.dart | 2 +- web/lib/src/dom/geometry.dart | 2 +- web/lib/src/dom/gyroscope.dart | 2 +- web/lib/src/dom/hr_time.dart | 2 +- web/lib/src/dom/html.dart | 2 +- web/lib/src/dom/image_capture.dart | 2 +- web/lib/src/dom/indexeddb.dart | 2 +- web/lib/src/dom/intersection_observer.dart | 2 +- web/lib/src/dom/khr_parallel_shader_compile.dart | 2 +- web/lib/src/dom/largest_contentful_paint.dart | 2 +- web/lib/src/dom/mathml_core.dart | 2 +- web/lib/src/dom/media_capabilities.dart | 2 +- web/lib/src/dom/media_playback_quality.dart | 2 +- web/lib/src/dom/media_source.dart | 2 +- web/lib/src/dom/mediacapture_fromelement.dart | 2 +- web/lib/src/dom/mediacapture_streams.dart | 2 +- web/lib/src/dom/mediacapture_transform.dart | 2 +- web/lib/src/dom/mediasession.dart | 2 +- web/lib/src/dom/mediastream_recording.dart | 2 +- web/lib/src/dom/mst_content_hint.dart | 2 +- web/lib/src/dom/navigation_timing.dart | 2 +- web/lib/src/dom/netinfo.dart | 2 +- web/lib/src/dom/notifications.dart | 2 +- web/lib/src/dom/oes_draw_buffers_indexed.dart | 2 +- web/lib/src/dom/oes_element_index_uint.dart | 2 +- web/lib/src/dom/oes_fbo_render_mipmap.dart | 2 +- web/lib/src/dom/oes_standard_derivatives.dart | 2 +- web/lib/src/dom/oes_texture_float.dart | 2 +- web/lib/src/dom/oes_texture_float_linear.dart | 2 +- web/lib/src/dom/oes_texture_half_float.dart | 2 +- web/lib/src/dom/oes_texture_half_float_linear.dart | 2 +- web/lib/src/dom/oes_vertex_array_object.dart | 2 +- web/lib/src/dom/orientation_event.dart | 2 +- web/lib/src/dom/orientation_sensor.dart | 2 +- web/lib/src/dom/ovr_multiview2.dart | 2 +- web/lib/src/dom/paint_timing.dart | 2 +- web/lib/src/dom/payment_request.dart | 2 +- web/lib/src/dom/performance_timeline.dart | 2 +- web/lib/src/dom/permissions.dart | 2 +- web/lib/src/dom/picture_in_picture.dart | 2 +- web/lib/src/dom/pointerevents.dart | 2 +- web/lib/src/dom/pointerlock.dart | 2 +- web/lib/src/dom/private_network_access.dart | 2 +- web/lib/src/dom/push_api.dart | 2 +- web/lib/src/dom/referrer_policy.dart | 2 +- web/lib/src/dom/remote_playback.dart | 2 +- web/lib/src/dom/reporting.dart | 2 +- web/lib/src/dom/requestidlecallback.dart | 2 +- web/lib/src/dom/resize_observer.dart | 2 +- web/lib/src/dom/resource_timing.dart | 2 +- web/lib/src/dom/saa_non_cookie_storage.dart | 2 +- web/lib/src/dom/scheduling_apis.dart | 2 +- web/lib/src/dom/screen_capture.dart | 2 +- web/lib/src/dom/screen_orientation.dart | 2 +- web/lib/src/dom/screen_wake_lock.dart | 2 +- web/lib/src/dom/scroll_to_text_fragment.dart | 2 +- web/lib/src/dom/secure_payment_confirmation.dart | 2 +- web/lib/src/dom/selection_api.dart | 2 +- web/lib/src/dom/server_timing.dart | 2 +- web/lib/src/dom/service_workers.dart | 2 +- web/lib/src/dom/speech_api.dart | 2 +- web/lib/src/dom/storage.dart | 2 +- web/lib/src/dom/streams.dart | 2 +- web/lib/src/dom/svg.dart | 2 +- web/lib/src/dom/svg_animations.dart | 2 +- web/lib/src/dom/touch_events.dart | 2 +- web/lib/src/dom/trust_token_api.dart | 2 +- web/lib/src/dom/trusted_types.dart | 2 +- web/lib/src/dom/uievents.dart | 2 +- web/lib/src/dom/url.dart | 2 +- web/lib/src/dom/user_timing.dart | 2 +- web/lib/src/dom/vibration.dart | 2 +- web/lib/src/dom/video_rvfc.dart | 2 +- web/lib/src/dom/wasm_js_api.dart | 2 +- web/lib/src/dom/web_animations.dart | 2 +- web/lib/src/dom/web_animations_2.dart | 2 +- web/lib/src/dom/web_bluetooth.dart | 2 +- web/lib/src/dom/web_locks.dart | 2 +- web/lib/src/dom/web_otp.dart | 2 +- web/lib/src/dom/web_share.dart | 2 +- web/lib/src/dom/webaudio.dart | 2 +- web/lib/src/dom/webauthn.dart | 2 +- web/lib/src/dom/webcodecs.dart | 2 +- web/lib/src/dom/webcodecs_aac_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_av1_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_avc_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_flac_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_hevc_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_opus_codec_registration.dart | 2 +- web/lib/src/dom/webcodecs_vp9_codec_registration.dart | 2 +- web/lib/src/dom/webcryptoapi.dart | 2 +- web/lib/src/dom/webgl1.dart | 2 +- web/lib/src/dom/webgl2.dart | 2 +- web/lib/src/dom/webgl_color_buffer_float.dart | 2 +- web/lib/src/dom/webgl_compressed_texture_astc.dart | 2 +- web/lib/src/dom/webgl_compressed_texture_etc.dart | 2 +- web/lib/src/dom/webgl_compressed_texture_etc1.dart | 2 +- web/lib/src/dom/webgl_compressed_texture_pvrtc.dart | 2 +- web/lib/src/dom/webgl_compressed_texture_s3tc.dart | 2 +- .../src/dom/webgl_compressed_texture_s3tc_srgb.dart | 2 +- web/lib/src/dom/webgl_debug_renderer_info.dart | 2 +- web/lib/src/dom/webgl_debug_shaders.dart | 2 +- web/lib/src/dom/webgl_depth_texture.dart | 2 +- web/lib/src/dom/webgl_draw_buffers.dart | 2 +- web/lib/src/dom/webgl_lose_context.dart | 2 +- web/lib/src/dom/webgl_multi_draw.dart | 2 +- web/lib/src/dom/webgpu.dart | 2 +- web/lib/src/dom/webidl.dart | 2 +- web/lib/src/dom/webmidi.dart | 2 +- web/lib/src/dom/webrtc.dart | 2 +- web/lib/src/dom/webrtc_encoded_transform.dart | 2 +- web/lib/src/dom/webrtc_identity.dart | 2 +- web/lib/src/dom/webrtc_priority.dart | 2 +- web/lib/src/dom/websockets.dart | 2 +- web/lib/src/dom/webtransport.dart | 2 +- web/lib/src/dom/webvtt.dart | 2 +- web/lib/src/dom/webxr.dart | 2 +- web/lib/src/dom/webxr_hand_input.dart | 2 +- web/lib/src/dom/xhr.dart | 2 +- web_generator/lib/src/cli.dart | 2 +- web_generator/lib/src/js_type_supertypes.dart | 2 +- web_generator/lib/src/translator.dart | 10 +++------- .../test/integration/idl/callbacks_expected.dart | 2 +- .../test/integration/idl/constructors_expected.dart | 2 +- .../test/integration/idl/dictionaries_expected.dart | 2 +- web_generator/test/integration/idl/enum_expected.dart | 2 +- .../test/integration/idl/indexers_expected.dart | 2 +- .../test/integration/idl/interfaces_expected.dart | 2 +- .../test/integration/idl/methods_expected.dart | 2 +- .../integration/idl/mixin_interfaces_expected.dart | 2 +- .../test/integration/idl/namespaces_expected.dart | 1 - .../test/integration/idl/properties_expected.dart | 2 +- .../test/integration/idl/typedefs_expected.dart | 2 +- web_generator/test/integration/idl/types_expected.dart | 2 +- 198 files changed, 198 insertions(+), 207 deletions(-) diff --git a/web/analysis_options.yaml b/web/analysis_options.yaml index ac4fc0d3..f9cf0aab 100644 --- a/web/analysis_options.yaml +++ b/web/analysis_options.yaml @@ -16,10 +16,6 @@ analyzer: comment_references: ignore # 14 instances in the MDN docs. lines_longer_than_80_chars: ignore - # 1,333 instances in generated code. - non_constant_identifier_names: ignore - # 1,260 instances in generated code. - constant_identifier_names: ignore linter: rules: diff --git a/web/lib/src/dom/accelerometer.dart b/web/lib/src/dom/accelerometer.dart index dc117c06..a659e046 100644 --- a/web/lib/src/dom/accelerometer.dart +++ b/web/lib/src/dom/accelerometer.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/angle_instanced_arrays.dart b/web/lib/src/dom/angle_instanced_arrays.dart index 4c7e00e4..bfe23a02 100644 --- a/web/lib/src/dom/angle_instanced_arrays.dart +++ b/web/lib/src/dom/angle_instanced_arrays.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/attribution_reporting_api.dart b/web/lib/src/dom/attribution_reporting_api.dart index 88c9b6fe..dddbe4fb 100644 --- a/web/lib/src/dom/attribution_reporting_api.dart +++ b/web/lib/src/dom/attribution_reporting_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/background_sync.dart b/web/lib/src/dom/background_sync.dart index 1b83d4ab..d492f3bf 100644 --- a/web/lib/src/dom/background_sync.dart +++ b/web/lib/src/dom/background_sync.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/battery_status.dart b/web/lib/src/dom/battery_status.dart index ba981db0..939d8d23 100644 --- a/web/lib/src/dom/battery_status.dart +++ b/web/lib/src/dom/battery_status.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/clipboard_apis.dart b/web/lib/src/dom/clipboard_apis.dart index 0c52562a..f9d7828a 100644 --- a/web/lib/src/dom/clipboard_apis.dart +++ b/web/lib/src/dom/clipboard_apis.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/compression.dart b/web/lib/src/dom/compression.dart index 55782f04..d6eeceec 100644 --- a/web/lib/src/dom/compression.dart +++ b/web/lib/src/dom/compression.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/console.dart b/web/lib/src/dom/console.dart index 0d2642c6..2126e1af 100644 --- a/web/lib/src/dom/console.dart +++ b/web/lib/src/dom/console.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/cookie_store.dart b/web/lib/src/dom/cookie_store.dart index 4d6625bc..eea060be 100644 --- a/web/lib/src/dom/cookie_store.dart +++ b/web/lib/src/dom/cookie_store.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/credential_management.dart b/web/lib/src/dom/credential_management.dart index d5c1ff3a..ad1708a4 100644 --- a/web/lib/src/dom/credential_management.dart +++ b/web/lib/src/dom/credential_management.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/csp.dart b/web/lib/src/dom/csp.dart index c750e284..17f307c4 100644 --- a/web/lib/src/dom/csp.dart +++ b/web/lib/src/dom/csp.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_animations.dart b/web/lib/src/dom/css_animations.dart index 95b52c3e..f70701c5 100644 --- a/web/lib/src/dom/css_animations.dart +++ b/web/lib/src/dom/css_animations.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_animations_2.dart b/web/lib/src/dom/css_animations_2.dart index b7c0748e..d1ecd7f9 100644 --- a/web/lib/src/dom/css_animations_2.dart +++ b/web/lib/src/dom/css_animations_2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_cascade.dart b/web/lib/src/dom/css_cascade.dart index a37f768e..4d0958c7 100644 --- a/web/lib/src/dom/css_cascade.dart +++ b/web/lib/src/dom/css_cascade.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_cascade_6.dart b/web/lib/src/dom/css_cascade_6.dart index d841b88f..02e891bb 100644 --- a/web/lib/src/dom/css_cascade_6.dart +++ b/web/lib/src/dom/css_cascade_6.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_conditional.dart b/web/lib/src/dom/css_conditional.dart index b64cbc69..b5f58d41 100644 --- a/web/lib/src/dom/css_conditional.dart +++ b/web/lib/src/dom/css_conditional.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_conditional_5.dart b/web/lib/src/dom/css_conditional_5.dart index 7d078d66..befc2933 100644 --- a/web/lib/src/dom/css_conditional_5.dart +++ b/web/lib/src/dom/css_conditional_5.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_contain.dart b/web/lib/src/dom/css_contain.dart index d887eae7..9bda4423 100644 --- a/web/lib/src/dom/css_contain.dart +++ b/web/lib/src/dom/css_contain.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_counter_styles.dart b/web/lib/src/dom/css_counter_styles.dart index efd98095..bcd01df0 100644 --- a/web/lib/src/dom/css_counter_styles.dart +++ b/web/lib/src/dom/css_counter_styles.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_font_loading.dart b/web/lib/src/dom/css_font_loading.dart index 75867f32..919a2921 100644 --- a/web/lib/src/dom/css_font_loading.dart +++ b/web/lib/src/dom/css_font_loading.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_fonts.dart b/web/lib/src/dom/css_fonts.dart index e3e6e7bf..8f0efa12 100644 --- a/web/lib/src/dom/css_fonts.dart +++ b/web/lib/src/dom/css_fonts.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_fonts_5.dart b/web/lib/src/dom/css_fonts_5.dart index d39bebe3..1f69e9fd 100644 --- a/web/lib/src/dom/css_fonts_5.dart +++ b/web/lib/src/dom/css_fonts_5.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_highlight_api.dart b/web/lib/src/dom/css_highlight_api.dart index ceae2759..805c3dbc 100644 --- a/web/lib/src/dom/css_highlight_api.dart +++ b/web/lib/src/dom/css_highlight_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_masking.dart b/web/lib/src/dom/css_masking.dart index fe6a6711..ca99dea8 100644 --- a/web/lib/src/dom/css_masking.dart +++ b/web/lib/src/dom/css_masking.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_nesting.dart b/web/lib/src/dom/css_nesting.dart index 5911c61f..c9f6356c 100644 --- a/web/lib/src/dom/css_nesting.dart +++ b/web/lib/src/dom/css_nesting.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_paint_api.dart b/web/lib/src/dom/css_paint_api.dart index 157697be..28badde9 100644 --- a/web/lib/src/dom/css_paint_api.dart +++ b/web/lib/src/dom/css_paint_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_properties_values_api.dart b/web/lib/src/dom/css_properties_values_api.dart index 5a4f3e1e..7e99852a 100644 --- a/web/lib/src/dom/css_properties_values_api.dart +++ b/web/lib/src/dom/css_properties_values_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_transitions.dart b/web/lib/src/dom/css_transitions.dart index 3f0d8493..2aa63fc9 100644 --- a/web/lib/src/dom/css_transitions.dart +++ b/web/lib/src/dom/css_transitions.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_transitions_2.dart b/web/lib/src/dom/css_transitions_2.dart index ef3929fc..da803a04 100644 --- a/web/lib/src/dom/css_transitions_2.dart +++ b/web/lib/src/dom/css_transitions_2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_typed_om.dart b/web/lib/src/dom/css_typed_om.dart index beba34f4..9cfd9a1c 100644 --- a/web/lib/src/dom/css_typed_om.dart +++ b/web/lib/src/dom/css_typed_om.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_view_transitions.dart b/web/lib/src/dom/css_view_transitions.dart index e9af2078..6d29c6de 100644 --- a/web/lib/src/dom/css_view_transitions.dart +++ b/web/lib/src/dom/css_view_transitions.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/css_view_transitions_2.dart b/web/lib/src/dom/css_view_transitions_2.dart index 301b00cb..c7772a02 100644 --- a/web/lib/src/dom/css_view_transitions_2.dart +++ b/web/lib/src/dom/css_view_transitions_2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/cssom.dart b/web/lib/src/dom/cssom.dart index ecab60be..fa8e6424 100644 --- a/web/lib/src/dom/cssom.dart +++ b/web/lib/src/dom/cssom.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/cssom_view.dart b/web/lib/src/dom/cssom_view.dart index e1d4143c..1750a4fc 100644 --- a/web/lib/src/dom/cssom_view.dart +++ b/web/lib/src/dom/cssom_view.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/digital_credentials.dart b/web/lib/src/dom/digital_credentials.dart index ea5aa697..fffab519 100644 --- a/web/lib/src/dom/digital_credentials.dart +++ b/web/lib/src/dom/digital_credentials.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/dom.dart b/web/lib/src/dom/dom.dart index f9649ba0..dbd3972a 100644 --- a/web/lib/src/dom/dom.dart +++ b/web/lib/src/dom/dom.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/dom_parsing.dart b/web/lib/src/dom/dom_parsing.dart index a8422a09..c6981927 100644 --- a/web/lib/src/dom/dom_parsing.dart +++ b/web/lib/src/dom/dom_parsing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/encoding.dart b/web/lib/src/dom/encoding.dart index 1d2d53ea..420daa54 100644 --- a/web/lib/src/dom/encoding.dart +++ b/web/lib/src/dom/encoding.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/encrypted_media.dart b/web/lib/src/dom/encrypted_media.dart index 40a7f6d2..d644b7a4 100644 --- a/web/lib/src/dom/encrypted_media.dart +++ b/web/lib/src/dom/encrypted_media.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/entries_api.dart b/web/lib/src/dom/entries_api.dart index ed9589b6..270cee33 100644 --- a/web/lib/src/dom/entries_api.dart +++ b/web/lib/src/dom/entries_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/event_timing.dart b/web/lib/src/dom/event_timing.dart index 23671a9b..3f189440 100644 --- a/web/lib/src/dom/event_timing.dart +++ b/web/lib/src/dom/event_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_blend_minmax.dart b/web/lib/src/dom/ext_blend_minmax.dart index a39b1fff..0423ec80 100644 --- a/web/lib/src/dom/ext_blend_minmax.dart +++ b/web/lib/src/dom/ext_blend_minmax.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_color_buffer_float.dart b/web/lib/src/dom/ext_color_buffer_float.dart index 71358ba4..e0dd5268 100644 --- a/web/lib/src/dom/ext_color_buffer_float.dart +++ b/web/lib/src/dom/ext_color_buffer_float.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_color_buffer_half_float.dart b/web/lib/src/dom/ext_color_buffer_half_float.dart index 9f7c31fb..7a08bd81 100644 --- a/web/lib/src/dom/ext_color_buffer_half_float.dart +++ b/web/lib/src/dom/ext_color_buffer_half_float.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_disjoint_timer_query.dart b/web/lib/src/dom/ext_disjoint_timer_query.dart index 02355048..25980673 100644 --- a/web/lib/src/dom/ext_disjoint_timer_query.dart +++ b/web/lib/src/dom/ext_disjoint_timer_query.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_disjoint_timer_query_webgl2.dart b/web/lib/src/dom/ext_disjoint_timer_query_webgl2.dart index aeb783c2..38f0b83d 100644 --- a/web/lib/src/dom/ext_disjoint_timer_query_webgl2.dart +++ b/web/lib/src/dom/ext_disjoint_timer_query_webgl2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_float_blend.dart b/web/lib/src/dom/ext_float_blend.dart index 2569a1a0..09ffc809 100644 --- a/web/lib/src/dom/ext_float_blend.dart +++ b/web/lib/src/dom/ext_float_blend.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_frag_depth.dart b/web/lib/src/dom/ext_frag_depth.dart index 5aa8f770..2f4022d5 100644 --- a/web/lib/src/dom/ext_frag_depth.dart +++ b/web/lib/src/dom/ext_frag_depth.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_shader_texture_lod.dart b/web/lib/src/dom/ext_shader_texture_lod.dart index b3b8e8db..70fd8f5f 100644 --- a/web/lib/src/dom/ext_shader_texture_lod.dart +++ b/web/lib/src/dom/ext_shader_texture_lod.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_srgb.dart b/web/lib/src/dom/ext_srgb.dart index 1d36fc71..b6eb7675 100644 --- a/web/lib/src/dom/ext_srgb.dart +++ b/web/lib/src/dom/ext_srgb.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_texture_compression_bptc.dart b/web/lib/src/dom/ext_texture_compression_bptc.dart index 840a0b96..b162c011 100644 --- a/web/lib/src/dom/ext_texture_compression_bptc.dart +++ b/web/lib/src/dom/ext_texture_compression_bptc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_texture_compression_rgtc.dart b/web/lib/src/dom/ext_texture_compression_rgtc.dart index 588d8930..b105b578 100644 --- a/web/lib/src/dom/ext_texture_compression_rgtc.dart +++ b/web/lib/src/dom/ext_texture_compression_rgtc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_texture_filter_anisotropic.dart b/web/lib/src/dom/ext_texture_filter_anisotropic.dart index 26834b57..047bb8dd 100644 --- a/web/lib/src/dom/ext_texture_filter_anisotropic.dart +++ b/web/lib/src/dom/ext_texture_filter_anisotropic.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ext_texture_norm16.dart b/web/lib/src/dom/ext_texture_norm16.dart index 3b804e6c..cd4acae2 100644 --- a/web/lib/src/dom/ext_texture_norm16.dart +++ b/web/lib/src/dom/ext_texture_norm16.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fedcm.dart b/web/lib/src/dom/fedcm.dart index b3fdb070..f9dfe1a2 100644 --- a/web/lib/src/dom/fedcm.dart +++ b/web/lib/src/dom/fedcm.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fetch.dart b/web/lib/src/dom/fetch.dart index 5e6304f5..62c333da 100644 --- a/web/lib/src/dom/fetch.dart +++ b/web/lib/src/dom/fetch.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fido.dart b/web/lib/src/dom/fido.dart index 27bb577f..224f9c44 100644 --- a/web/lib/src/dom/fido.dart +++ b/web/lib/src/dom/fido.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fileapi.dart b/web/lib/src/dom/fileapi.dart index a3c4a777..0024f066 100644 --- a/web/lib/src/dom/fileapi.dart +++ b/web/lib/src/dom/fileapi.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/filter_effects.dart b/web/lib/src/dom/filter_effects.dart index 1f703f28..a967015f 100644 --- a/web/lib/src/dom/filter_effects.dart +++ b/web/lib/src/dom/filter_effects.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fs.dart b/web/lib/src/dom/fs.dart index 9abc04c6..628e86f0 100644 --- a/web/lib/src/dom/fs.dart +++ b/web/lib/src/dom/fs.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/fullscreen.dart b/web/lib/src/dom/fullscreen.dart index 0d90b7fb..7aff4d6e 100644 --- a/web/lib/src/dom/fullscreen.dart +++ b/web/lib/src/dom/fullscreen.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/gamepad.dart b/web/lib/src/dom/gamepad.dart index 7d0fe892..2821d3cc 100644 --- a/web/lib/src/dom/gamepad.dart +++ b/web/lib/src/dom/gamepad.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/generic_sensor.dart b/web/lib/src/dom/generic_sensor.dart index 4d4d9922..99c09250 100644 --- a/web/lib/src/dom/generic_sensor.dart +++ b/web/lib/src/dom/generic_sensor.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/geolocation.dart b/web/lib/src/dom/geolocation.dart index c7fc077a..6b07eacf 100644 --- a/web/lib/src/dom/geolocation.dart +++ b/web/lib/src/dom/geolocation.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/geometry.dart b/web/lib/src/dom/geometry.dart index ebf8dad7..b486af3b 100644 --- a/web/lib/src/dom/geometry.dart +++ b/web/lib/src/dom/geometry.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/gyroscope.dart b/web/lib/src/dom/gyroscope.dart index 64269380..01aef36e 100644 --- a/web/lib/src/dom/gyroscope.dart +++ b/web/lib/src/dom/gyroscope.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/hr_time.dart b/web/lib/src/dom/hr_time.dart index 156f3a55..9baed3f4 100644 --- a/web/lib/src/dom/hr_time.dart +++ b/web/lib/src/dom/hr_time.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/html.dart b/web/lib/src/dom/html.dart index f827095d..0ce2329e 100644 --- a/web/lib/src/dom/html.dart +++ b/web/lib/src/dom/html.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/image_capture.dart b/web/lib/src/dom/image_capture.dart index 5d56d0cd..a2c3a3b6 100644 --- a/web/lib/src/dom/image_capture.dart +++ b/web/lib/src/dom/image_capture.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/indexeddb.dart b/web/lib/src/dom/indexeddb.dart index 3f52baaa..5b75e3fb 100644 --- a/web/lib/src/dom/indexeddb.dart +++ b/web/lib/src/dom/indexeddb.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/intersection_observer.dart b/web/lib/src/dom/intersection_observer.dart index fa2ecfc1..0edee5e4 100644 --- a/web/lib/src/dom/intersection_observer.dart +++ b/web/lib/src/dom/intersection_observer.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/khr_parallel_shader_compile.dart b/web/lib/src/dom/khr_parallel_shader_compile.dart index b724e22f..0124d513 100644 --- a/web/lib/src/dom/khr_parallel_shader_compile.dart +++ b/web/lib/src/dom/khr_parallel_shader_compile.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/largest_contentful_paint.dart b/web/lib/src/dom/largest_contentful_paint.dart index 4bd3e264..d2676af0 100644 --- a/web/lib/src/dom/largest_contentful_paint.dart +++ b/web/lib/src/dom/largest_contentful_paint.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mathml_core.dart b/web/lib/src/dom/mathml_core.dart index aa741db5..774b5ade 100644 --- a/web/lib/src/dom/mathml_core.dart +++ b/web/lib/src/dom/mathml_core.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/media_capabilities.dart b/web/lib/src/dom/media_capabilities.dart index 39a09c94..0c72c14b 100644 --- a/web/lib/src/dom/media_capabilities.dart +++ b/web/lib/src/dom/media_capabilities.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/media_playback_quality.dart b/web/lib/src/dom/media_playback_quality.dart index 9f786ba3..19464ccb 100644 --- a/web/lib/src/dom/media_playback_quality.dart +++ b/web/lib/src/dom/media_playback_quality.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/media_source.dart b/web/lib/src/dom/media_source.dart index 42f43950..b61b35a8 100644 --- a/web/lib/src/dom/media_source.dart +++ b/web/lib/src/dom/media_source.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mediacapture_fromelement.dart b/web/lib/src/dom/mediacapture_fromelement.dart index f0e7b1b9..046489a8 100644 --- a/web/lib/src/dom/mediacapture_fromelement.dart +++ b/web/lib/src/dom/mediacapture_fromelement.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mediacapture_streams.dart b/web/lib/src/dom/mediacapture_streams.dart index e34e888f..7543571d 100644 --- a/web/lib/src/dom/mediacapture_streams.dart +++ b/web/lib/src/dom/mediacapture_streams.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mediacapture_transform.dart b/web/lib/src/dom/mediacapture_transform.dart index c40e7adc..ebe0703e 100644 --- a/web/lib/src/dom/mediacapture_transform.dart +++ b/web/lib/src/dom/mediacapture_transform.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mediasession.dart b/web/lib/src/dom/mediasession.dart index d6e5bb9d..6aa4fb4e 100644 --- a/web/lib/src/dom/mediasession.dart +++ b/web/lib/src/dom/mediasession.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mediastream_recording.dart b/web/lib/src/dom/mediastream_recording.dart index d5402f62..46e5ce0c 100644 --- a/web/lib/src/dom/mediastream_recording.dart +++ b/web/lib/src/dom/mediastream_recording.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/mst_content_hint.dart b/web/lib/src/dom/mst_content_hint.dart index 75ec1bfd..cb635ae3 100644 --- a/web/lib/src/dom/mst_content_hint.dart +++ b/web/lib/src/dom/mst_content_hint.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/navigation_timing.dart b/web/lib/src/dom/navigation_timing.dart index 63bd7a8c..f4d5af24 100644 --- a/web/lib/src/dom/navigation_timing.dart +++ b/web/lib/src/dom/navigation_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/netinfo.dart b/web/lib/src/dom/netinfo.dart index 4ed18bc9..3e63dba3 100644 --- a/web/lib/src/dom/netinfo.dart +++ b/web/lib/src/dom/netinfo.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/notifications.dart b/web/lib/src/dom/notifications.dart index 560a30f4..b787f209 100644 --- a/web/lib/src/dom/notifications.dart +++ b/web/lib/src/dom/notifications.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_draw_buffers_indexed.dart b/web/lib/src/dom/oes_draw_buffers_indexed.dart index bb0ca59d..9ff9c394 100644 --- a/web/lib/src/dom/oes_draw_buffers_indexed.dart +++ b/web/lib/src/dom/oes_draw_buffers_indexed.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_element_index_uint.dart b/web/lib/src/dom/oes_element_index_uint.dart index aa16dc04..e9016731 100644 --- a/web/lib/src/dom/oes_element_index_uint.dart +++ b/web/lib/src/dom/oes_element_index_uint.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_fbo_render_mipmap.dart b/web/lib/src/dom/oes_fbo_render_mipmap.dart index 16bc750b..de546bbf 100644 --- a/web/lib/src/dom/oes_fbo_render_mipmap.dart +++ b/web/lib/src/dom/oes_fbo_render_mipmap.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_standard_derivatives.dart b/web/lib/src/dom/oes_standard_derivatives.dart index c1c6e3b5..80b6cec8 100644 --- a/web/lib/src/dom/oes_standard_derivatives.dart +++ b/web/lib/src/dom/oes_standard_derivatives.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_texture_float.dart b/web/lib/src/dom/oes_texture_float.dart index 125d0e60..667d6996 100644 --- a/web/lib/src/dom/oes_texture_float.dart +++ b/web/lib/src/dom/oes_texture_float.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_texture_float_linear.dart b/web/lib/src/dom/oes_texture_float_linear.dart index e4c073f1..130cc501 100644 --- a/web/lib/src/dom/oes_texture_float_linear.dart +++ b/web/lib/src/dom/oes_texture_float_linear.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_texture_half_float.dart b/web/lib/src/dom/oes_texture_half_float.dart index f81752d5..6b696c3d 100644 --- a/web/lib/src/dom/oes_texture_half_float.dart +++ b/web/lib/src/dom/oes_texture_half_float.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_texture_half_float_linear.dart b/web/lib/src/dom/oes_texture_half_float_linear.dart index 39fcbccc..3276694d 100644 --- a/web/lib/src/dom/oes_texture_half_float_linear.dart +++ b/web/lib/src/dom/oes_texture_half_float_linear.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/oes_vertex_array_object.dart b/web/lib/src/dom/oes_vertex_array_object.dart index f81637cb..bc0e8e87 100644 --- a/web/lib/src/dom/oes_vertex_array_object.dart +++ b/web/lib/src/dom/oes_vertex_array_object.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/orientation_event.dart b/web/lib/src/dom/orientation_event.dart index 26ed25ec..66ac82dd 100644 --- a/web/lib/src/dom/orientation_event.dart +++ b/web/lib/src/dom/orientation_event.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/orientation_sensor.dart b/web/lib/src/dom/orientation_sensor.dart index debb34d1..7a079fb7 100644 --- a/web/lib/src/dom/orientation_sensor.dart +++ b/web/lib/src/dom/orientation_sensor.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/ovr_multiview2.dart b/web/lib/src/dom/ovr_multiview2.dart index 4b386f4f..203e9da6 100644 --- a/web/lib/src/dom/ovr_multiview2.dart +++ b/web/lib/src/dom/ovr_multiview2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/paint_timing.dart b/web/lib/src/dom/paint_timing.dart index 4671e6cb..bd21ba3c 100644 --- a/web/lib/src/dom/paint_timing.dart +++ b/web/lib/src/dom/paint_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/payment_request.dart b/web/lib/src/dom/payment_request.dart index c3c7562f..91a1e906 100644 --- a/web/lib/src/dom/payment_request.dart +++ b/web/lib/src/dom/payment_request.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/performance_timeline.dart b/web/lib/src/dom/performance_timeline.dart index 785f07ca..355659ab 100644 --- a/web/lib/src/dom/performance_timeline.dart +++ b/web/lib/src/dom/performance_timeline.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/permissions.dart b/web/lib/src/dom/permissions.dart index bfe38c18..3beeb617 100644 --- a/web/lib/src/dom/permissions.dart +++ b/web/lib/src/dom/permissions.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/picture_in_picture.dart b/web/lib/src/dom/picture_in_picture.dart index 2dd7c191..7e6af240 100644 --- a/web/lib/src/dom/picture_in_picture.dart +++ b/web/lib/src/dom/picture_in_picture.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/pointerevents.dart b/web/lib/src/dom/pointerevents.dart index a2030408..2c6c7fc7 100644 --- a/web/lib/src/dom/pointerevents.dart +++ b/web/lib/src/dom/pointerevents.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/pointerlock.dart b/web/lib/src/dom/pointerlock.dart index 4cf63452..39bb5444 100644 --- a/web/lib/src/dom/pointerlock.dart +++ b/web/lib/src/dom/pointerlock.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/private_network_access.dart b/web/lib/src/dom/private_network_access.dart index 81e9b6de..013584a0 100644 --- a/web/lib/src/dom/private_network_access.dart +++ b/web/lib/src/dom/private_network_access.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/push_api.dart b/web/lib/src/dom/push_api.dart index af05f391..78ee4dd3 100644 --- a/web/lib/src/dom/push_api.dart +++ b/web/lib/src/dom/push_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/referrer_policy.dart b/web/lib/src/dom/referrer_policy.dart index bd48f8d4..1e1c0197 100644 --- a/web/lib/src/dom/referrer_policy.dart +++ b/web/lib/src/dom/referrer_policy.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/remote_playback.dart b/web/lib/src/dom/remote_playback.dart index 7a0523fa..85d09149 100644 --- a/web/lib/src/dom/remote_playback.dart +++ b/web/lib/src/dom/remote_playback.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/reporting.dart b/web/lib/src/dom/reporting.dart index 3f2af2a7..dfe6ac13 100644 --- a/web/lib/src/dom/reporting.dart +++ b/web/lib/src/dom/reporting.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/requestidlecallback.dart b/web/lib/src/dom/requestidlecallback.dart index 3adeb9bc..780c1dc5 100644 --- a/web/lib/src/dom/requestidlecallback.dart +++ b/web/lib/src/dom/requestidlecallback.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/resize_observer.dart b/web/lib/src/dom/resize_observer.dart index f4184248..020e1853 100644 --- a/web/lib/src/dom/resize_observer.dart +++ b/web/lib/src/dom/resize_observer.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/resource_timing.dart b/web/lib/src/dom/resource_timing.dart index dd36137d..40304a45 100644 --- a/web/lib/src/dom/resource_timing.dart +++ b/web/lib/src/dom/resource_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/saa_non_cookie_storage.dart b/web/lib/src/dom/saa_non_cookie_storage.dart index 470a5620..1ea233b3 100644 --- a/web/lib/src/dom/saa_non_cookie_storage.dart +++ b/web/lib/src/dom/saa_non_cookie_storage.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/scheduling_apis.dart b/web/lib/src/dom/scheduling_apis.dart index 3773e716..64ef4afa 100644 --- a/web/lib/src/dom/scheduling_apis.dart +++ b/web/lib/src/dom/scheduling_apis.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/screen_capture.dart b/web/lib/src/dom/screen_capture.dart index fb4cf9d8..f5088b33 100644 --- a/web/lib/src/dom/screen_capture.dart +++ b/web/lib/src/dom/screen_capture.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/screen_orientation.dart b/web/lib/src/dom/screen_orientation.dart index 0060b8dd..07d85636 100644 --- a/web/lib/src/dom/screen_orientation.dart +++ b/web/lib/src/dom/screen_orientation.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/screen_wake_lock.dart b/web/lib/src/dom/screen_wake_lock.dart index 9a83606a..10b48158 100644 --- a/web/lib/src/dom/screen_wake_lock.dart +++ b/web/lib/src/dom/screen_wake_lock.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/scroll_to_text_fragment.dart b/web/lib/src/dom/scroll_to_text_fragment.dart index e5fc1646..48839cd5 100644 --- a/web/lib/src/dom/scroll_to_text_fragment.dart +++ b/web/lib/src/dom/scroll_to_text_fragment.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/secure_payment_confirmation.dart b/web/lib/src/dom/secure_payment_confirmation.dart index d60d9c2c..16c6779a 100644 --- a/web/lib/src/dom/secure_payment_confirmation.dart +++ b/web/lib/src/dom/secure_payment_confirmation.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/selection_api.dart b/web/lib/src/dom/selection_api.dart index adfddace..2bb0a2df 100644 --- a/web/lib/src/dom/selection_api.dart +++ b/web/lib/src/dom/selection_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/server_timing.dart b/web/lib/src/dom/server_timing.dart index cbda5f9f..ff0c07aa 100644 --- a/web/lib/src/dom/server_timing.dart +++ b/web/lib/src/dom/server_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/service_workers.dart b/web/lib/src/dom/service_workers.dart index 38961151..013269ca 100644 --- a/web/lib/src/dom/service_workers.dart +++ b/web/lib/src/dom/service_workers.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/speech_api.dart b/web/lib/src/dom/speech_api.dart index fe2d0c6d..1850fc59 100644 --- a/web/lib/src/dom/speech_api.dart +++ b/web/lib/src/dom/speech_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/storage.dart b/web/lib/src/dom/storage.dart index 2849af15..d3c9369c 100644 --- a/web/lib/src/dom/storage.dart +++ b/web/lib/src/dom/storage.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/streams.dart b/web/lib/src/dom/streams.dart index 2bb8738a..865f42f3 100644 --- a/web/lib/src/dom/streams.dart +++ b/web/lib/src/dom/streams.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/svg.dart b/web/lib/src/dom/svg.dart index e8273475..88cd7eef 100644 --- a/web/lib/src/dom/svg.dart +++ b/web/lib/src/dom/svg.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/svg_animations.dart b/web/lib/src/dom/svg_animations.dart index 72f371da..5b8a249d 100644 --- a/web/lib/src/dom/svg_animations.dart +++ b/web/lib/src/dom/svg_animations.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/touch_events.dart b/web/lib/src/dom/touch_events.dart index dd67de71..c47e2f29 100644 --- a/web/lib/src/dom/touch_events.dart +++ b/web/lib/src/dom/touch_events.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/trust_token_api.dart b/web/lib/src/dom/trust_token_api.dart index aa2ebab3..657c5d47 100644 --- a/web/lib/src/dom/trust_token_api.dart +++ b/web/lib/src/dom/trust_token_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/trusted_types.dart b/web/lib/src/dom/trusted_types.dart index dd36a18a..f07db19c 100644 --- a/web/lib/src/dom/trusted_types.dart +++ b/web/lib/src/dom/trusted_types.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/uievents.dart b/web/lib/src/dom/uievents.dart index f6d51e38..9a87c098 100644 --- a/web/lib/src/dom/uievents.dart +++ b/web/lib/src/dom/uievents.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/url.dart b/web/lib/src/dom/url.dart index 4e2070bd..ebd3f2a7 100644 --- a/web/lib/src/dom/url.dart +++ b/web/lib/src/dom/url.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/user_timing.dart b/web/lib/src/dom/user_timing.dart index 312c3df9..077e1ea0 100644 --- a/web/lib/src/dom/user_timing.dart +++ b/web/lib/src/dom/user_timing.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/vibration.dart b/web/lib/src/dom/vibration.dart index f0184cdc..ead74567 100644 --- a/web/lib/src/dom/vibration.dart +++ b/web/lib/src/dom/vibration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/video_rvfc.dart b/web/lib/src/dom/video_rvfc.dart index 227dec12..df5ce4fb 100644 --- a/web/lib/src/dom/video_rvfc.dart +++ b/web/lib/src/dom/video_rvfc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/wasm_js_api.dart b/web/lib/src/dom/wasm_js_api.dart index 44f2a5e3..57e79825 100644 --- a/web/lib/src/dom/wasm_js_api.dart +++ b/web/lib/src/dom/wasm_js_api.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_animations.dart b/web/lib/src/dom/web_animations.dart index 54c41cfa..10b13f72 100644 --- a/web/lib/src/dom/web_animations.dart +++ b/web/lib/src/dom/web_animations.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_animations_2.dart b/web/lib/src/dom/web_animations_2.dart index f1ccc0bc..48ae2d70 100644 --- a/web/lib/src/dom/web_animations_2.dart +++ b/web/lib/src/dom/web_animations_2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_bluetooth.dart b/web/lib/src/dom/web_bluetooth.dart index 04dc34a9..8d73c1b1 100644 --- a/web/lib/src/dom/web_bluetooth.dart +++ b/web/lib/src/dom/web_bluetooth.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_locks.dart b/web/lib/src/dom/web_locks.dart index e90f4be9..022d5a97 100644 --- a/web/lib/src/dom/web_locks.dart +++ b/web/lib/src/dom/web_locks.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_otp.dart b/web/lib/src/dom/web_otp.dart index 8df0410f..77551b9c 100644 --- a/web/lib/src/dom/web_otp.dart +++ b/web/lib/src/dom/web_otp.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/web_share.dart b/web/lib/src/dom/web_share.dart index 86a76560..ae0be945 100644 --- a/web/lib/src/dom/web_share.dart +++ b/web/lib/src/dom/web_share.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webaudio.dart b/web/lib/src/dom/webaudio.dart index 50d8cc5c..4af0244e 100644 --- a/web/lib/src/dom/webaudio.dart +++ b/web/lib/src/dom/webaudio.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webauthn.dart b/web/lib/src/dom/webauthn.dart index 837aa3de..8b5e7400 100644 --- a/web/lib/src/dom/webauthn.dart +++ b/web/lib/src/dom/webauthn.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs.dart b/web/lib/src/dom/webcodecs.dart index 1ed7d2ed..45640b4a 100644 --- a/web/lib/src/dom/webcodecs.dart +++ b/web/lib/src/dom/webcodecs.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_aac_codec_registration.dart b/web/lib/src/dom/webcodecs_aac_codec_registration.dart index 375d9331..35c6045a 100644 --- a/web/lib/src/dom/webcodecs_aac_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_aac_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_av1_codec_registration.dart b/web/lib/src/dom/webcodecs_av1_codec_registration.dart index 466e8e4f..f638bdca 100644 --- a/web/lib/src/dom/webcodecs_av1_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_av1_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_avc_codec_registration.dart b/web/lib/src/dom/webcodecs_avc_codec_registration.dart index 85422cb7..633dafb9 100644 --- a/web/lib/src/dom/webcodecs_avc_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_avc_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_flac_codec_registration.dart b/web/lib/src/dom/webcodecs_flac_codec_registration.dart index a8ebabf7..dad069b2 100644 --- a/web/lib/src/dom/webcodecs_flac_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_flac_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_hevc_codec_registration.dart b/web/lib/src/dom/webcodecs_hevc_codec_registration.dart index 9bcebbaf..ddbd48fb 100644 --- a/web/lib/src/dom/webcodecs_hevc_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_hevc_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_opus_codec_registration.dart b/web/lib/src/dom/webcodecs_opus_codec_registration.dart index 986f935c..2ad088e5 100644 --- a/web/lib/src/dom/webcodecs_opus_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_opus_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcodecs_vp9_codec_registration.dart b/web/lib/src/dom/webcodecs_vp9_codec_registration.dart index d27fbd68..63edccd6 100644 --- a/web/lib/src/dom/webcodecs_vp9_codec_registration.dart +++ b/web/lib/src/dom/webcodecs_vp9_codec_registration.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webcryptoapi.dart b/web/lib/src/dom/webcryptoapi.dart index bf3228bc..31d469ca 100644 --- a/web/lib/src/dom/webcryptoapi.dart +++ b/web/lib/src/dom/webcryptoapi.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl1.dart b/web/lib/src/dom/webgl1.dart index a5e378e1..b20ab83b 100644 --- a/web/lib/src/dom/webgl1.dart +++ b/web/lib/src/dom/webgl1.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl2.dart b/web/lib/src/dom/webgl2.dart index b84fe66e..8ce23f69 100644 --- a/web/lib/src/dom/webgl2.dart +++ b/web/lib/src/dom/webgl2.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_color_buffer_float.dart b/web/lib/src/dom/webgl_color_buffer_float.dart index 0ec52c54..19f46ce5 100644 --- a/web/lib/src/dom/webgl_color_buffer_float.dart +++ b/web/lib/src/dom/webgl_color_buffer_float.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_astc.dart b/web/lib/src/dom/webgl_compressed_texture_astc.dart index 418eb95e..808b7b44 100644 --- a/web/lib/src/dom/webgl_compressed_texture_astc.dart +++ b/web/lib/src/dom/webgl_compressed_texture_astc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_etc.dart b/web/lib/src/dom/webgl_compressed_texture_etc.dart index 54a3ee08..7945b123 100644 --- a/web/lib/src/dom/webgl_compressed_texture_etc.dart +++ b/web/lib/src/dom/webgl_compressed_texture_etc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_etc1.dart b/web/lib/src/dom/webgl_compressed_texture_etc1.dart index 7b1590c0..6e5cd818 100644 --- a/web/lib/src/dom/webgl_compressed_texture_etc1.dart +++ b/web/lib/src/dom/webgl_compressed_texture_etc1.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_pvrtc.dart b/web/lib/src/dom/webgl_compressed_texture_pvrtc.dart index 4eecb05f..285c82e3 100644 --- a/web/lib/src/dom/webgl_compressed_texture_pvrtc.dart +++ b/web/lib/src/dom/webgl_compressed_texture_pvrtc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_s3tc.dart b/web/lib/src/dom/webgl_compressed_texture_s3tc.dart index f47f8b92..b4b1ab06 100644 --- a/web/lib/src/dom/webgl_compressed_texture_s3tc.dart +++ b/web/lib/src/dom/webgl_compressed_texture_s3tc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart b/web/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart index a2b1f953..07f7ae75 100644 --- a/web/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart +++ b/web/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_debug_renderer_info.dart b/web/lib/src/dom/webgl_debug_renderer_info.dart index e97c285a..c5e61101 100644 --- a/web/lib/src/dom/webgl_debug_renderer_info.dart +++ b/web/lib/src/dom/webgl_debug_renderer_info.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_debug_shaders.dart b/web/lib/src/dom/webgl_debug_shaders.dart index 26339b42..9b659c86 100644 --- a/web/lib/src/dom/webgl_debug_shaders.dart +++ b/web/lib/src/dom/webgl_debug_shaders.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_depth_texture.dart b/web/lib/src/dom/webgl_depth_texture.dart index 1c415673..fb1fd944 100644 --- a/web/lib/src/dom/webgl_depth_texture.dart +++ b/web/lib/src/dom/webgl_depth_texture.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_draw_buffers.dart b/web/lib/src/dom/webgl_draw_buffers.dart index 9b9ba4e7..777c6907 100644 --- a/web/lib/src/dom/webgl_draw_buffers.dart +++ b/web/lib/src/dom/webgl_draw_buffers.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_lose_context.dart b/web/lib/src/dom/webgl_lose_context.dart index 1b04a3c9..2ea809d5 100644 --- a/web/lib/src/dom/webgl_lose_context.dart +++ b/web/lib/src/dom/webgl_lose_context.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgl_multi_draw.dart b/web/lib/src/dom/webgl_multi_draw.dart index 432e1ec5..b0ba68c9 100644 --- a/web/lib/src/dom/webgl_multi_draw.dart +++ b/web/lib/src/dom/webgl_multi_draw.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webgpu.dart b/web/lib/src/dom/webgpu.dart index 4c2570d6..30315d6b 100644 --- a/web/lib/src/dom/webgpu.dart +++ b/web/lib/src/dom/webgpu.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webidl.dart b/web/lib/src/dom/webidl.dart index b6c86f14..011e4577 100644 --- a/web/lib/src/dom/webidl.dart +++ b/web/lib/src/dom/webidl.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webmidi.dart b/web/lib/src/dom/webmidi.dart index 31c52677..aed0556b 100644 --- a/web/lib/src/dom/webmidi.dart +++ b/web/lib/src/dom/webmidi.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webrtc.dart b/web/lib/src/dom/webrtc.dart index 9bbda8a0..e2a13d36 100644 --- a/web/lib/src/dom/webrtc.dart +++ b/web/lib/src/dom/webrtc.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webrtc_encoded_transform.dart b/web/lib/src/dom/webrtc_encoded_transform.dart index 5248a0d2..03775594 100644 --- a/web/lib/src/dom/webrtc_encoded_transform.dart +++ b/web/lib/src/dom/webrtc_encoded_transform.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webrtc_identity.dart b/web/lib/src/dom/webrtc_identity.dart index bc11624d..5487607e 100644 --- a/web/lib/src/dom/webrtc_identity.dart +++ b/web/lib/src/dom/webrtc_identity.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webrtc_priority.dart b/web/lib/src/dom/webrtc_priority.dart index 1fb22d11..ed2bc400 100644 --- a/web/lib/src/dom/webrtc_priority.dart +++ b/web/lib/src/dom/webrtc_priority.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/websockets.dart b/web/lib/src/dom/websockets.dart index 2f07273f..0ed269fe 100644 --- a/web/lib/src/dom/websockets.dart +++ b/web/lib/src/dom/websockets.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webtransport.dart b/web/lib/src/dom/webtransport.dart index bd177b3b..34ee84d3 100644 --- a/web/lib/src/dom/webtransport.dart +++ b/web/lib/src/dom/webtransport.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webvtt.dart b/web/lib/src/dom/webvtt.dart index 1995b2f4..ec346a05 100644 --- a/web/lib/src/dom/webvtt.dart +++ b/web/lib/src/dom/webvtt.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webxr.dart b/web/lib/src/dom/webxr.dart index 9aef64b2..ec89bbb1 100644 --- a/web/lib/src/dom/webxr.dart +++ b/web/lib/src/dom/webxr.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/webxr_hand_input.dart b/web/lib/src/dom/webxr_hand_input.dart index 807ca6b9..77f671eb 100644 --- a/web/lib/src/dom/webxr_hand_input.dart +++ b/web/lib/src/dom/webxr_hand_input.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web/lib/src/dom/xhr.dart b/web/lib/src/dom/xhr.dart index 4e66c6a5..f1c759be 100644 --- a/web/lib/src/dom/xhr.dart +++ b/web/lib/src/dom/xhr.dart @@ -8,7 +8,7 @@ // Generated from Web IDL definitions. -// ignore_for_file: unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/lib/src/cli.dart b/web_generator/lib/src/cli.dart index fd45c090..58a8c4f7 100644 --- a/web_generator/lib/src/cli.dart +++ b/web_generator/lib/src/cli.dart @@ -119,7 +119,7 @@ Future generateJsTypeSupertypes(String contextFile) async { // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// Do not modify by hand. +// Generated code. Do not modify by hand. const Map jsTypeSupertypes = { ${jsTypeSupertypes.entries.map((e) => " ${e.key}: ${e.value},").join('\n')} diff --git a/web_generator/lib/src/js_type_supertypes.dart b/web_generator/lib/src/js_type_supertypes.dart index bfacf0b8..22e56a42 100644 --- a/web_generator/lib/src/js_type_supertypes.dart +++ b/web_generator/lib/src/js_type_supertypes.dart @@ -2,7 +2,7 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// Do not modify by hand. +// Generated code. Do not modify by hand. const Map jsTypeSupertypes = { 'JSAny': null, diff --git a/web_generator/lib/src/translator.dart b/web_generator/lib/src/translator.dart index ebfb33b6..e904263b 100644 --- a/web_generator/lib/src/translator.dart +++ b/web_generator/lib/src/translator.dart @@ -1391,16 +1391,12 @@ class Translator { ...mozLicenseHeader, ]); } - // TODO(https://github.com/dart-lang/sdk/issues/56450): Remove - // this once this bug has been resolved. b ..ignoreForFile.addAll([ - 'unintended_html_in_doc_comment', + // JS constants are allowed to be all uppercased. 'constant_identifier_names', - if (library.interfacelikes - .where((i) => i.type == 'namespace') - .isNotEmpty) - 'non_constant_identifier_names' + // JS properties are allowed to not be camelcased. + 'non_constant_identifier_names', ]) ..generatedByComment = generatedFileDisclaimer // TODO(srujzs): This is to address the issue around extension type diff --git a/web_generator/test/integration/idl/callbacks_expected.dart b/web_generator/test/integration/idl/callbacks_expected.dart index 0021fa27..41d3d2f4 100644 --- a/web_generator/test/integration/idl/callbacks_expected.dart +++ b/web_generator/test/integration/idl/callbacks_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/constructors_expected.dart b/web_generator/test/integration/idl/constructors_expected.dart index 1c95d0ca..439899be 100644 --- a/web_generator/test/integration/idl/constructors_expected.dart +++ b/web_generator/test/integration/idl/constructors_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/dictionaries_expected.dart b/web_generator/test/integration/idl/dictionaries_expected.dart index dd9b314b..8f0e13e6 100644 --- a/web_generator/test/integration/idl/dictionaries_expected.dart +++ b/web_generator/test/integration/idl/dictionaries_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/enum_expected.dart b/web_generator/test/integration/idl/enum_expected.dart index f0dff912..82e62a3d 100644 --- a/web_generator/test/integration/idl/enum_expected.dart +++ b/web_generator/test/integration/idl/enum_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/indexers_expected.dart b/web_generator/test/integration/idl/indexers_expected.dart index 4ee2c64e..1a933f01 100644 --- a/web_generator/test/integration/idl/indexers_expected.dart +++ b/web_generator/test/integration/idl/indexers_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/interfaces_expected.dart b/web_generator/test/integration/idl/interfaces_expected.dart index 07d9ec24..583832db 100644 --- a/web_generator/test/integration/idl/interfaces_expected.dart +++ b/web_generator/test/integration/idl/interfaces_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/methods_expected.dart b/web_generator/test/integration/idl/methods_expected.dart index 699b4953..1420712d 100644 --- a/web_generator/test/integration/idl/methods_expected.dart +++ b/web_generator/test/integration/idl/methods_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/mixin_interfaces_expected.dart b/web_generator/test/integration/idl/mixin_interfaces_expected.dart index fcc23151..f8273c69 100644 --- a/web_generator/test/integration/idl/mixin_interfaces_expected.dart +++ b/web_generator/test/integration/idl/mixin_interfaces_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/namespaces_expected.dart b/web_generator/test/integration/idl/namespaces_expected.dart index 520b1573..a173d4ce 100644 --- a/web_generator/test/integration/idl/namespaces_expected.dart +++ b/web_generator/test/integration/idl/namespaces_expected.dart @@ -1,7 +1,6 @@ // Generated from Web IDL definitions. // ignore_for_file: constant_identifier_names, non_constant_identifier_names -// ignore_for_file: unintended_html_in_doc_comment @JS() library; diff --git a/web_generator/test/integration/idl/properties_expected.dart b/web_generator/test/integration/idl/properties_expected.dart index d2f5dca7..fa7ad9e3 100644 --- a/web_generator/test/integration/idl/properties_expected.dart +++ b/web_generator/test/integration/idl/properties_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/typedefs_expected.dart b/web_generator/test/integration/idl/typedefs_expected.dart index c3a7e279..75109d31 100644 --- a/web_generator/test/integration/idl/typedefs_expected.dart +++ b/web_generator/test/integration/idl/typedefs_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; diff --git a/web_generator/test/integration/idl/types_expected.dart b/web_generator/test/integration/idl/types_expected.dart index c5823962..fa8470b6 100644 --- a/web_generator/test/integration/idl/types_expected.dart +++ b/web_generator/test/integration/idl/types_expected.dart @@ -1,6 +1,6 @@ // Generated from Web IDL definitions. -// ignore_for_file: constant_identifier_names, unintended_html_in_doc_comment +// ignore_for_file: constant_identifier_names, non_constant_identifier_names @JS() library; From 93280b4088d87158581d8552916ace86ed430c22 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Thu, 30 Oct 2025 14:58:39 -0700 Subject: [PATCH 2/3] Update analysis and add ignores for experimental member use --- web_generator/lib/src/cli.dart | 18 +++++++++--------- .../lib/src/interop_gen/transform.dart | 2 ++ web_generator/lib/src/js/typescript.types.dart | 4 +++- web_generator/pubspec.yaml | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/web_generator/lib/src/cli.dart b/web_generator/lib/src/cli.dart index 58a8c4f7..136cc623 100644 --- a/web_generator/lib/src/cli.dart +++ b/web_generator/lib/src/cli.dart @@ -6,7 +6,7 @@ import 'dart:collection'; import 'dart:io'; import 'package:analyzer/dart/analysis/analysis_context_collection.dart'; import 'package:analyzer/dart/analysis/results.dart'; -import 'package:analyzer/dart/element/element2.dart'; +import 'package:analyzer/dart/element/element.dart'; import 'package:analyzer/dart/element/type.dart'; import 'package:io/ansi.dart' as ansi; @@ -79,20 +79,20 @@ Future generateJsTypeSupertypes(String contextFile) async { AnalysisContextCollection(includedPaths: [contextFile]); final dartJsInterop = (await contextCollection.contexts.single.currentSession .getLibraryByUri('dart:js_interop') as LibraryElementResult) - .element2; + .element; final definedNames = dartJsInterop.exportNamespace.definedNames2; // `SplayTreeMap` to avoid moving types around in `dart:js_interop` affecting // the code generation. final jsTypeSupertypes = SplayTreeMap(); for (final name in definedNames.keys) { final element = definedNames[name]; - if (element is ExtensionTypeElement2) { + if (element is ExtensionTypeElement) { // JS types are any extension type that starts with 'JS' in // `dart:js_interop`. - bool isJSType(InterfaceElement2 element) => - element is ExtensionTypeElement2 && - element.library2 == dartJsInterop && - element.name3!.startsWith('JS'); + bool isJSType(InterfaceElement element) => + element is ExtensionTypeElement && + element.library == dartJsInterop && + element.name!.startsWith('JS'); if (!isJSType(element)) continue; String? parentJsType; @@ -104,8 +104,8 @@ Future generateJsTypeSupertypes(String contextFile) async { // We should have at most one non-trivial supertype. assert(immediateSupertypes.length <= 1); for (final supertype in immediateSupertypes) { - if (isJSType(supertype.element3)) { - parentJsType = "'${supertype.element3.name3!}'"; + if (isJSType(supertype.element)) { + parentJsType = "'${supertype.element.name!}'"; } } // Ensure that the hierarchy forms a tree. diff --git a/web_generator/lib/src/interop_gen/transform.dart b/web_generator/lib/src/interop_gen/transform.dart index 62805c47..874683d3 100644 --- a/web_generator/lib/src/interop_gen/transform.dart +++ b/web_generator/lib/src/interop_gen/transform.dart @@ -133,6 +133,8 @@ extension type NodeMap._(Map decls) extension type TypeMap._(Map types) implements NodeMap { TypeMap([Map? types]) : types = types ?? {}; + // TODO(srujzs): Remove once redeclare is no longer experimental. + // ignore: experimental_member_use @redeclare void add(Type decl) => types[decl.id.toString()] = decl; } diff --git a/web_generator/lib/src/js/typescript.types.dart b/web_generator/lib/src/js/typescript.types.dart index 4140a9d9..298eed65 100644 --- a/web_generator/lib/src/js/typescript.types.dart +++ b/web_generator/lib/src/js/typescript.types.dart @@ -2,7 +2,9 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// ignore_for_file: constant_identifier_names +// TODO(srujzs): Remove experimental_member_use once redeclare is not +// experimental. +// ignore_for_file: constant_identifier_names, experimental_member_use @JS('ts') library; diff --git a/web_generator/pubspec.yaml b/web_generator/pubspec.yaml index f03237a9..34725b73 100644 --- a/web_generator/pubspec.yaml +++ b/web_generator/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ^3.6.0 dependencies: - analyzer: ^7.4.0 + analyzer: ^8.0.0 args: ^2.4.0 code_builder: ^4.10.0 collection: ^1.19.1 From 3c8e89d19a1976ca25ee3813eee63cdac660ff6c Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Thu, 30 Oct 2025 15:02:26 -0700 Subject: [PATCH 3/3] Global ignore for redeclare --- web_generator/analysis_options.yaml | 2 ++ web_generator/lib/src/interop_gen/transform.dart | 2 -- web_generator/lib/src/js/typescript.types.dart | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_generator/analysis_options.yaml b/web_generator/analysis_options.yaml index 5cb8d06d..dbec13b4 100644 --- a/web_generator/analysis_options.yaml +++ b/web_generator/analysis_options.yaml @@ -8,6 +8,8 @@ analyzer: strict-raw-types: true errors: comment_references: ignore + # TODO(srujzs): Remove once redeclare is no longer experimental. + experimental_member_use: ignore linter: rules: diff --git a/web_generator/lib/src/interop_gen/transform.dart b/web_generator/lib/src/interop_gen/transform.dart index 874683d3..62805c47 100644 --- a/web_generator/lib/src/interop_gen/transform.dart +++ b/web_generator/lib/src/interop_gen/transform.dart @@ -133,8 +133,6 @@ extension type NodeMap._(Map decls) extension type TypeMap._(Map types) implements NodeMap { TypeMap([Map? types]) : types = types ?? {}; - // TODO(srujzs): Remove once redeclare is no longer experimental. - // ignore: experimental_member_use @redeclare void add(Type decl) => types[decl.id.toString()] = decl; } diff --git a/web_generator/lib/src/js/typescript.types.dart b/web_generator/lib/src/js/typescript.types.dart index 298eed65..4140a9d9 100644 --- a/web_generator/lib/src/js/typescript.types.dart +++ b/web_generator/lib/src/js/typescript.types.dart @@ -2,9 +2,7 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// TODO(srujzs): Remove experimental_member_use once redeclare is not -// experimental. -// ignore_for_file: constant_identifier_names, experimental_member_use +// ignore_for_file: constant_identifier_names @JS('ts') library;