Searched refs:importRE (Results 1 – 1 of 1) sorted by relevance
1182 const importRE = /\bimport\s*\(\s*['"`](([\w@./:-]+\/)?(?:[\w@./:-]*))(?![^'"`])$/; constant1371 } else if ((match = RegExpPrototypeExec(importRE, line)) !== null) {