Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts1181 const decls: string[] = content.match(REG_IMPORT_DECL); constant
1182 if (decls != undefined) {
1183 decls.forEach(decl => {