Skip to content

Commit

Permalink
Remove renames where the type doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
maple135790 committed Jan 3, 2025
1 parent af5de5e commit 1cefc48
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions web/lib/fix_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,15 +1187,6 @@ transforms:
changes:
- kind: 'rename'
newName: 'HTMLUListElement'
# UnderlyingSourceBase => UnderlyingSource
- title: "Rename to 'UnderlyingSource'"
date: 2024-01-12
element:
uris: [ 'package:web/web.dart' ]
class: 'UnderlyingSourceBase'
changes:
- kind: 'rename'
newName: 'UnderlyingSource'
# UnknownElement => HTMLUnknownElement
- title: "Rename to 'HTMLUnknownElement'"
date: 2024-01-12
Expand Down
1 change: 0 additions & 1 deletion web/renames.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
| TrackElement | HTMLTrackElement |
| TrustedUrl | |
| UListElement | HTMLUListElement |
| UnderlyingSourceBase | UnderlyingSource |
| UnknownElement | HTMLUnknownElement |
| Url | URL |
| UrlSearchParams | URLSearchParams |
Expand Down
1 change: 0 additions & 1 deletion web/test_fixes/renames.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ late TimeElement $138;
late TitleElement $139;
late TrackElement $140;
late UListElement $143;
late UnderlyingSourceBase $144;
late UnknownElement $145;
late Url $146;
late UrlSearchParams $147;
Expand Down
1 change: 0 additions & 1 deletion web/test_fixes/renames.dart.expect
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ late HTMLTimeElement $138;
late HTMLTitleElement $139;
late HTMLTrackElement $140;
late HTMLUListElement $143;
late UnderlyingSource $144;
late HTMLUnknownElement $145;
late URL $146;
late URLSearchParams $147;
Expand Down

0 comments on commit 1cefc48

Please sign in to comment.