[dart:js_interop(_unsafe)] Add changelog entries for importModule and has

Change-Id: I4ccc48f9acca6796f46db73bb48dd3b1adeb4bbe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345141
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Srujan Gaddam 2024-01-06 01:03:28 +00:00 committed by Commit Queue
parent 2da2375bcf
commit 4a2cd36a3d

View file

@ -88,6 +88,12 @@
better organize the API surface. See `JSAnyUtilityExtension` and
`JSAnyOperatorExtension` for the new extensions. This shouldn't make a
difference unless the extension names were explicitly used.
- Add `importModule` to allow users to dynamically import modules using the JS
`import()` expression.
#### `dart:js_interop_unsafe`
- Add `has` helper to make `hasProperty` calls more concise.
[#52687]: https://github.com/dart-lang/sdk/issues/52687