Skip to content

Commit

Permalink
feat: support direct exports inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 16, 2024
1 parent 54e1fdc commit 05b5102
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 55 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ interface Import {
}
```
### `AbstractModuleSource.prototype.directExports()`
Returns a list of the direct export name `String` of the module of the form `String[]`.
### `AbstractModuleSource.prototype.hasDynamicImport`
A boolean getter property indicating if the module may call dynamic import.
Expand Down
Loading

0 comments on commit 05b5102

Please sign in to comment.