wasm-bindgen/crates
Alex Crichton ddc42738cf Tweak some WebIDL type names in methods
Instead of `dom_str`, `byte_str`, and `usv_str`, emit `str` for all of them.
Similarly for `unrestricted_f64` just do `f64` instead. This reflects how we
interpret the types already in terms of Rust types and although technically
makes it possible to have name collisions in WebIDL they don't come up in
practice.
2018-08-20 10:32:04 -07:00
..
backend Bump to 0.2.17 2018-08-16 23:36:42 -07:00
cli Bump to 0.2.17 2018-08-16 23:36:42 -07:00
cli-support Bump to 0.2.17 2018-08-16 23:36:42 -07:00
futures Remove use_extern_macros features 2018-08-19 14:33:01 -07:00
js-sys Merge pull request #739 from Hywan/string-replace-regexp 2018-08-20 07:55:05 -07:00
macro Remove use_extern_macros features 2018-08-19 14:33:01 -07:00
macro-support Bump to 0.2.17 2018-08-16 23:36:42 -07:00
shared Bump to 0.2.17 2018-08-16 23:36:42 -07:00
test Remove use_extern_macros features 2018-08-19 14:33:01 -07:00
test-macro Bump to 0.2.17 2018-08-16 23:36:42 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
web-sys Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
webidl Tweak some WebIDL type names in methods 2018-08-20 10:32:04 -07:00
webidl-tests Tweak some WebIDL type names in methods 2018-08-20 10:32:04 -07:00