Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 16, 2024
1 parent dcebd3d commit 4819a23
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 65 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,15 @@ interface Import {
### `AbstractModuleSource.prototype.directExports()`
Returns a list of the direct export name `String` of the module of the form `String[]`.
Returns a list of the direct export names of the module of the form `String[]`.
### `AbstractModuleSource.prototype.starExports()`
Returns a list of the imports which are star re-exported, of the form `Import[]`.
### `AbstractModuleSource.prototype.starExports()`
Returns a list of the star exports of the module of the form `Import[]` as defined in `imports()`.
### `AbstractModuleSource.prototype.hasDynamicImport`
Expand Down
Loading

0 comments on commit 4819a23

Please sign in to comment.