dart-sdk/sdk/lib/_internal
Srujan Gaddam 47f08fb143 [dart:js_interop] Change several operators back to JSBoolean
Related issues:
https://github.com/dart-lang/sdk/issues/55024
https://github.com/dart-lang/sdk/issues/55267

These operators were initially broken in 3.3 and were exposed
as returning JSBoolean but implemented as returning bool. They
were fixed to return bool in the public API, but we should
prefer to have them return JS types as they're likely to be used
in cases where implicit conversions are not useful.

CoreLibraryReviewExempt: Fixing type mismatch in backend-specific library.
Change-Id: I3b0e60550dcac78918f8399d11238dcfa34982cd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359180
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2024-03-25 17:05:36 +00:00
..
js_dev_runtime [ddc] Cleanup dynamic calls in native_typed_data 2024-03-06 00:51:15 +00:00
js_runtime [dart2js] Update async* helper to check if stream closed state before re-entering generator body. 2024-03-20 20:56:44 +00:00
js_shared [dart:js_interop] Change several operators back to JSBoolean 2024-03-25 17:05:36 +00:00
sdk_library_metadata [dart2js] Convert some collections of const ints to enums 2024-02-23 19:52:50 +00:00
vm [vm] Make String.codeUnitAt monomorphic 2024-03-24 14:50:17 +00:00
vm_shared/lib [vm/wasm] Make HashMap<K, V> use non-generic _HashMapEntry object 2024-03-12 14:36:38 +00:00
wasm [dart:js_interop] Change several operators back to JSBoolean 2024-03-25 17:05:36 +00:00
wasm_js_compatibility/lib [dart:js_interop] Move JS types to extension types 2023-12-06 21:59:58 +00:00
allowed_experiments.json Retire 3.3 experiments in the 3.4 release. 2024-03-04 16:09:31 +00:00
fix_data.yaml