wasm-bindgen/crates/web-sys/tests/wasm
Pauan 3f4acc453b
Dramatically improving the build time of web-sys (#2012)
* Pre-generating web-sys

* Fixing build errors

* Minor refactor for the unit tests

* Changing to generate #[wasm_bindgen} annotations

* Fixing code generation

* Adding in main bin to wasm-bindgen-webidl

* Fixing more problems

* Adding in support for unstable APIs

* Fixing bug with code generation

* More code generation fixes

* Improving the webidl program

* Removing unnecessary cfg from the generated code

* Splitting doc comments onto separate lines

* Improving the generation for unstable features

* Adding in support for string values in enums

* Now runs rustfmt on the mod.rs file

* Fixing codegen for constructors

* Fixing webidl-tests

* Fixing build errors

* Another fix for build errors

* Renaming typescript_name to typescript_type

* Adding in docs for typescript_type

* Adding in CI script to verify that web-sys is up to date

* Fixing CI script

* Fixing CI script

* Don't suppress git diff output

* Remove duplicate definitions of `Location`

Looks to be a preexisting bug in wasm-bindgen?

* Regenerate webidl

* Try to get the git diff command right

* Handle named constructors in WebIDL

* Remove stray rustfmt.toml

* Add back NamedConstructorBar definition in tests

* Run stable rustfmt over everything

* Don't run Cargo in a build script

Instead refactor things so webidl-tests can use the Rust-code-generation
as a library in a build script. Also fixes `cargo fmt` in the
repository.

* Fixup generated code

* Running web-sys checks on stable

* Improving the code generation a little

* Running rustfmt

Co-authored-by: Alex Crichton <alex@alexcrichton.com>
2020-03-02 17:39:36 -06:00
..
anchor_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
blob.js Add webidl for Blob arraybuffer / text (#2008) 2020-02-19 09:11:01 -06:00
blob.rs Add webidl for Blob arraybuffer / text (#2008) 2020-02-19 09:11:01 -06:00
body_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
br_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
button_element.rs Dramatically improving the build time of web-sys (#2012) 2020-03-02 17:39:36 -06:00
console.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
div_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
dom_point.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
element.js Whitelist send_with_u8_array slice (#2015) 2020-03-02 09:13:15 -06:00
element.rs Adding in PartialEq and Eq to web-sys types 2019-07-18 23:12:49 +02:00
event.js Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
event.rs Default all async support to std::future (#1741) 2019-09-05 11:18:36 -05:00
head_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
headers.js Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
headers.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
heading_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
history.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
hr_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
html_element.rs Run rustfmt 2019-10-28 20:15:05 -07:00
html_html_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
indexeddb.rs Fix WebIDL mixin attributes on Window 2018-09-28 21:41:48 -07:00
input_element.rs Dramatically improving the build time of web-sys (#2012) 2020-03-02 17:39:36 -06:00
location.rs Fix web-sys Location test 2018-09-18 14:16:01 -07:00
main.rs Run rustfmt and keep it running on CI (#2023) 2020-03-02 11:44:14 -06:00
menu_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
menu_item_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
meta_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
meter_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
mod_elements.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
olist_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
optgroup_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
option_element.rs Run rustfmt over everything 2018-11-27 12:07:59 -08:00
options_collection.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
output_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
paragraph_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
param_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
performance.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
pre_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
progress_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
quote_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
response.js Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
response.rs Minimum viable ReadableStream. 2019-09-12 16:49:03 -05:00
rtc_rtp_transceiver_direction.rs Run rustfmt 2019-10-28 20:15:05 -07:00
script_element.rs Generate r#async method names in web-sys 2019-03-26 08:51:46 -07:00
select_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
slot_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
span_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
style_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
table_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
title_element.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00
whitelisted_immutable_slices.rs Run rustfmt and keep it running on CI (#2023) 2020-03-02 11:44:14 -06:00
xpath_result.rs Fix js-sys and web-sys tests 2019-03-05 08:00:47 -08:00