docset-creator
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -239,13 +239,2 @@ "use strict"; | ||
} | ||
// normalize the entries | ||
Object.entries(entries).forEach(([key, typedEntries]) => { | ||
for (let name in typedEntries) { | ||
if (typedEntries[name]) { | ||
typedEntries[name] = typedEntries[name].replace(/\\/g, "/"); | ||
} | ||
else { | ||
delete typedEntries[name]; | ||
} | ||
} | ||
}); | ||
options.entries = union(options.entries, entries); | ||
@@ -252,0 +241,0 @@ yield browser.close(); |
@@ -112,2 +112,3 @@ "use strict"; | ||
} | ||
_path = _path.replace(/\\/g, "/"); | ||
fileRefs.push({ type: type, path: _path, name }); | ||
@@ -114,0 +115,0 @@ commands.push(`INSERT OR IGNORE INTO searchIndex(name, type, path) VALUES ('${escape(name)}', '${escape(type)}', '${escape(_path)}');`); |
{ | ||
"name": "docset-creator", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A general purprose docset creator utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63225
673