Home
last modified time | relevance | path

Searched refs:importRE (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
Drepl.js1182 const importRE = /\bimport\s*\(\s*['"`](([\w@./:-]+\/)?(?:[\w@./:-]*))(?![^'"`])$/; constant
1371 } else if ((match = RegExpPrototypeExec(importRE, line)) !== null) {