Use zotero/translate and zotero/utilities for shared code

This commit is contained in:
Adomas Venčkauskas 2021-07-26 13:14:56 +03:00 committed by Adomas Ven
parent c929055571
commit 7814efcfe2
19 changed files with 337 additions and 527 deletions

View file

@ -12,6 +12,7 @@ const dirs = [
// list of folders that are symlinked
const symlinkDirs = [
'chrome/content/zotero/xpcom/rdf',
'chrome/content/zotero/xpcom/translate/src',
'styles',
'translators'
];
@ -94,7 +95,9 @@ const ignoreMask = [
'**/#*',
'resource/schema/global/README.md',
'resource/schema/global/schema.json.gz',
'resource/schema/global/scripts/*'
'resource/schema/global/scripts/*',
'chrome/content/zotero/xpcom/translate/example/**/*',
'chrome/content/zotero/xpcom/translate/README.md',
];
const jsFiles = [