@serverless-devs/s 2.0.97-beta.2 → 2.0.97-beta.9

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.
Files changed (86) hide show
  1. package/Makefile +23 -0
  2. package/lib/clean/index.js +33 -31
  3. package/lib/cli/cli-manager.js +10 -10
  4. package/lib/cli/index.js +52 -52
  5. package/lib/component/index.js +49 -144
  6. package/lib/config/add/index.js +40 -38
  7. package/lib/config/delete/index.js +47 -47
  8. package/lib/config/get/index.js +39 -37
  9. package/lib/config/index.js +34 -32
  10. package/lib/core/command/command-manager.js +8 -7
  11. package/lib/core/component/hook.js +4 -4
  12. package/lib/core/component/index.js +9 -9
  13. package/lib/error/human-error.js +5 -5
  14. package/lib/error/human-warning.js +4 -4
  15. package/lib/error/index.js +35 -34
  16. package/lib/index.js +106 -135
  17. package/lib/init/index.js +90 -103
  18. package/lib/init/init-manager.js +66 -19
  19. package/lib/onboarding/index.js +5 -5
  20. package/lib/set/analysis/index.js +36 -34
  21. package/lib/set/index.js +34 -32
  22. package/lib/set/locale/index.js +50 -50
  23. package/lib/set/registry/index.js +49 -49
  24. package/lib/set/workspace/index.js +37 -35
  25. package/lib/specification/parse.js +10 -10
  26. package/lib/update-notifier/index.js +19 -19
  27. package/lib/utils/command-util.js +74 -57
  28. package/lib/utils/common.js +61 -13
  29. package/lib/utils/index.js +3 -3
  30. package/package.json +5 -4
  31. package/.eslintrc.json +0 -112
  32. package/.prettierrc.json +0 -11
  33. package/lib/clean/index.d.ts +0 -1
  34. package/lib/cli/cli-manager.d.ts +0 -13
  35. package/lib/cli/index.d.ts +0 -2
  36. package/lib/component/index.d.ts +0 -1
  37. package/lib/config/add/index.d.ts +0 -1
  38. package/lib/config/common/common.d.ts +0 -46
  39. package/lib/config/delete/index.d.ts +0 -2
  40. package/lib/config/get/index.d.ts +0 -1
  41. package/lib/config/index.d.ts +0 -2
  42. package/lib/constants/index.d.ts +0 -0
  43. package/lib/constants/static-variable.d.ts +0 -4
  44. package/lib/core/command/command-manager.d.ts +0 -12
  45. package/lib/core/component/hook.d.ts +0 -17
  46. package/lib/core/component/index.d.ts +0 -53
  47. package/lib/core/index.d.ts +0 -2
  48. package/lib/core/plugin/index.d.ts +0 -13
  49. package/lib/entiry/cli.d.ts +0 -27
  50. package/lib/entiry/index.d.ts +0 -2
  51. package/lib/error/command-error.d.ts +0 -5
  52. package/lib/error/config-delete-error.d.ts +0 -5
  53. package/lib/error/config-error.d.ts +0 -5
  54. package/lib/error/config-get-error.d.ts +0 -5
  55. package/lib/error/human-error.d.ts +0 -13
  56. package/lib/error/human-warning.d.ts +0 -8
  57. package/lib/error/index.d.ts +0 -17
  58. package/lib/error/init-error.d.ts +0 -5
  59. package/lib/error/serverless-error.d.ts +0 -4
  60. package/lib/execDaemon.d.ts +0 -6
  61. package/lib/index.d.ts +0 -2
  62. package/lib/init/index.d.ts +0 -2
  63. package/lib/init/init-config.d.ts +0 -43
  64. package/lib/init/init-manager.d.ts +0 -17
  65. package/lib/onboarding/index.d.ts +0 -2
  66. package/lib/set/analysis/index.d.ts +0 -1
  67. package/lib/set/index.d.ts +0 -1
  68. package/lib/set/locale/index.d.ts +0 -1
  69. package/lib/set/registry/index.d.ts +0 -10
  70. package/lib/set/workspace/index.d.ts +0 -1
  71. package/lib/specification/analysis.d.ts +0 -12
  72. package/lib/specification/index.d.ts +0 -4
  73. package/lib/specification/parse.d.ts +0 -24
  74. package/lib/specification/version.d.ts +0 -35
  75. package/lib/update-notifier/index.d.ts +0 -10
  76. package/lib/utils/command-util.d.ts +0 -18
  77. package/lib/utils/common.d.ts +0 -28
  78. package/lib/utils/core.d.ts +0 -3
  79. package/lib/utils/handler-set-config.d.ts +0 -19
  80. package/lib/utils/i18n/en.d.ts +0 -44
  81. package/lib/utils/i18n/index.d.ts +0 -2
  82. package/lib/utils/i18n/zh.d.ts +0 -44
  83. package/lib/utils/index.d.ts +0 -9
  84. package/lib/utils/logger.d.ts +0 -11
  85. package/lib/utils/storage.d.ts +0 -8
  86. package/lib/utils/url-parser.d.ts +0 -15
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,46 +0,0 @@
1
- /** @format */
2
- export declare type ProviderName = 'alibaba' | 'baidu' | 'huawei' | 'aws' | 'azure' | 'google' | 'tencent';
3
- export declare enum ProviderObject {
4
- alibaba = "Alibaba Cloud (alibaba)",
5
- baidu = "Baidu Cloud (baidu)",
6
- huawei = "Huawei Cloud (huawei)",
7
- aws = "AWS (aws)",
8
- azure = "Azure (azure)",
9
- google = "Google Cloud (google)",
10
- tencent = "Tencent Cloud (tencent)"
11
- }
12
- export declare const providerArray: ProviderName[];
13
- export declare type ProviderCollectionConfig = {
14
- [k in ProviderName]: {
15
- type: string;
16
- message: string;
17
- name: string;
18
- default: string;
19
- }[];
20
- };
21
- export declare const providerCollection: ProviderCollectionConfig;
22
- export interface AccessFormat {
23
- AccountID?: string;
24
- AccessKeyID?: string;
25
- AccessKeySecret?: string;
26
- SecretAccessKey?: string;
27
- KeyVaultName?: string;
28
- TenantID?: string;
29
- ClientID?: string;
30
- ClientSecret?: string;
31
- SecretID?: string;
32
- PrivateKeyData?: string;
33
- }
34
- export declare const providerAccessFormat: {
35
- [k in ProviderName]: (keyof AccessFormat)[];
36
- };
37
- export declare const checkProviderList: {
38
- type: string;
39
- name: string;
40
- message: string;
41
- choices: {
42
- name: ProviderObject;
43
- value: ProviderName;
44
- }[];
45
- }[];
46
- export declare function getInputData(program: AccessFormat): AccessFormat;
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export {};
File without changes
@@ -1,4 +0,0 @@
1
- /** @format */
2
- export declare const PROCESS_ENV_TEMPLATE_NAME = "templateFile";
3
- export declare const DEFAULT_REGIRSTRY = "http://registry.devsapp.cn/simple";
4
- export declare const UPDATE_CHECK_INTERVAL: number;
@@ -1,12 +0,0 @@
1
- import { Parse } from '../../specification';
2
- import { ComponentConfig } from '../component';
3
- export declare class CommandManager {
4
- protected templateFile: string;
5
- protected method: string;
6
- protected customerCommandName?: string;
7
- protected deployParams: any;
8
- constructor(templateFile: string, method: string, customerCommandName?: string, params?: any);
9
- assemblyProjectConfig(parse: Parse, projectName: string, parsedObj: any): Promise<ComponentConfig>;
10
- warnEnvironmentVariables(realVariables: any): Promise<void>;
11
- init(): Promise<void>;
12
- }
@@ -1,17 +0,0 @@
1
- /** @format */
2
- export interface HookConfig {
3
- Pre: boolean;
4
- Plugin?: string;
5
- Hook?: string;
6
- Path?: string;
7
- }
8
- export declare class Hook {
9
- preHooks: HookConfig[];
10
- afterHooks: HookConfig[];
11
- constructor(extendsParams?: HookConfig[]);
12
- executePreHook(): Promise<void>;
13
- executeAfterHook(): Promise<void>;
14
- commandExecute(command: string, executePath: string | undefined): Promise<void>;
15
- pluginExecute(name: string): Promise<void>;
16
- executeByConfig(hookConfig: HookConfig): Promise<void>;
17
- }
@@ -1,53 +0,0 @@
1
- /** @format */
2
- import { PackageType } from '../../entiry';
3
- import { Parse } from '../../specification';
4
- import { Hook } from './hook';
5
- export interface ComponentConfig {
6
- component: string;
7
- provider: string;
8
- Access?: string;
9
- access?: string;
10
- Extends: any;
11
- props: {
12
- [key: string]: any;
13
- };
14
- Params: any;
15
- ProjectName: string;
16
- }
17
- export interface VersionCheckParams {
18
- name: string;
19
- type: PackageType;
20
- provider: string;
21
- }
22
- export interface GenerateComponentExeParams {
23
- list: string[];
24
- parse: Parse;
25
- parsedObj: any;
26
- method: string;
27
- params: string;
28
- }
29
- export declare function synchronizeExecuteComponentList(list?: any, index?: any, initData?: any): Promise<any>;
30
- export declare function generateSynchronizeComponentExeList({ list, parse, parsedObj, method, params }: GenerateComponentExeParams, equipment: (parse: Parse, projectName: string, parsedObj: any) => Promise<ComponentConfig>): any[];
31
- interface IComponentExeCute {
32
- componentConfig: ComponentConfig;
33
- method: string;
34
- version: string;
35
- customerCommandName?: string;
36
- }
37
- export declare class ComponentExeCute {
38
- private credentials;
39
- private componentConfig;
40
- private method;
41
- private version;
42
- private customerCommandName;
43
- constructor(config: IComponentExeCute);
44
- init(): Promise<any>;
45
- getCredentials(): Promise<any>;
46
- private loadExtends;
47
- loadPreExtends(extend: Hook | null): Promise<void>;
48
- loadAfterExtend(extend: Hook | null): Promise<void>;
49
- invokeMethod(componentInstance: any, method: string, data: any): Promise<any>;
50
- executeCommand(): Promise<any>;
51
- startExecute(): Promise<any>;
52
- }
53
- export {};
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export { CommandManager } from './command/command-manager';
@@ -1,13 +0,0 @@
1
- /** @format */
2
- export interface PluginConifg {
3
- name: string;
4
- }
5
- export declare class PluginExeCute {
6
- protected pluginConfig: PluginConifg;
7
- protected pluginPath: string;
8
- constructor(pluginConfig: PluginConifg);
9
- init(): Promise<void>;
10
- pluginExist(): boolean;
11
- downLoadPlugin(name: string): Promise<void>;
12
- loadPlugin(): Promise<any>;
13
- }
@@ -1,27 +0,0 @@
1
- /** @format */
2
- export declare enum PackageType {
3
- application = 0,
4
- component = 1,
5
- plugin = 2
6
- }
7
- export interface CommandType {
8
- type: string;
9
- message: string;
10
- name: string;
11
- default?: string;
12
- choices?: any;
13
- }
14
- export interface InquirerCommand {
15
- [key: string]: CommandType;
16
- }
17
- export interface RepoTemplate {
18
- zipFile: string;
19
- subPath?: string;
20
- hasSubPath: boolean;
21
- }
22
- export interface GitRepoTemplate extends RepoTemplate {
23
- host: string | null;
24
- ownerName: string;
25
- branch: string;
26
- repoName: string;
27
- }
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export { PackageType, CommandType, InquirerCommand, RepoTemplate, GitRepoTemplate } from './cli';
@@ -1,5 +0,0 @@
1
- /** @format */
2
- import { ServerlessError } from './serverless-error';
3
- export declare class CommandError extends ServerlessError {
4
- constructor(message: string, params?: any);
5
- }
@@ -1,5 +0,0 @@
1
- /** @format */
2
- import { ServerlessError } from './serverless-error';
3
- export declare class ConfigDeleteError extends ServerlessError {
4
- constructor(message: string, params?: any);
5
- }
@@ -1,5 +0,0 @@
1
- /** @format */
2
- import { ServerlessError } from './serverless-error';
3
- export declare class ConfigError extends ServerlessError {
4
- constructor(message: string, params?: any);
5
- }
@@ -1,5 +0,0 @@
1
- /** @format */
2
- import { ServerlessError } from './serverless-error';
3
- export declare class ConfigGetError extends ServerlessError {
4
- constructor(message: string, params?: any);
5
- }
@@ -1,13 +0,0 @@
1
- interface IConfigs {
2
- errorMessage: string;
3
- tips?: string;
4
- }
5
- interface IReport {
6
- error: Error;
7
- }
8
- export declare class HumanError {
9
- private errorMessage;
10
- constructor(configs: IConfigs);
11
- report(configs: IReport): Promise<void>;
12
- }
13
- export {};
@@ -1,8 +0,0 @@
1
- interface IConfigs {
2
- warningMessage: string;
3
- tips?: string;
4
- }
5
- export declare class HumanWarning {
6
- constructor(configs: IConfigs);
7
- }
8
- export {};
@@ -1,17 +0,0 @@
1
- export { CommandError } from './command-error';
2
- export { ConfigDeleteError } from './config-delete-error';
3
- export { ConfigError } from './config-error';
4
- export { ConfigGetError } from './config-get-error';
5
- export { InitError } from './init-error';
6
- export { ServerlessError } from './serverless-error';
7
- export { HumanError } from './human-error';
8
- export { HumanWarning } from './human-warning';
9
- interface IConfigs {
10
- error: Error;
11
- prefix?: string;
12
- }
13
- export declare class HandleError {
14
- private traceId;
15
- constructor(configs: IConfigs);
16
- report(error: Error): Promise<void>;
17
- }
@@ -1,5 +0,0 @@
1
- /** @format */
2
- import { ServerlessError } from './serverless-error';
3
- export declare class InitError extends ServerlessError {
4
- constructor(message: string, params?: any);
5
- }
@@ -1,4 +0,0 @@
1
- /** @format */
2
- export declare class ServerlessError {
3
- constructor(phase: string, message: string, params?: any);
4
- }
@@ -1,6 +0,0 @@
1
- /** @format */
2
- interface IConfig {
3
- [key: string]: any;
4
- }
5
- export declare function execDaemon(filename: string, config?: IConfig): void;
6
- export {};
package/lib/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export {};
@@ -1,2 +0,0 @@
1
- /** @format */
2
- export {};
@@ -1,43 +0,0 @@
1
- export declare const ALL_TEMPLATE: {
2
- name: string;
3
- value: string;
4
- }[];
5
- export declare const APPLICATION_TEMPLATE: ({
6
- type: string;
7
- name: string;
8
- loop: boolean;
9
- message: string;
10
- default: string;
11
- source: (answersSoFar: any, input: any) => Promise<{
12
- name: string;
13
- value: string;
14
- }[]>;
15
- } | {
16
- type: string;
17
- name: string;
18
- message: any;
19
- default: string;
20
- loop: boolean;
21
- when(answers: any): boolean;
22
- source: (answersSoFar: any, input: any) => Promise<{
23
- name: string;
24
- value: string;
25
- }[]>;
26
- } | {
27
- type: string;
28
- name: string;
29
- when(answers: any): boolean;
30
- default: string;
31
- message: any;
32
- source: (answersSoFar: any, input: any) => Promise<{
33
- name: string;
34
- value: string;
35
- }[]>;
36
- loop?: undefined;
37
- })[];
38
- export declare const PROJECT_NAME_INPUT: {
39
- type: string;
40
- name: string;
41
- message: string;
42
- validate(input: any): true | "You must provide a project name";
43
- };
@@ -1,17 +0,0 @@
1
- /** @format */
2
- export declare class InitManager {
3
- protected promps: any;
4
- constructor();
5
- initSconfig(appPath: string): Promise<string>;
6
- initEnvConfig(appPath: string): Promise<void>;
7
- assemblySpecialApp(appName: any, { projectName, appPath }: {
8
- projectName: any;
9
- appPath: any;
10
- }): Promise<void>;
11
- executeInit(name: string, dir?: string, downloadurl?: boolean): Promise<{
12
- appPath: any;
13
- }>;
14
- gitCloneProject(name: string, dir?: string): Promise<unknown>;
15
- deploy(appPath: string): Promise<void>;
16
- init(name?: string, dir?: string): Promise<void>;
17
- }
@@ -1,2 +0,0 @@
1
- declare function onboarding(): Promise<void>;
2
- export default onboarding;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- export declare const registryInquire: {
2
- type: string;
3
- name: string;
4
- message: string;
5
- choices: {
6
- key: string;
7
- name: string;
8
- value: string;
9
- }[];
10
- }[];
@@ -1 +0,0 @@
1
- export {};
@@ -1,12 +0,0 @@
1
- /** @format */
2
- export declare class Analysis {
3
- protected readonly parsedObj: any;
4
- protected readonly dependenciesMap: any;
5
- protected componentOrderKeyMap: {
6
- [key: string]: any;
7
- };
8
- constructor(parsedObj: any, dependenciesMap: any);
9
- private getComponentOrderKeyMap;
10
- private calculateOrderNumber;
11
- getProjectOrder(): string[];
12
- }
@@ -1,4 +0,0 @@
1
- /** @format */
2
- export { Parse } from './parse';
3
- export { Analysis } from './analysis';
4
- export { default as version } from './version';
@@ -1,24 +0,0 @@
1
- interface MAP_OBJECT {
2
- [key: string]: any;
3
- }
4
- export declare class Parse {
5
- protected path: string;
6
- protected parsedObj: any;
7
- dependenciesMap: {
8
- [key: string]: any;
9
- };
10
- protected globalJsonKeyMap: any;
11
- protected globalKeyArr: any[];
12
- protected magicVariablesArray: any[];
13
- constructor(path: string);
14
- getFileObj(filePath: string): {};
15
- init(filePath: string): Promise<void>;
16
- getOriginalParsedObj(): any;
17
- private findVariableValue;
18
- generateMagicVariables(value: any, arr?: any[], parentStr?: string): any[];
19
- isProjectProperties(topKey: string, parentKey: any): boolean;
20
- iteratorToSetValue(objValue: any, topKey: string, parentKey?: any): any;
21
- replaceVariable(variable: any | MAP_OBJECT): any;
22
- getRealVariables(parsedObj: any): Promise<any>;
23
- }
24
- export {};
@@ -1,35 +0,0 @@
1
- /** @format */
2
- export declare function getSubcommand(configData: any): string[];
3
- export declare function getServiceConfig(configData: any, serviceName: string): string[];
4
- export declare function getServiceConfigDetail(configData: any): {
5
- name: any;
6
- provider: any;
7
- access: any;
8
- autoCredential: any;
9
- };
10
- export declare function getServiceInputs(configData: any, version: string, options: any): {
11
- Properties: any;
12
- Credentials: any;
13
- Project: {
14
- ProjectName: any;
15
- Component: any;
16
- Provider: any;
17
- AccessAlias: any;
18
- };
19
- Command: any;
20
- Args: any;
21
- Path: {
22
- ConfigPath: string;
23
- };
24
- };
25
- export declare function getServiceActions(configData: any, version: string, options: any): any;
26
- export declare function getServiceList(configData: any): any;
27
- declare const _default: {
28
- getSubcommand: typeof getSubcommand;
29
- getServiceConfig: typeof getServiceConfig;
30
- getServiceConfigDetail: typeof getServiceConfigDetail;
31
- getServiceInputs: typeof getServiceInputs;
32
- getServiceActions: typeof getServiceActions;
33
- getServiceList: typeof getServiceList;
34
- };
35
- export default _default;
@@ -1,10 +0,0 @@
1
- declare class UpdateNotifier {
2
- constructor();
3
- config(key?: string): any;
4
- check(): boolean;
5
- init(): this;
6
- update(): Promise<void>;
7
- install(): void;
8
- notify(): void;
9
- }
10
- export = UpdateNotifier;
@@ -1,18 +0,0 @@
1
- export declare function setEnvbyDotenv(templateFile: string): Promise<void>;
2
- export declare function createUniversalCommand(command: string, customerCommandName?: string, description?: string): import("commander").Command;
3
- export declare function getCommandDetail(name: any, provider: any, version: any): Promise<any[]>;
4
- export declare function getParsedTemplateObj(templateFile: any): Promise<any>;
5
- export declare function getCustomerCommandInfo(parsedTemplateObj: any): string[];
6
- export declare function createCustomerCommand(templateFile: string): Promise<any[]>;
7
- export declare function registerCommandChecker(program: any): void;
8
- export declare function registerCustomerCommand(system_command: any, templateFile: string): Promise<void>;
9
- export declare function registerUniversalCommand(system_command: any, templateFile: string): Promise<void>;
10
- export declare function registerVerbose(program: any): void;
11
- export declare function recordCommandHistory(argv: string[]): void;
12
- declare const _default: {
13
- registerCommandChecker: typeof registerCommandChecker;
14
- recordCommandHistory: typeof recordCommandHistory;
15
- registerCustomerCommand: typeof registerCustomerCommand;
16
- registerUniversalCommand: typeof registerUniversalCommand;
17
- };
18
- export default _default;
@@ -1,28 +0,0 @@
1
- /** @format */
2
- export declare const red: any;
3
- export declare const bgRed: any;
4
- export declare function getVersion(): string;
5
- export declare function getFolderSize(rootItemPath: string): Promise<any>;
6
- export declare function yamlLoad(filePath: string): any;
7
- export declare function checkAndReturnTemplateFile(): string;
8
- export declare function checkTemplateFile(templateFile: string): string;
9
- export declare function printn(n: number, str?: string): string;
10
- export declare function getLang(): string;
11
- export declare function replaceFun(str: any, obj: any): any;
12
- export declare function getTemplatekey(str: any): any;
13
- export declare function replaceTemplate(files: Array<string>, content: {
14
- [key: string]: string;
15
- }): void;
16
- export declare function mark(source: string): string;
17
- export declare function emoji(emoji: string): string;
18
- declare const _default: {
19
- checkAndReturnTemplateFile: typeof checkAndReturnTemplateFile;
20
- checkTemplateFile: typeof checkTemplateFile;
21
- printn: typeof printn;
22
- mark: typeof mark;
23
- getLang: typeof getLang;
24
- replaceTemplate: typeof replaceTemplate;
25
- replaceFun: typeof replaceFun;
26
- getTemplatekey: typeof getTemplatekey;
27
- };
28
- export default _default;
@@ -1,3 +0,0 @@
1
- export declare function getCoreVersion(): any;
2
- declare const _default: any;
3
- export default _default;
@@ -1,19 +0,0 @@
1
- /** @format */
2
- interface ProfileParams {
3
- data?: any;
4
- configKey?: string;
5
- read?: boolean;
6
- filePath?: string;
7
- }
8
- interface Profile {
9
- [key: string]: any;
10
- }
11
- export declare function setConfig(key: string, value: any): void;
12
- export declare function getConfig(key: string, defaultValue?: any): any;
13
- export declare function handlerProfileFile(params: ProfileParams): Promise<Profile>;
14
- declare const _default: {
15
- setConfig: typeof setConfig;
16
- getConfig: typeof getConfig;
17
- handlerProfileFile: typeof handlerProfileFile;
18
- };
19
- export default _default;
@@ -1,44 +0,0 @@
1
- declare const _default: {
2
- clean_up_the_environment: string;
3
- display_help_for_command: string;
4
- remove_components: string;
5
- delete_the_file_under_the_cache: string;
6
- record_your_log_information: string;
7
- init_pproject_deploy_tip: string;
8
- tip_for_a_serverless_project: string;
9
- create_a_new_project: string;
10
- en: string;
11
- zh: string;
12
- select_current_language: string;
13
- 'app-tip': string;
14
- 'template-tip': string;
15
- 'fc-runtime-starter': string;
16
- 'fc-custom-container-stater': string;
17
- web: string;
18
- 'static-site': string;
19
- 'best-practice': string;
20
- 'devs-template': string;
21
- 'fc-http-nodejs': string;
22
- 'fc-http-python': string;
23
- 'fc-http-java': string;
24
- 'fc-custom-container-event-python3': string;
25
- 'fc-custom-container-event-cpp': string;
26
- 'fc-custom-container-http-springboot': string;
27
- 'fc-custom-container-http-aspdotnetcore': string;
28
- 'express-starter': string;
29
- 'koa-starter': string;
30
- 'nuxtjs-starter': string;
31
- 'eggjs-starter': string;
32
- 'flask-starter': string;
33
- 'SpringBoot-starter': string;
34
- 'Zblog-starter': string;
35
- 'website-starter': string;
36
- 'react-starter': string;
37
- 'vue-starter': string;
38
- puppeteer: string;
39
- ffmpeg: string;
40
- pdf2Img: string;
41
- tensorflow: string;
42
- todoList: string;
43
- };
44
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const i18n: (key: string) => any;
2
- export default i18n;