JS: Cache moduleImport

This commit is contained in:
Asger Feldthaus
2020-05-13 15:07:01 +01:00
parent c54f8d8128
commit 2d88385ffb

View File

@@ -697,6 +697,7 @@ module ModuleImportNode {
*
* This predicate can be extended by subclassing `ModuleImportNode::Range`.
*/
cached
ModuleImportNode moduleImport(string path) { result.getPath() = path }
/**