wasm-bindgen/crates/webidl-tests
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
..
array_buffer.js Add WebIDL support for the ArrayBuffer type 2018-08-04 16:34:12 -05:00
array_buffer.rs Add WebIDL support for the ArrayBuffer type 2018-08-04 16:34:12 -05:00
array_buffer.webidl Add WebIDL support for the ArrayBuffer type 2018-08-04 16:34:12 -05:00
array.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
array.rs Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
array.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
build.rs Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
Cargo.toml Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
consts.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
consts.rs Generate const mixin bindings 2018-08-13 21:58:40 -07:00
consts.webidl Generate const mixin bindings 2018-08-13 21:58:40 -07:00
dictionary.js Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
dictionary.rs Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
dictionary.webidl Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
enums.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
enums.rs Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
enums.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
lib.rs Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
main.rs Remove use_extern_macros features 2018-08-19 14:33:01 -07:00
namespace.js Merge branch 'master' of https://github.com/rustwasm/wasm-bindgen 2018-08-13 18:59:52 +03:00
namespace.rs Merge branch 'master' of https://github.com/rustwasm/wasm-bindgen 2018-08-13 18:59:52 +03:00
namespace.webidl Fix console test 2018-08-13 20:09:18 +03:00
simple.js Add OptionalAndUnionArguments test 2018-08-13 23:18:16 +03:00
simple.rs Tweak some WebIDL type names in methods 2018-08-20 10:32:04 -07:00
simple.webidl Add OptionalAndUnionArguments test 2018-08-13 23:18:16 +03:00
throws.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
throws.rs Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
throws.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00