* Determines whether a module gets access to import.meta.importSync(). * * @param {Uri} uri real URI of the module (file:/// or resource:///)
(uri)
| 67 | * @param {Uri} uri real URI of the module (file:/// or resource:///) |
| 68 | */ |
| 69 | isInternal(uri) { |
| 70 | void uri; |
| 71 | return false; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Loads a file or resource URI synchronously |