@fluenti/cli 0.4.0-rc.3 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +4 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -989,7 +989,10 @@ var Z = O({
|
|
|
989
989
|
async run({ args: e }) {
|
|
990
990
|
let t = await u(e.config), n = m(t.locales);
|
|
991
991
|
A.info(`Extracting messages from ${t.include.join(", ")}`);
|
|
992
|
-
let r = await E(t.include, {
|
|
992
|
+
let r = await E(t.include, {
|
|
993
|
+
ignore: t.exclude ?? [],
|
|
994
|
+
absolute: !1
|
|
995
|
+
}), i = [], a = e["no-cache"] ?? !1 ? null : new f(t.catalogDir, J(process.cwd())), s = 0;
|
|
993
996
|
for (let e of r) {
|
|
994
997
|
if (a) {
|
|
995
998
|
let t = a.get(e);
|