google / google/closure-compiler

Support wildcarded export

Open
#878 6 comments 9 reactions 1 assignee Claimed by @MatrixFrog View on GitHub
enhancement ES6 Work In Progress
Dominant language
JavaScript
Stars
7.7k
Forks
1.2k
Avg merge
2d 12h
Merged PRs (30d)
6

Description

support this valid ES6 module syntax:

```
third_party/javascript/angular/v2_alpha/v2_0_0_alpha_12/angular2-es6/angular2.es6:4: ERROR - ES6-to-ES3 conversion of 'Wildcard export' is not yet implemented.
export * from './forms';
^
```

Also strange the command line options were:

```
... '--language_in=ES6' '--language_out=ES5' ...
```

But the error message mentions 'ES6-to-ES3 conversion' - not sure what that's all about.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.