1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00
Closes https://github.com/dart-lang/sdk/pull/52206

GitOrigin-RevId: bcf3d10c689c73ea27092b1cc2813d7964627b59
Change-Id: Ic850a649290f1c71908bbe6b0f80dcbe98a0a7f2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/299460
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
mnordine 2023-04-28 04:57:31 +00:00 committed by Commit Queue
parent 7f503e3688
commit b5f4692a41

View File

@ -355,7 +355,7 @@ constraint][language version] lower bound to 3.0 or greater (`sdk: '^3.0.0'`).
#### `dart:js_util`
- Added several helper functions to access more JavaScript operator, like
- Added several helper functions to access more JavaScript operators, like
`delete` and the `typeof` functionality.
- `jsify` is now permissive and has inverse semantics to `dartify`.
- `jsify` and `dartify` both handle types they understand natively more