Skip to content

Commit

Permalink
Remove unnecessary comment in _isInJsTypesOrJsInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
srujzs committed Dec 5, 2023
1 parent 769fad1 commit 00d7e78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/update_bindings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Future<void> _runProc(
}

bool _isInJsTypesOrJsInterop(InterfaceElement element) =>
// We only care about JS types for this calculation.
element.library.isInSdk &&
(element.library.name == '_js_types' ||
element is ExtensionTypeElement &&
Expand Down

0 comments on commit 00d7e78

Please sign in to comment.