Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 10, 2024
1 parent 6a188c0 commit daad64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ interface Import {
### `AbstractModuleSource.prototype.hasDynamicImport`
A boolean property indicating if the module may call dynamic import.
A boolean getter property indicating if the module may call dynamic import.
### `AbstractModuleSource.prototype.hasImportMeta`
A boolean property indicating if the module accesses the module `import.meta`.
A boolean getter property indicating if the module accesses the module `import.meta`.
### `AbstractModuleSource.prototype.hasTopLevelAwait`
A boolean property indicating if the module contains use of top-level await.
A boolean getter property indicating if the module contains use of top-level await.
### Dynamic Import
Expand Down

0 comments on commit daad64f

Please sign in to comment.