Skip to content

Commit

Permalink
[dart:js_interop(_unsafe)] Add changelog entries for importModule and…
Browse files Browse the repository at this point in the history
… has

Change-Id: I4ccc48f9acca6796f46db73bb48dd3b1adeb4bbe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345141
Commit-Queue: Srujan Gaddam <[email protected]>
Reviewed-by: Kevin Moore <[email protected]>
  • Loading branch information
srujzs authored and Commit Queue committed Jan 6, 2024
1 parent 2da2375 commit 4a2cd36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a2cd36

Please sign in to comment.