TypeScript/tests/cases
Nathan Shively-Sanders cabcaaadcb Property assignment is not an assignment target
In a destructuring assignment, a property assignment is not an
assignment target. Its initialiser is. For example:

```ts
({ source: target} = o);
```

Here, `target` is the assignment target. `source` is not. Previously,
both were assignment targets.
2017-01-26 16:08:55 -08:00
..
compiler Property assignment is not an assignment target 2017-01-26 16:08:55 -08:00
conformance Merge pull request #13558 from HerringtonDarkholme/rest-spread-intrinsic 2017-01-24 08:59:02 -08:00
fourslash Merge pull request #13643 from Microsoft/find_all_refs_default 2017-01-26 10:33:17 -08:00
fourslash_old Simplify fourslash tests by adding some helpers 2017-01-18 13:55:31 -08:00
project
projects
test262-harness
unittests rename preserveWithJsExtension to react-native 2017-01-23 21:42:39 +01:00