Home
last modified time | relevance | path

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

/expo/packages/expo-modules-autolinking/src/platforms/
H A Dandroid.ts160 const classPathMatches = fileContent.match(/^package ([\w.]+)\b/m); constant
162 if (classPathMatches) {
164 classes.push(`${classPathMatches[1]}.${basename}`);
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dandroid.js128 const classPathMatches = fileContent.match(/^package ([\w.]+)\b/m);
129 if (classPathMatches) {
131 classes.push(`${classPathMatches[1]}.${basename}`);
H A Dandroid.js.map1classPathMatches = fileContent.match(/^package ([\\w.]+)\\b/m);\n\n if (classPathMatches) {…