extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

Implement "any" type #2

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

Definition: http://www.w3.org/TR/WebIDL/#idl-any

Conversion: http://www.w3.org/TR/WebIDL/#es-any

FremyCompany commented 11 years ago

My belief is that the specification should have referenced the "4.2.15 unrestricted double" algorithm instead.

Yeah it's a bug. unrestricted double is new and originally double had the semantics of unrestricted double.

marcoscaceres commented 11 years ago

Started working on this one.

marcoscaceres commented 11 years ago

Implemented. Waiting in the pull request queue.

marcoscaceres commented 11 years ago

This one (any) does require a review. I was a little unsure about this one so it would be great if people can take a look at the spec and make sure I've interpreted it correctly.

marcoscaceres commented 11 years ago

Reviewed by @bkardell as part of the pull request.