ensure every file has an empty new line before EOL
This commit is contained in:
parent
7984727736
commit
6d3fd47ba6
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ export class MyMod
|
||||
this.calls++;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ export class Processing
|
||||
this.logger.info(`Process was triggered, since this is a singleton the calls value is always 0: ${this.calls}`);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
"dependencyKeys": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ class Mod implements IPostAkiLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,5 +39,4 @@ export class MyCustomLauncherCallbacks extends LauncherCallbacks // <<<<=== This
|
||||
this.logger.success("Our custom method is dancing baby!");
|
||||
return "Lets dance";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class Mod implements IPreAkiLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -172,4 +172,4 @@ export class FluentAssortConstructor
|
||||
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -128,4 +128,4 @@ class SampleTrader implements IPreAkiLoadMod, IPostDBLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new SampleTrader() }
|
||||
module.exports = { mod: new SampleTrader() }
|
||||
|
@ -180,4 +180,4 @@ export class TraderHelper
|
||||
locale[`${baseJson._id} Description`] = description;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -47,4 +47,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod, IPostDBLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,5 +12,4 @@ export class Type2HttpListener implements IHttpListener
|
||||
resp.writeHead(200, "OK");
|
||||
resp.end("[2] This is the second example of a mod hooking into the HttpServer");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db inside moredb"
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db inside moredb"
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"myProperty": "wow inside db inside moredb"
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -77,4 +77,4 @@ class Mod implements IPostDBLoadMod, IPostAkiLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
198
TypeScript/19UseExternalLibraries/pnpm-lock.yaml
generated
198
TypeScript/19UseExternalLibraries/pnpm-lock.yaml
generated
@ -1,198 +0,0 @@
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
ora-classic:
|
||||
specifier: 5.4.2
|
||||
version: 5.4.2
|
||||
|
||||
packages:
|
||||
|
||||
/ansi-regex@5.0.1:
|
||||
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/ansi-styles@4.3.0:
|
||||
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
color-convert: 2.0.1
|
||||
dev: false
|
||||
|
||||
/base64-js@1.5.1:
|
||||
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
||||
dev: false
|
||||
|
||||
/bl@4.1.0:
|
||||
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
||||
dependencies:
|
||||
buffer: 5.7.1
|
||||
inherits: 2.0.4
|
||||
readable-stream: 3.6.2
|
||||
dev: false
|
||||
|
||||
/buffer@5.7.1:
|
||||
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
||||
dependencies:
|
||||
base64-js: 1.5.1
|
||||
ieee754: 1.2.1
|
||||
dev: false
|
||||
|
||||
/chalk@4.1.2:
|
||||
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
ansi-styles: 4.3.0
|
||||
supports-color: 7.2.0
|
||||
dev: false
|
||||
|
||||
/cli-cursor@3.1.0:
|
||||
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
restore-cursor: 3.1.0
|
||||
dev: false
|
||||
|
||||
/cli-spinners@2.9.1:
|
||||
resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==}
|
||||
engines: {node: '>=6'}
|
||||
dev: false
|
||||
|
||||
/clone@1.0.4:
|
||||
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
|
||||
engines: {node: '>=0.8'}
|
||||
dev: false
|
||||
|
||||
/color-convert@2.0.1:
|
||||
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
||||
engines: {node: '>=7.0.0'}
|
||||
dependencies:
|
||||
color-name: 1.1.4
|
||||
dev: false
|
||||
|
||||
/color-name@1.1.4:
|
||||
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
||||
dev: false
|
||||
|
||||
/defaults@1.0.4:
|
||||
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
|
||||
dependencies:
|
||||
clone: 1.0.4
|
||||
dev: false
|
||||
|
||||
/has-flag@4.0.0:
|
||||
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/ieee754@1.2.1:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
dev: false
|
||||
|
||||
/inherits@2.0.4:
|
||||
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
||||
dev: false
|
||||
|
||||
/is-interactive@1.0.0:
|
||||
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
|
||||
engines: {node: '>=8'}
|
||||
dev: false
|
||||
|
||||
/is-unicode-supported@0.1.0:
|
||||
resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/log-symbols@4.1.0:
|
||||
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
is-unicode-supported: 0.1.0
|
||||
dev: false
|
||||
|
||||
/mimic-fn@2.1.0:
|
||||
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
||||
engines: {node: '>=6'}
|
||||
dev: false
|
||||
|
||||
/onetime@5.1.2:
|
||||
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
||||
engines: {node: '>=6'}
|
||||
dependencies:
|
||||
mimic-fn: 2.1.0
|
||||
dev: false
|
||||
|
||||
/ora-classic@5.4.2:
|
||||
resolution: {integrity: sha512-/xX8D5AMHB+LnvEJHOglmq6pXwm65CQ/gqPrIjIN5GJ1Bl9KC9fSmgzR/FwjrtalDj/WVxukAVuH8GP00Zpiaw==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
bl: 4.1.0
|
||||
chalk: 4.1.2
|
||||
cli-cursor: 3.1.0
|
||||
cli-spinners: 2.9.1
|
||||
is-interactive: 1.0.0
|
||||
is-unicode-supported: 0.1.0
|
||||
log-symbols: 4.1.0
|
||||
strip-ansi: 6.0.1
|
||||
wcwidth: 1.0.1
|
||||
dev: false
|
||||
|
||||
/readable-stream@3.6.2:
|
||||
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
||||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
inherits: 2.0.4
|
||||
string_decoder: 1.3.0
|
||||
util-deprecate: 1.0.2
|
||||
dev: false
|
||||
|
||||
/restore-cursor@3.1.0:
|
||||
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
onetime: 5.1.2
|
||||
signal-exit: 3.0.7
|
||||
dev: false
|
||||
|
||||
/safe-buffer@5.2.1:
|
||||
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
||||
dev: false
|
||||
|
||||
/signal-exit@3.0.7:
|
||||
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
||||
dev: false
|
||||
|
||||
/string_decoder@1.3.0:
|
||||
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
dev: false
|
||||
|
||||
/strip-ansi@6.0.1:
|
||||
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
ansi-regex: 5.0.1
|
||||
dev: false
|
||||
|
||||
/supports-color@7.2.0:
|
||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
has-flag: 4.0.0
|
||||
dev: false
|
||||
|
||||
/util-deprecate@1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
dev: false
|
||||
|
||||
/wcwidth@1.0.1:
|
||||
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
||||
dependencies:
|
||||
defaults: 1.0.4
|
||||
dev: false
|
@ -38,6 +38,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ class Mod implements IPreAkiLoadMod
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { mod: new Mod() }
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,4 @@ class Mod implements IPostDBLoadMod {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,4 @@ class Mod implements IPostDBLoadMod {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,4 @@ class Mod implements IPostDBLoadMod {
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21,6 +21,4 @@ class Mod implements IPostDBLoadMod {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,6 +18,4 @@ class Mod implements IPreAkiLoadMod {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
mod: new Mod()
|
||||
}
|
||||
module.exports = { mod: new Mod() }
|
||||
|
@ -15,4 +15,4 @@
|
||||
},
|
||||
},
|
||||
"exclude": [ "node_modules", "dist", "tmp" ],
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ types/
|
||||
# Exclude these filetypes from linting
|
||||
*.json
|
||||
*.txt
|
||||
*.exe
|
||||
*.exe
|
||||
|
@ -95,4 +95,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user