You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param files - A map of file paths to their content.
15
+
* @param dependencyManifest - The dependency manifest.
16
+
* @param symbolsToExtract - A map of symbols to extract, where the key is the symbol name and the value is an object containing the file path and a set of symbols.
17
+
* @param napiConfig - The NAPI configuration.
18
+
* @returns - A map of extracted files, where the key is the file path and the value is an object containing the file path and content.
0 commit comments