Pete Bacon Darwin 6f1685ab98 fix(ivy): allow FunctionExpression to indicate a method declaration (#24897)
In some code formats (e.g. ES5) methods can actually be function
expressions. For example:

```js
function MyClass() {}
// this static method is declared as a function expression
MyClass.staticMethod = function() { ... };
```

PR Close #24897
2018-07-27 17:15:31 -07:00
..
2018-07-27 18:47:13 -04:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT