Commits
Click on a commit to change the comparison rangefix: check if module is ES module before using import.meta.url
The script must be an ES module to use import.meta.url. We cannot use supports_document() to determine this. This change adds a check for parser.is_esm before handling import.meta.url in both evaluate_identifier and member methods.