Rename polyfill to vendor_prefix

cc #906
This commit is contained in:
Alex Crichton
2018-10-01 12:33:33 -07:00
parent 473258f731
commit f75349262a
14 changed files with 112 additions and 100 deletions

View File

@ -87,7 +87,7 @@ pub struct ImportStatic {
pub struct ImportType {
pub name: String,
pub instanceof_shim: String,
pub polyfills: Vec<String>,
pub vendor_prefixes: Vec<String>,
}
#[derive(Deserialize, Serialize)]