Skip to content

Commit

Permalink
Merge pull request #15 from tc39/remove-has-dynamic-import
Browse files Browse the repository at this point in the history
Remove hasDynamicImport
  • Loading branch information
guybedford committed Jun 18, 2024
2 parents 5d32071 + 1f48d79 commit 9e8f3f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 59 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ interface WildcardExport {
}
```
### `AbstractModuleSource.prototype.hasDynamicImport`
A boolean getter property indicating if the module may call dynamic import.
### `AbstractModuleSource.prototype.hasImportMeta`
A boolean getter property indicating if the module accesses the module `import.meta`.
Expand Down
Loading

0 comments on commit 9e8f3f8

Please sign in to comment.