babel/packages
Diogo Franco 899a754bef Correct the validator for ArrayPattern (#5722)
The elements of the `elements` array should be either `Identifier`, `Pattern` or `RestElement`, but the validator was requiring `Expression`. It happened to work for `Identifier` since an `Identifier` is an `Expression`, but not for the other possible pattern elements.
2017-05-10 10:50:01 +09:00
..
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2017-04-18 10:41:30 -04:00
2015-10-29 17:51:24 +00:00

Woah, what's going on here?

A monorepo, muhahahahahaha. See the monorepo design doc for reasoning.