Implement getter/setter bindings

This commit is contained in:
Alex Crichton
2018-02-14 13:16:02 -08:00
parent e72f9e176f
commit 9183236522
6 changed files with 183 additions and 10 deletions

View File

@ -95,7 +95,8 @@ pub fn project() -> Project {
"strictFunctionTypes": true,
"strictNullChecks": true,
"alwaysStrict": true,
"strict": true
"strict": true,
"target": "es5"
}
}
"#.to_string()),