Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for annotated types #61

Merged
merged 3 commits into from
Apr 4, 2017
Merged

Add support for annotated types #61

merged 3 commits into from
Apr 4, 2017

Conversation

dontcallmedom
Copy link
Member

No description provided.

@marcoscaceres
Copy link
Member

marcoscaceres commented Apr 3, 2017 via email

"idlType" : {
"idlType" : [
{
"array" : false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's outputting this that it's putting a space after the property name? Can we please not do that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(eventually, we might want to generate this stuff using JSON.stringify() and we won't be able to match this format).

@@ -255,6 +255,13 @@
return single_type() || union_type();
};

var type_with_extended_attributes = function() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thankfully, this was not too painful 🏆

@marcoscaceres
Copy link
Member

Merge when ready 👍

@dontcallmedom dontcallmedom merged commit 3a7d1bb into develop Apr 4, 2017
@marcoscaceres marcoscaceres deleted the annotated_types branch May 2, 2018 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants