@nu-art/build-and-install 0.400.5 → 0.400.6
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/build-and-install-v3.d.ts +3 -0
- package/build-and-install-v3.js +14 -10
- package/build-and-install.js +0 -1
- package/core/consts.js +0 -1
- package/core/exceptions/PhaseAggregatedException.js +0 -1
- package/core/package/consts.js +0 -1
- package/core/params/params.d.ts +4 -4
- package/core/params/params.js +39 -19
- package/core/types/configs/firebasejson.js +0 -1
- package/core/types/configs/firebaserc.js +0 -1
- package/core/types/configs/index.js +0 -1
- package/core/types/configs/package-json.js +0 -1
- package/core/types/core.js +0 -1
- package/core/types/index.js +0 -1
- package/core/types/package/index.js +0 -1
- package/core/types/package/package.js +0 -1
- package/core/types/package/runtime-package.js +0 -1
- package/core/types/project-config.js +0 -1
- package/defaults/consts.js +0 -1
- package/old/PhaseRunnerDispatcher.js +0 -1
- package/old/runner-dispatchers.js +0 -1
- package/package.json +3 -3
- package/v3/PhaseManager.js +15 -3
- package/v3/RunningStatusHandler.d.ts +7 -5
- package/v3/RunningStatusHandler.js +21 -11
- package/v3/UnitsDependencyMapper/UnitsDependencyMapper.js +0 -1
- package/v3/UnitsMapper/UnitsMapper.js +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_Base.js +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_FirebaseFunction.js +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_FirebaseHosting.js +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_Node.js +41 -35
- package/v3/UnitsMapper/resolvers/UnitMapper_NodeLib.js +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_NodeProject.js +0 -1
- package/v3/UnitsMapper/resolvers/index.js +0 -1
- package/v3/UnitsMapper/types.js +0 -1
- package/v3/core/FilesCache.js +0 -1
- package/v3/core/Unit_HelpPrinter.d.ts +1 -1
- package/v3/core/Unit_HelpPrinter.js +0 -1
- package/v3/core/types.js +0 -1
- package/v3/phase/consts.d.ts +1 -0
- package/v3/phase/consts.js +4 -1
- package/v3/phase/index.js +0 -1
- package/v3/phase/types.js +0 -1
- package/v3/units/BaseUnit.js +0 -1
- package/v3/units/ProjectUnit.js +0 -1
- package/v3/units/Unit_NodeProject.js +0 -1
- package/v3/units/Unit_PackageJson.js +0 -1
- package/v3/units/Unit_TypescriptLib.js +71 -36
- package/v3/units/firebase/Unit_FirebaseFunctionsApp.d.ts +5 -2
- package/v3/units/firebase/Unit_FirebaseFunctionsApp.js +29 -17
- package/v3/units/firebase/Unit_FirebaseHostingApp.d.ts +3 -2
- package/v3/units/firebase/Unit_FirebaseHostingApp.js +16 -5
- package/v3/units/firebase/common.d.ts +3 -0
- package/v3/units/firebase/common.js +13 -0
- package/v3/units/index.js +0 -1
- package/build-and-install-v3.js.map +0 -1
- package/build-and-install.js.map +0 -1
- package/core/consts.js.map +0 -1
- package/core/exceptions/PhaseAggregatedException.js.map +0 -1
- package/core/package/consts.js.map +0 -1
- package/core/params/params.js.map +0 -1
- package/core/types/configs/firebasejson.js.map +0 -1
- package/core/types/configs/firebaserc.js.map +0 -1
- package/core/types/configs/index.js.map +0 -1
- package/core/types/configs/package-json.js.map +0 -1
- package/core/types/core.js.map +0 -1
- package/core/types/index.js.map +0 -1
- package/core/types/package/index.js.map +0 -1
- package/core/types/package/package.js.map +0 -1
- package/core/types/package/runtime-package.js.map +0 -1
- package/core/types/project-config.js.map +0 -1
- package/defaults/consts.js.map +0 -1
- package/old/PhaseRunnerDispatcher.js.map +0 -1
- package/old/runner-dispatchers.js.map +0 -1
- package/v3/PhaseManager.js.map +0 -1
- package/v3/RunningStatusHandler.js.map +0 -1
- package/v3/UnitsDependencyMapper/UnitsDependencyMapper.js.map +0 -1
- package/v3/UnitsMapper/UnitsMapper.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_Base.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_FirebaseFunction.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_FirebaseHosting.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_Node.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_NodeLib.js.map +0 -1
- package/v3/UnitsMapper/resolvers/UnitMapper_NodeProject.js.map +0 -1
- package/v3/UnitsMapper/resolvers/index.js.map +0 -1
- package/v3/UnitsMapper/types.js.map +0 -1
- package/v3/core/FilesCache.js.map +0 -1
- package/v3/core/Unit_HelpPrinter.js.map +0 -1
- package/v3/core/types.js.map +0 -1
- package/v3/phase/consts.js.map +0 -1
- package/v3/phase/index.js.map +0 -1
- package/v3/phase/types.js.map +0 -1
- package/v3/units/BaseUnit.js.map +0 -1
- package/v3/units/ProjectUnit.js.map +0 -1
- package/v3/units/Unit_NodeProject.js.map +0 -1
- package/v3/units/Unit_PackageJson.js.map +0 -1
- package/v3/units/Unit_TypescriptLib.js.map +0 -1
- package/v3/units/firebase/Unit_FirebaseFunctionsApp.js.map +0 -1
- package/v3/units/firebase/Unit_FirebaseHostingApp.js.map +0 -1
- package/v3/units/index.js.map +0 -1
|
@@ -3,7 +3,7 @@ import { UnitPhaseImplementor } from './types.js';
|
|
|
3
3
|
import { Phase } from '../phase/index.js';
|
|
4
4
|
import { ProjectUnit } from '../units/index.js';
|
|
5
5
|
export declare const BaiParam_Help: BaseCliParam<'help', boolean>;
|
|
6
|
-
declare const AllBaiParams_Help: (BaseCliParam<"allUnits", boolean> | BaseCliParam<"dependencyTree", boolean> | BaseCliParam<"
|
|
6
|
+
declare const AllBaiParams_Help: (BaseCliParam<"allUnits", boolean> | BaseCliParam<"dependencyTree", boolean> | BaseCliParam<"continue", boolean> | BaseCliParam<"environment", string> | BaseCliParam<"install", boolean> | BaseCliParam<"clean", boolean> | BaseCliParam<"purge", boolean> | BaseCliParam<"generate", boolean> | BaseCliParam<"generateDocs", boolean> | BaseCliParam<"noBuild", boolean> | BaseCliParam<"prepare", boolean> | BaseCliParam<"dryRun", boolean> | BaseCliParam<"lint", boolean> | BaseCliParam<"watch", boolean> | BaseCliParam<"watchBuildTree", boolean> | BaseCliParam<"test", boolean> | BaseCliParam<"testType", string[]> | BaseCliParam<"testFiles", string[]> | BaseCliParam<"testCases", string[]> | BaseCliParam<"testDebugPort", number> | BaseCliParam<"launch", boolean> | BaseCliParam<"debugBackend", boolean> | BaseCliParam<"deploy", boolean> | BaseCliParam<"debug", boolean> | BaseCliParam<"debugLifecycle", boolean> | BaseCliParam<"verbose", boolean> | BaseCliParam<"publish", "patch" | "minor" | "major"> | BaseCliParam<"usePackage", string[]> | BaseCliParam<"includePackage", string[]> | BaseCliParam<"toESM", boolean> | BaseCliParam<"simulation", boolean> | BaseCliParam<"checkCyclicImports", boolean> | BaseCliParam<"help", boolean>)[];
|
|
7
7
|
export type Help_BaiParams = CliParams<typeof AllBaiParams_Help>;
|
|
8
8
|
export type Phase_Help = typeof phase_Help;
|
|
9
9
|
export declare const phaseKey_Help = "help";
|
package/v3/core/types.js
CHANGED
package/v3/phase/consts.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const phase_CheckCyclicImports: Phase<'checkCyclicImports'>;
|
|
|
8
8
|
export type Phase_ToESM = typeof phase_ToESM;
|
|
9
9
|
export declare const phaseKey_ToESM = "convertToESM";
|
|
10
10
|
export declare const phase_ToESM: Phase<'convertToESM'>;
|
|
11
|
+
export declare const phases_Terminating: Phase<string>[][];
|
|
11
12
|
export type Phase_Purge = typeof phase_Purge;
|
|
12
13
|
export declare const phaseKey_Purge = "purge";
|
|
13
14
|
export declare const phase_Purge: Phase<'purge'>;
|
package/v3/phase/consts.js
CHANGED
|
@@ -21,6 +21,10 @@ export const phase_ToESM = {
|
|
|
21
21
|
method: 'convertToESM',
|
|
22
22
|
filter: (baiParams) => baiParams.toESM,
|
|
23
23
|
};
|
|
24
|
+
export const phases_Terminating = [
|
|
25
|
+
[phase_PrintDependencyTree],
|
|
26
|
+
[phase_CheckCyclicImports],
|
|
27
|
+
];
|
|
24
28
|
export const phaseKey_Purge = 'purge';
|
|
25
29
|
export const phase_Purge = {
|
|
26
30
|
key: phaseKey_Purge,
|
|
@@ -125,4 +129,3 @@ export const phase_Deploy = {
|
|
|
125
129
|
filter: (baiParams) => !!baiParams.deploy,
|
|
126
130
|
};
|
|
127
131
|
export const phases_Deploy = [[phase_Publish, phase_Deploy], [phase_PostPublish]];
|
|
128
|
-
//# sourceMappingURL=consts.js.map
|
package/v3/phase/index.js
CHANGED
package/v3/phase/types.js
CHANGED
package/v3/units/BaseUnit.js
CHANGED
package/v3/units/ProjectUnit.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as fs from 'fs';
|
|
2
2
|
import { copyFileSync, existsSync, promises as _fs, readdirSync, statSync } from 'fs';
|
|
3
|
-
import { __stringify, arrayToMap, BadImplementationException,
|
|
3
|
+
import { __stringify, arrayToMap, BadImplementationException, ImplementationMissingException, LogLevel, NotImplementedYetException } from '@nu-art/ts-common';
|
|
4
4
|
import { CONST_BaiConfig, CONST_FirebaseJSON, CONST_FirebaseRC, CONST_NodeModules, CONST_PackageJSON, CONST_PackageJSONTemplate, CONST_TS_CONFIG } from '../../core/consts.js';
|
|
5
5
|
import { CommandoException } from '@nu-art/commando/shell/core/CliError';
|
|
6
6
|
import { Commando_NVM } from '@nu-art/commando/shell/plugins/nvm';
|
|
@@ -259,15 +259,18 @@ export class Unit_TypescriptLib extends Unit_PackageJson {
|
|
|
259
259
|
}
|
|
260
260
|
async checkCyclicImports() {
|
|
261
261
|
this.logDebug(`Checking Cyclic Imports - ${this.config.label}`);
|
|
262
|
+
const pathToMain = pathResolve(this.config.fullPath, './src/main');
|
|
263
|
+
const pathToTsConfig = pathResolve(pathToMain, './tsconfig.json');
|
|
262
264
|
await this.allocateCommando(Commando_Basic)
|
|
263
265
|
.cd(this.config.fullPath)
|
|
264
266
|
// .setStdErrorValidator(stderr => {
|
|
265
267
|
// return !stderr.includes('Finding files') && !stderr.includes('Image created');
|
|
266
268
|
// })
|
|
267
|
-
.append(`npx madge --no-spinner --image "./imports-${this.config.key}.svg" --circular ${
|
|
269
|
+
.append(`npx madge --no-spinner --ts-config ${pathToTsConfig} --image "./imports-${this.config.key}.svg" --extensions ts,tsx,mts,js,mjs --circular ${pathToMain} `)
|
|
268
270
|
.append('echo $?')
|
|
269
271
|
.execute();
|
|
270
272
|
}
|
|
273
|
+
// npx madge --circular --ts-config ./tsconfig.json --extensions ts,tsx,mts,js,mjs ./src/main
|
|
271
274
|
async lint() {
|
|
272
275
|
// need to move the copy of the default eslint rules to here
|
|
273
276
|
const pathToLint = pathResolve(this.config.fullPath, `src/main`);
|
|
@@ -383,55 +386,88 @@ export class Unit_TypescriptLib extends Unit_PackageJson {
|
|
|
383
386
|
const specificFiles = [CONST_PackageJSONTemplate];
|
|
384
387
|
const fileExtensions = ['.ts', '.tsx', '.mts', '.js', '.jsx', '.mjs'];
|
|
385
388
|
const units = arrayToMap(this.runtimeContext.childUnits, unit => unit.config.key);
|
|
386
|
-
const toESM = async (pathTofile,
|
|
387
|
-
|
|
388
|
-
if (
|
|
389
|
-
return
|
|
389
|
+
const toESM = async (pathTofile, originImportPath) => {
|
|
390
|
+
originImportPath = originImportPath.replace(/\/+/g, '/');
|
|
391
|
+
if (originImportPath.endsWith('.js'))
|
|
392
|
+
return originImportPath;
|
|
393
|
+
if (originImportPath.endsWith('.json'))
|
|
394
|
+
return originImportPath;
|
|
390
395
|
for (const extension of fileExtensions) {
|
|
391
|
-
if (!
|
|
396
|
+
if (!originImportPath.endsWith(extension))
|
|
392
397
|
continue;
|
|
393
|
-
|
|
398
|
+
originImportPath = originImportPath.replace(extension, '');
|
|
394
399
|
break;
|
|
395
400
|
}
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
initialPath = `${unit.config.fullPath}/src/main`;
|
|
409
|
-
relativePathToFile = relativePathParts.join('/');
|
|
410
|
-
}
|
|
401
|
+
// this can be ./path/to/folder => ./path/to/folder/index.js
|
|
402
|
+
// this can be ./path/to/file => ./path/to/file.js
|
|
403
|
+
if (originImportPath.startsWith('.') || originImportPath.startsWith('/')) {
|
|
404
|
+
const initialPath = path.dirname(pathTofile);
|
|
405
|
+
let relativePathToFile = originImportPath;
|
|
406
|
+
const fullPath = path.resolve(initialPath, relativePathToFile);
|
|
407
|
+
if (await FileSystemUtils.exists(fullPath) && await FileSystemUtils.folder.isFolder(fullPath))
|
|
408
|
+
relativePathToFile = `${relativePathToFile}/index`;
|
|
409
|
+
// either way we need to add a .js
|
|
410
|
+
relativePathToFile += '.js';
|
|
411
|
+
relativePathToFile = relativePathToFile.replace(/\/+/g, '/');
|
|
412
|
+
return relativePathToFile;
|
|
411
413
|
}
|
|
412
|
-
|
|
414
|
+
const resolveImportPathFromUnit = async (packageName, relativePathToFile) => {
|
|
415
|
+
const unit = units[packageName];
|
|
416
|
+
if (!unit)
|
|
417
|
+
return;
|
|
418
|
+
let initialPath = `${unit.config.fullPath}/src/main`;
|
|
419
|
+
const fullPath = path.resolve(initialPath, relativePathToFile);
|
|
420
|
+
if (await FileSystemUtils.exists(fullPath) && await FileSystemUtils.folder.isFolder(fullPath))
|
|
421
|
+
relativePathToFile = `${relativePathToFile}/index`;
|
|
422
|
+
const importPath = `${packageName}/${relativePathToFile}`.replace(/\/+/g, '/');
|
|
423
|
+
if (importPath === `${packageName}/index`)
|
|
424
|
+
return `${packageName}`;
|
|
413
425
|
return importPath;
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
426
|
+
};
|
|
427
|
+
// this can be {{libName}}/path/to/file => {{libName}}/path/to/file
|
|
428
|
+
let [libName1, ...rest1] = originImportPath.split('/');
|
|
429
|
+
let esmImportPath = await resolveImportPathFromUnit(libName1, rest1.join('/'));
|
|
430
|
+
if (esmImportPath)
|
|
431
|
+
return esmImportPath;
|
|
432
|
+
let [libOrg, libName2, ...rest2] = originImportPath.split('/');
|
|
433
|
+
esmImportPath = await resolveImportPathFromUnit(`${libOrg}/${libName2}`, rest2.join('/'));
|
|
434
|
+
if (esmImportPath)
|
|
435
|
+
return esmImportPath;
|
|
436
|
+
return originImportPath;
|
|
421
437
|
};
|
|
422
438
|
const importMatchers = [
|
|
423
439
|
{
|
|
424
|
-
regex: /from\s+
|
|
440
|
+
regex: /from\s+"(\S+)?"/g,
|
|
425
441
|
replacer: async (pathTofile, importPath) => `from "${await toESM(pathTofile, importPath)}"`
|
|
426
442
|
},
|
|
427
443
|
{
|
|
428
|
-
regex: /
|
|
429
|
-
replacer: async (pathTofile, importPath) => `
|
|
444
|
+
regex: /from\s+'(\S+)?'/g,
|
|
445
|
+
replacer: async (pathTofile, importPath) => `from '${await toESM(pathTofile, importPath)}'`
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
regex: /\srequire\((\S+)?\)/g,
|
|
449
|
+
replacer: async (pathTofile, importPath) => ` await import("${await toESM(pathTofile, importPath)}")`
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
regex: /\srequire\((\S+)?\)/g,
|
|
453
|
+
replacer: async (pathTofile, importPath) => ` await import('${await toESM(pathTofile, importPath)}')`
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
regex: /\srequire\(\s*"(\S+)?"\s*\)/g,
|
|
457
|
+
replacer: async (pathTofile, importPath) => ` await import("${await toESM(pathTofile, importPath)}")`
|
|
430
458
|
},
|
|
431
459
|
{
|
|
432
|
-
regex:
|
|
460
|
+
regex: /\srequire\(\s*'(\S+)?'\s*\)/g,
|
|
461
|
+
replacer: async (pathTofile, importPath) => ` await import('${await toESM(pathTofile, importPath)}')`
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
regex: /import\(\s*"(\S+)?"\s*\)/g,
|
|
433
465
|
replacer: async (pathTofile, importPath) => `import("${await toESM(pathTofile, importPath)}")`
|
|
434
466
|
},
|
|
467
|
+
{
|
|
468
|
+
regex: /import\(\s*'(\S+)?'\s*\)/g,
|
|
469
|
+
replacer: async (pathTofile, importPath) => `import('${await toESM(pathTofile, importPath)}')`
|
|
470
|
+
},
|
|
435
471
|
];
|
|
436
472
|
const updateImports = async (pathToEntry) => {
|
|
437
473
|
let content = await FileSystemUtils.file.read(pathToEntry);
|
|
@@ -499,4 +535,3 @@ export class Unit_TypescriptLib extends Unit_PackageJson {
|
|
|
499
535
|
}
|
|
500
536
|
;
|
|
501
537
|
}
|
|
502
|
-
//# sourceMappingURL=Unit_TypescriptLib.js.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Unit_TypescriptLib, Unit_TypescriptLib_Config } from '../index.js';
|
|
2
1
|
import { UnitPhaseImplementor } from '../../core/types.js';
|
|
3
2
|
import { FirebasePackageConfig } from '../../../core/types/index.js';
|
|
3
|
+
import { StringMap } from '@nu-art/ts-common';
|
|
4
4
|
import { Phase_Deploy, Phase_Launch } from '../../phase/index.js';
|
|
5
|
+
import { Unit_TypescriptLib, Unit_TypescriptLib_Config } from '../Unit_TypescriptLib.js';
|
|
5
6
|
export declare const firebaseFunctionEmulator_ErrorStrings: string[];
|
|
6
7
|
export declare const firebaseFunctionEmulator_WarningStrings: string[];
|
|
7
8
|
type EnvConfig = {
|
|
@@ -23,6 +24,7 @@ export type Unit_FirebaseFunctionsApp_Config = Unit_TypescriptLib_Config & {
|
|
|
23
24
|
sources?: string[];
|
|
24
25
|
};
|
|
25
26
|
export declare class Unit_FirebaseFunctionsApp<C extends Unit_FirebaseFunctionsApp_Config = Unit_FirebaseFunctionsApp_Config> extends Unit_TypescriptLib<C> implements UnitPhaseImplementor<[Phase_Launch, Phase_Deploy]> {
|
|
27
|
+
functions: StringMap;
|
|
26
28
|
static staggerCount: number;
|
|
27
29
|
static DefaultConfig_FirebaseFunction: {
|
|
28
30
|
pathToFirebaseConfig: string;
|
|
@@ -48,11 +50,12 @@ export declare class Unit_FirebaseFunctionsApp<C extends Unit_FirebaseFunctionsA
|
|
|
48
50
|
private getEnvConfig;
|
|
49
51
|
private resolveFunctionsRC;
|
|
50
52
|
private resolveProxyFile;
|
|
53
|
+
private pathToProxy;
|
|
51
54
|
private resolveConfigDir;
|
|
52
55
|
private resolveFunctionsJSON;
|
|
53
56
|
private resolveFunctionsRuntimeConfig;
|
|
54
57
|
private createAppVersionFile;
|
|
55
|
-
protected deriveDistDependencies():
|
|
58
|
+
protected deriveDistDependencies(): StringMap;
|
|
56
59
|
private createDependenciesDir;
|
|
57
60
|
private runProxy;
|
|
58
61
|
private runEmulator;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CONST_FirebaseJSON, CONST_FirebaseRC, CONST_PackageJSON } from '../../../core/consts.js';
|
|
1
|
+
import { CONST_FirebaseJSON, CONST_FirebaseRC, CONST_NodeModules, CONST_PackageJSON } from '../../../core/consts.js';
|
|
3
2
|
import { promises as _fs } from 'fs';
|
|
4
3
|
import { __stringify, _logger_logPrefixes, deepClone, ImplementationMissingException, LogLevel, reduceObject, Second, sleep } from '@nu-art/ts-common';
|
|
5
4
|
import { Const_FirebaseConfigKeys, Const_FirebaseDefaultsKeyToFile } from '../../../defaults/consts.js';
|
|
6
5
|
import { Commando_NVM } from '@nu-art/commando/shell/plugins/nvm';
|
|
7
6
|
import { resolve } from 'path';
|
|
8
7
|
import { DEFAULT_OLD_TEMPLATE_PATTERN, FileSystemUtils } from '@nu-art/ts-common/utils/FileSystemUtils';
|
|
8
|
+
import { Unit_TypescriptLib } from '../Unit_TypescriptLib.js';
|
|
9
|
+
import { CommandoException } from '@nu-art/commando/shell/core/CliError';
|
|
10
|
+
import { deployLogFilter } from './common.js';
|
|
9
11
|
export const firebaseFunctionEmulator_ErrorStrings = [
|
|
10
12
|
'functions: Failed',
|
|
11
13
|
];
|
|
@@ -14,6 +16,7 @@ export const firebaseFunctionEmulator_WarningStrings = [
|
|
|
14
16
|
];
|
|
15
17
|
// const CONST_VersionApp = 'version-app.json';
|
|
16
18
|
export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
19
|
+
functions = {};
|
|
17
20
|
static staggerCount = 0;
|
|
18
21
|
static DefaultConfig_FirebaseFunction = {
|
|
19
22
|
pathToFirebaseConfig: '.firebase_config',
|
|
@@ -59,6 +62,7 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
59
62
|
return await FileSystemUtils.folder.delete(path);
|
|
60
63
|
});
|
|
61
64
|
await FileSystemUtils.folder.create(resolve(this.config.fullPath, this.config.pathToEmulatorData));
|
|
65
|
+
await FileSystemUtils.file.delete(this.pathToProxy());
|
|
62
66
|
await this.resolveConfigs();
|
|
63
67
|
}
|
|
64
68
|
async resolveConfigs() {
|
|
@@ -89,8 +93,18 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
89
93
|
.ls()
|
|
90
94
|
.cat('package.json')
|
|
91
95
|
.cat('index.js')
|
|
92
|
-
.cd(this.config.fullPath)
|
|
93
|
-
|
|
96
|
+
.cd(this.config.fullPath)
|
|
97
|
+
.setLogLevelFilter(deployLogFilter)
|
|
98
|
+
// example: Function URL (hello(us-central1)): https://hello-kv65k7yylq-uc.a.run.app
|
|
99
|
+
.onLog(/.*Function URL.*?\((.*?)\(.*(https:\/\/.*?)$/, match => {
|
|
100
|
+
this.functions[match[1]] = match[2];
|
|
101
|
+
});
|
|
102
|
+
const debug = this.runtimeContext.runtimeParams.verbose ? ' --debug' : '';
|
|
103
|
+
await this.executeAsyncCommando(commando, `firebase${debug} deploy --only functions --force`, (stdout, stderr, exitCode) => {
|
|
104
|
+
if (exitCode !== 0)
|
|
105
|
+
throw new CommandoException('Failed to deploy function', stdout, stderr, exitCode);
|
|
106
|
+
});
|
|
107
|
+
this.logInfo(`Functions: `, this.functions);
|
|
94
108
|
}
|
|
95
109
|
//######################### ResolveConfig Logic #########################
|
|
96
110
|
getEnvConfig() {
|
|
@@ -118,7 +132,7 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
118
132
|
}
|
|
119
133
|
async resolveProxyFile() {
|
|
120
134
|
const envConfig = this.getEnvConfig();
|
|
121
|
-
const targetPath =
|
|
135
|
+
const targetPath = this.pathToProxy();
|
|
122
136
|
const path = this.runtimeContext.baiConfig.files?.backend?.proxy;
|
|
123
137
|
if (!path)
|
|
124
138
|
return;
|
|
@@ -131,15 +145,13 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
131
145
|
};
|
|
132
146
|
await FileSystemUtils.file.template.copy(path, targetPath, params);
|
|
133
147
|
}
|
|
148
|
+
pathToProxy() {
|
|
149
|
+
return resolve(this.config.fullPath, 'src/main/proxy.ts');
|
|
150
|
+
}
|
|
134
151
|
async resolveConfigDir() {
|
|
135
152
|
//Create the dir if it doesn't exist
|
|
136
153
|
const pathToFirebaseConfigFolder = `${this.config.fullPath}/${this.config.pathToFirebaseConfig}`;
|
|
137
|
-
|
|
138
|
-
await _fs.access(pathToFirebaseConfigFolder);
|
|
139
|
-
}
|
|
140
|
-
catch (e) {
|
|
141
|
-
await _fs.mkdir(pathToFirebaseConfigFolder, { recursive: true });
|
|
142
|
-
}
|
|
154
|
+
await FileSystemUtils.folder.create(pathToFirebaseConfigFolder);
|
|
143
155
|
//Fill config dir with relevant files for each file that doesn't exist
|
|
144
156
|
const defaultFiles = this.runtimeContext.baiConfig.files?.firebase;
|
|
145
157
|
if (!defaultFiles) {
|
|
@@ -148,11 +160,10 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
148
160
|
}
|
|
149
161
|
await Promise.all(Const_FirebaseConfigKeys.map(async (firebaseConfigKey) => {
|
|
150
162
|
const pathToConfigFile = `${pathToFirebaseConfigFolder}/${Const_FirebaseDefaultsKeyToFile[firebaseConfigKey]}`;
|
|
151
|
-
|
|
152
|
-
if (!path)
|
|
163
|
+
if (!defaultFiles[firebaseConfigKey])
|
|
153
164
|
return;
|
|
154
|
-
const
|
|
155
|
-
await
|
|
165
|
+
const path = resolve(this.runtimeContext.parentUnit.config.fullPath, defaultFiles[firebaseConfigKey]);
|
|
166
|
+
await FileSystemUtils.file.copy(path, pathToConfigFile);
|
|
156
167
|
}));
|
|
157
168
|
}
|
|
158
169
|
async resolveFunctionsJSON() {
|
|
@@ -205,6 +216,7 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
205
216
|
functions: {
|
|
206
217
|
source: this.config.output.replace(`${this.config.fullPath}/`, ''),
|
|
207
218
|
ignore: this.config.ignore,
|
|
219
|
+
runtime: 'nodejs22',
|
|
208
220
|
}
|
|
209
221
|
};
|
|
210
222
|
}
|
|
@@ -259,7 +271,8 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
259
271
|
await this.resolveProxyFile();
|
|
260
272
|
const commando = this.allocateCommando(Commando_NVM).applyNVM()
|
|
261
273
|
.cd(this.config.fullPath);
|
|
262
|
-
|
|
274
|
+
const command = `${this.runtimeContext.parentUnit.config.fullPath}/${CONST_NodeModules}/.bin/tsx`;
|
|
275
|
+
await this.executeAsyncCommando(commando, `${command} src/main/proxy.ts`);
|
|
263
276
|
this.logWarning('PROXY TERMINATED');
|
|
264
277
|
}
|
|
265
278
|
async runEmulator() {
|
|
@@ -278,4 +291,3 @@ export class Unit_FirebaseFunctionsApp extends Unit_TypescriptLib {
|
|
|
278
291
|
this.logWarning('EMULATORS TERMINATED');
|
|
279
292
|
}
|
|
280
293
|
}
|
|
281
|
-
//# sourceMappingURL=Unit_FirebaseFunctionsApp.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Unit_TypescriptLib, Unit_TypescriptLib_Config } from '../index.js';
|
|
2
1
|
import { FirebasePackageConfig } from '../../../core/types/index.js';
|
|
3
2
|
import { UnitPhaseImplementor } from '../../core/types.js';
|
|
4
|
-
import { TS_Object, TypedMap } from '@nu-art/ts-common';
|
|
3
|
+
import { StringMap, TS_Object, TypedMap } from '@nu-art/ts-common';
|
|
5
4
|
import { UnitConfigJSON_Node } from '../../UnitsMapper/resolvers/UnitMapper_Node.js';
|
|
6
5
|
import { Phase_Deploy, Phase_Launch } from '../../phase/index.js';
|
|
6
|
+
import { Unit_TypescriptLib, Unit_TypescriptLib_Config } from '../Unit_TypescriptLib.js';
|
|
7
7
|
export type FirebaseHostingConfig = {
|
|
8
8
|
public: string;
|
|
9
9
|
rewrites: {
|
|
@@ -29,6 +29,7 @@ export type Unit_FirebaseHostingApp_Config = Unit_TypescriptLib_Config & {
|
|
|
29
29
|
sources?: string[];
|
|
30
30
|
};
|
|
31
31
|
export declare class Unit_FirebaseHostingApp<C extends Unit_FirebaseHostingApp_Config = Unit_FirebaseHostingApp_Config> extends Unit_TypescriptLib<C> implements UnitPhaseImplementor<[Phase_Launch, Phase_Deploy]> {
|
|
32
|
+
hosting: StringMap;
|
|
32
33
|
static DefaultConfig_FirebaseHosting: {
|
|
33
34
|
servingPort: number;
|
|
34
35
|
output: string;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import { Unit_TypescriptLib } from '../index.js';
|
|
2
1
|
import { ImplementationMissingException, LogLevel } from '@nu-art/ts-common';
|
|
3
2
|
import { promises as _fs } from 'fs';
|
|
4
3
|
import { CONST_FirebaseJSON, CONST_FirebaseRC } from '../../../core/consts.js';
|
|
5
4
|
import { Commando_NVM } from '@nu-art/commando/shell/plugins/nvm';
|
|
6
5
|
import { Commando_Basic } from '@nu-art/commando/shell/plugins/basic';
|
|
7
6
|
import { resolve } from 'path';
|
|
7
|
+
import { Unit_TypescriptLib } from '../Unit_TypescriptLib.js';
|
|
8
|
+
import { CommandoException } from '@nu-art/commando/shell/core/CliError';
|
|
9
|
+
import { deployLogFilter } from './common.js';
|
|
8
10
|
const CONST_VersionApp = 'version-app.json';
|
|
9
11
|
export class Unit_FirebaseHostingApp extends Unit_TypescriptLib {
|
|
12
|
+
hosting = {};
|
|
10
13
|
static DefaultConfig_FirebaseHosting = {
|
|
11
14
|
servingPort: 8100,
|
|
12
15
|
output: 'dist',
|
|
@@ -38,8 +41,14 @@ export class Unit_FirebaseHostingApp extends Unit_TypescriptLib {
|
|
|
38
41
|
}
|
|
39
42
|
async deploy() {
|
|
40
43
|
const commando = this.allocateCommando(Commando_NVM).applyNVM()
|
|
41
|
-
.cd(this.config.fullPath)
|
|
42
|
-
|
|
44
|
+
.cd(this.config.fullPath)
|
|
45
|
+
.setLogLevelFilter(deployLogFilter)
|
|
46
|
+
// example: Function URL (hello(us-central1)): https://hello-kv65k7yylq-uc.a.run.app
|
|
47
|
+
.onLog(/.*Hosting URL.*(https:\/\/.*?)$/, match => {
|
|
48
|
+
this.hosting[match[1]] = match[2];
|
|
49
|
+
});
|
|
50
|
+
const debug = this.runtimeContext.runtimeParams.verbose ? ' --debug' : '';
|
|
51
|
+
await this.executeAsyncCommando(commando, `firebase${debug} deploy --only hosting`);
|
|
43
52
|
}
|
|
44
53
|
//######################### ResolveConfig Logic #########################
|
|
45
54
|
getEnvConfig() {
|
|
@@ -74,7 +83,10 @@ export class Unit_FirebaseHostingApp extends Unit_TypescriptLib {
|
|
|
74
83
|
async compileImpl() {
|
|
75
84
|
const commando = this.allocateCommando(Commando_NVM, Commando_Basic).applyNVM()
|
|
76
85
|
.cd(this.config.fullPath);
|
|
77
|
-
await this.executeAsyncCommando(commando, `ENV=${this.runtimeContext.runtimeParams.environment} npm run build
|
|
86
|
+
await this.executeAsyncCommando(commando, `ENV=${this.runtimeContext.runtimeParams.environment} npm run build`, (stdout, stderr, exitCode) => {
|
|
87
|
+
if (exitCode > 0)
|
|
88
|
+
throw new CommandoException(`Error compiling`, stdout, stderr, exitCode);
|
|
89
|
+
});
|
|
78
90
|
}
|
|
79
91
|
async createAppVersionFile() {
|
|
80
92
|
//Writing the file to the package source instead of the output is fine,
|
|
@@ -97,4 +109,3 @@ export class Unit_FirebaseHostingApp extends Unit_TypescriptLib {
|
|
|
97
109
|
this.logWarning('HOSTING TERMINATED');
|
|
98
110
|
}
|
|
99
111
|
}
|
|
100
|
-
//# sourceMappingURL=Unit_FirebaseHostingApp.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LogLevel } from '@nu-art/ts-common';
|
|
2
|
+
const warn = ['missing required API'];
|
|
3
|
+
const info = ['=== Deploying', 'functions: Successfully deployed function'];
|
|
4
|
+
const infoStartsWith = ['✔ ', 'i '];
|
|
5
|
+
export const deployLogFilter = (log, std) => {
|
|
6
|
+
if (log.startsWith('⚠ ') || warn.find(str => log.includes(str)))
|
|
7
|
+
return LogLevel.Warning;
|
|
8
|
+
if (infoStartsWith.find(str => log.startsWith(str)) || info.find(str => log.includes(str)))
|
|
9
|
+
return LogLevel.Info;
|
|
10
|
+
if (log.includes('Error:'))
|
|
11
|
+
return LogLevel.Error;
|
|
12
|
+
return LogLevel.Debug;
|
|
13
|
+
};
|
package/v3/units/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-and-install-v3.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["build-and-install-v3.ts"],"names":[],"mappings":"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"}
|
package/build-and-install.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-and-install.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["build-and-install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,2BAA2B,CAAC;AAE1D,CAAC,KAAK,IAAI,EAAE;IACX,MAAM,eAAe,GAAG,IAAI,eAAe,EAAE,CAAC;IAC9C,MAAM,eAAe,CAAC,KAAK,EAAE,CAAC;IAC9B,MAAM,eAAe,CAAC,GAAG,EAAE,CAAC;AAC7B,CAAC,CAAC,EAAE;KACF,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;KACpB,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAE9B,aAAa;AACb,iBAAiB;AACjB,MAAM;AACN,mBAAmB;AACnB,iCAAiC;AACjC,8CAA8C;AAC9C,6BAA6B;AAC7B,QAAQ;AACR,OAAO"}
|
package/core/consts.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"consts.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/consts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,qCAAqC,CAAC;AAI3D,MAAM,CAAC,MAAM,yBAAyB,GAAG,gBAAgB,CAAC;AAC1D,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAChD,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAChD,MAAM,CAAC,MAAM,eAAe,GAAG,iBAAiB,CAAC;AACjD,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC;AAC9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;AAClD,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;AAC/C,MAAM,CAAC,MAAM,oBAAoB,GAAG,qBAAqB,CAAC;AAC1D,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAgB,CAAC;AAEhD,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,MAAM,CAAuB,cAAc,EAAE,IAAI,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PhaseAggregatedException.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/exceptions/PhaseAggregatedException.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAGlD,MAAM,OAAO,wBACZ,SAAQ,eAAe;IAEvB,YAAY,MAAe,EAAE,IAAmB;QAC/C,KAAK,CAAC,wBAAwB,EAAE,kDAAkD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC1G,aAAa;QACb,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC;IACrB,CAAC;CACD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"consts.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/package/consts.ts"],"names":[],"mappings":"AAKA,MAAM,aAAa,GAAG,OAAgB,CAAC;AACvC,MAAM,WAAW,GAAG,KAAc,CAAC;AACnC,MAAM,eAAe,GAAG,SAAkB,CAAC;AAC3C,MAAM,YAAY,GAAG,MAAe,CAAC;AAErC,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAClC,aAAa;IACb,WAAW;IACX,eAAe;IACf,YAAY;CACZ,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,KAAK;IACL,SAAS;IACT,WAAW;IACX,WAAW;IACX,cAAc;IACd,mBAAmB;IACnB,kBAAkB;IAClB,kBAAkB;IAClB,cAAc;IACd,oBAAoB;IACpB,qBAAqB;IACrB,oBAAoB;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACpC,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE;QACT;YACC,MAAM,EAAE,IAAI;YACZ,WAAW,EAAE,aAAa;SAC1B;KACD;CACD,CAAC;AAQF,MAAM,CAAC,MAAM,6BAA6B,GAAiB;IAC1D,oBAAoB,EAAE,kBAAkB;IACxC,SAAS,EAAE;QACV,MAAM,EAAE,4BAA4B;KACpC;IACD,OAAO,EAAE,qBAAqB;CAC9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"params.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/params/params.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"firebasejson.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/configs/firebasejson.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"firebaserc.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/configs/firebaserc.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/configs/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-json.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/configs/package-json.ts"],"names":[],"mappings":""}
|
package/core/types/core.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"core.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/core.ts"],"names":[],"mappings":""}
|
package/core/types/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/package/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/package/package.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG,WAAoB,CAAC;AACzD,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAsB,CAAC;AAC7D,MAAM,CAAC,MAAM,8BAA8B,GAAG,sBAA+B,CAAC;AAC9E,MAAM,CAAC,MAAM,yCAAyC,GAAG,cAAuB,CAAC;AACjF,MAAM,CAAC,MAAM,gCAAgC,GAAG,wBAAiC,CAAC;AAClF,MAAM,CAAC,MAAM,sBAAsB,GAAG,YAAqB,CAAC;AAC5D,MAAM,CAAC,MAAM,kBAAkB,GAAG,QAAiB,CAAC;AACpD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,oBAAoB;IAClC,sBAAsB;IACtB,8BAA8B;IAC9B,gCAAgC;IAChC,sBAAsB;IACtB,kBAAkB,CAAU,CAAC;AAC5C,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,oBAAoB,EAAE,sBAAsB,EAAE,8BAA8B,EAAE,gCAAgC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-package.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/package/runtime-package.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"project-config.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["core/types/project-config.ts"],"names":[],"mappings":""}
|
package/defaults/consts.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"consts.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["defaults/consts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,UAAU,CAAC;AACvC,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAElC,iDAAiD;AACjD,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEtC,MAAM,oBAAoB,GAAG,GAAG,SAAS,mBAAmB,CAAC;AAC7D,MAAM,kBAAkB,GAAG,GAAG,SAAS,gBAAgB,CAAC;AAExD,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACvC,eAAe;IACf,uBAAuB;IACvB,gBAAgB;IAChB,cAAc;CACL,CAAC;AASX,MAAM,CAAC,MAAM,+BAA+B,GAA+D;IAC1G,aAAa,EAAE,qBAAqB;IACpC,qBAAqB,EAAE,wBAAwB;IAC/C,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAoC;IAC7D,cAAc,EAAE;QACf,aAAa,EAAE,GAAG,oBAAoB,sBAAsB;QAC5D,qBAAqB,EAAE,GAAG,oBAAoB,yBAAyB;QACvE,cAAc,EAAE,GAAG,oBAAoB,kBAAkB;QACzD,YAAY,EAAE,GAAG,oBAAoB,gBAAgB;KACrD;IACD,OAAO,EAAE;QACR,KAAK,EAAE,GAAG,kBAAkB,YAAY;KACxC;CACD,CAAC;AAEF,MAAM,kBAAkB,GAAG,UAAU,CAAC;AACtC,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAClC,MAAM,EAAE,kBAAkB;IAC1B,UAAU,EAAE,GAAG,kBAAkB,OAAO;IACxC,aAAa,EAAE,GAAG,kBAAkB,sBAAsB;CAC1D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PhaseRunnerDispatcher.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["old/PhaseRunnerDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAInF,MAAM,OAAO,qBAAqB;IAKhB,MAAM,CAAI;IAE3B,YAAY,MAAS;QACpB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACtB,CAAC;IAEO,SAAS,GAAQ,EAAE,CAAC;IAE5B,qEAAqE;IAE9D,WAAW,CAAC,QAAa;QAC/B,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC;YACpC,OAAO;QAER,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC/B,CAAC;IAEM,cAAc,CAAC,QAAa;QAClC,mBAAmB,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IAC/C,CAAC;IAEM,QAAQ,CAAC,GAAG,IAAO;QACzB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;YACjC,aAAa;YACb,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC;QAClC,CAAC,CAAC,CAAC;IACJ,CAAC;IAEM,KAAK,CAAC,aAAa,CAAC,GAAG,IAAO;QACpC,MAAM,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,EAAC,QAAQ,EAAC,EAAE;YACrD,aAAa;YACb,OAAO,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC;QACzC,CAAC,CAAC,CAAC,CAAC;IACL,CAAC;CACD;AAMD,MAAM,CAAC,MAAM,sBAAsB,GAAG,IAAI,qBAAqB,CAA4B,iBAAiB,CAAC,CAAC;AAM9G,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,qBAAqB,CAAiC,sBAAsB,CAAC,CAAC;AAM7H,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,qBAAqB,CAA4B,iBAAiB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runner-dispatchers.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/build-and-install/src/main/","sources":["old/runner-dispatchers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,4BAA4B,CAAC;AAOjE,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,qBAAqB,CAAe,gBAAgB,CAAC,CAAC;AAM/F,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,qBAAqB,CAAsB,uBAAuB,CAAC,CAAC"}
|