-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] LegacyNamespace extended attributes support on IDL interfaces (R…
…esolves #283) (#297) * updates * changelog updated * package changelog updated * dart formatting updates * Update web/CHANGELOG.md Co-authored-by: Kevin Moore <[email protected]> * formatting updates --------- Co-authored-by: Kevin Moore <[email protected]>
- Loading branch information
Showing
5 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## 1.0.0-wip | ||
|
||
- Initial separation of `web_generator` from `web`. | ||
- Initial separation of `web_generator` from `web`. | ||
- New IDL interface `RHL` added. `ExtendedAttribute` idl interface updated to | ||
expose its `rhs` property and `Interfacelike` idl interface updated to expose | ||
`extAttrs` property. The generator now adds a | ||
`JS(LegacyNamespace.$extensionTypeName)` annotation on `JS` objects if | ||
they've an IDL extended attribute `[LegacyNamespace=Foo]` defined in their IDL | ||
description. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters