@plugjs/tsrun 0.5.72 → 0.5.73
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.mjs +0 -18
- package/dist/parser.mjs +0 -18
- package/dist/tsrun.mjs +3 -21
- package/package.json +5 -5
package/dist/cli.mjs
CHANGED
|
@@ -1081,26 +1081,8 @@ export {
|
|
|
1081
1081
|
/*! Bundled license information:
|
|
1082
1082
|
|
|
1083
1083
|
yargs-parser/build/lib/string-utils.js:
|
|
1084
|
-
(**
|
|
1085
|
-
* @license
|
|
1086
|
-
* Copyright (c) 2016, Contributors
|
|
1087
|
-
* SPDX-License-Identifier: ISC
|
|
1088
|
-
*)
|
|
1089
|
-
|
|
1090
1084
|
yargs-parser/build/lib/tokenize-arg-string.js:
|
|
1091
|
-
(**
|
|
1092
|
-
* @license
|
|
1093
|
-
* Copyright (c) 2016, Contributors
|
|
1094
|
-
* SPDX-License-Identifier: ISC
|
|
1095
|
-
*)
|
|
1096
|
-
|
|
1097
1085
|
yargs-parser/build/lib/yargs-parser-types.js:
|
|
1098
|
-
(**
|
|
1099
|
-
* @license
|
|
1100
|
-
* Copyright (c) 2016, Contributors
|
|
1101
|
-
* SPDX-License-Identifier: ISC
|
|
1102
|
-
*)
|
|
1103
|
-
|
|
1104
1086
|
yargs-parser/build/lib/yargs-parser.js:
|
|
1105
1087
|
(**
|
|
1106
1088
|
* @license
|
package/dist/parser.mjs
CHANGED
|
@@ -998,26 +998,8 @@ export {
|
|
|
998
998
|
/*! Bundled license information:
|
|
999
999
|
|
|
1000
1000
|
yargs-parser/build/lib/string-utils.js:
|
|
1001
|
-
(**
|
|
1002
|
-
* @license
|
|
1003
|
-
* Copyright (c) 2016, Contributors
|
|
1004
|
-
* SPDX-License-Identifier: ISC
|
|
1005
|
-
*)
|
|
1006
|
-
|
|
1007
1001
|
yargs-parser/build/lib/tokenize-arg-string.js:
|
|
1008
|
-
(**
|
|
1009
|
-
* @license
|
|
1010
|
-
* Copyright (c) 2016, Contributors
|
|
1011
|
-
* SPDX-License-Identifier: ISC
|
|
1012
|
-
*)
|
|
1013
|
-
|
|
1014
1002
|
yargs-parser/build/lib/yargs-parser-types.js:
|
|
1015
|
-
(**
|
|
1016
|
-
* @license
|
|
1017
|
-
* Copyright (c) 2016, Contributors
|
|
1018
|
-
* SPDX-License-Identifier: ISC
|
|
1019
|
-
*)
|
|
1020
|
-
|
|
1021
1003
|
yargs-parser/build/lib/yargs-parser.js:
|
|
1022
1004
|
(**
|
|
1023
1005
|
* @license
|
package/dist/tsrun.mjs
CHANGED
|
@@ -1090,7 +1090,7 @@ function _help() {
|
|
|
1090
1090
|
${$blu}${$und}Options:${$rst}
|
|
1091
1091
|
|
|
1092
1092
|
${$wht}-h --help ${$rst} Help! You're reading it now!
|
|
1093
|
-
${$wht}-v --version ${$rst} Version! This one: ${"0.5.
|
|
1093
|
+
${$wht}-v --version ${$rst} Version! This one: ${"0.5.73"}!
|
|
1094
1094
|
${$wht}-e --eval ${$rst} Evaluate the script
|
|
1095
1095
|
${$wht}-p --print ${$rst} Evaluate the script and print the result
|
|
1096
1096
|
${$wht} --force-esm${$rst} Force transpilation of ".ts" files to EcmaScript modules
|
|
@@ -1133,7 +1133,7 @@ main(import.meta.url, (args) => {
|
|
|
1133
1133
|
case "help":
|
|
1134
1134
|
return _help();
|
|
1135
1135
|
case "version":
|
|
1136
|
-
console.log(`v${"0.5.
|
|
1136
|
+
console.log(`v${"0.5.73"}`);
|
|
1137
1137
|
process.exitCode = 1;
|
|
1138
1138
|
return;
|
|
1139
1139
|
case "eval":
|
|
@@ -1147,7 +1147,7 @@ main(import.meta.url, (args) => {
|
|
|
1147
1147
|
}
|
|
1148
1148
|
if (!_script) {
|
|
1149
1149
|
return new Promise((resolve2, reject) => {
|
|
1150
|
-
console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.5.
|
|
1150
|
+
console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.5.73"}).`);
|
|
1151
1151
|
console.log('Type ".help" for more information.');
|
|
1152
1152
|
const repl = _repl.start();
|
|
1153
1153
|
const history = _path.resolve(_os.homedir(), ".node_repl_history");
|
|
@@ -1185,26 +1185,8 @@ main(import.meta.url, (args) => {
|
|
|
1185
1185
|
/*! Bundled license information:
|
|
1186
1186
|
|
|
1187
1187
|
yargs-parser/build/lib/string-utils.js:
|
|
1188
|
-
(**
|
|
1189
|
-
* @license
|
|
1190
|
-
* Copyright (c) 2016, Contributors
|
|
1191
|
-
* SPDX-License-Identifier: ISC
|
|
1192
|
-
*)
|
|
1193
|
-
|
|
1194
1188
|
yargs-parser/build/lib/tokenize-arg-string.js:
|
|
1195
|
-
(**
|
|
1196
|
-
* @license
|
|
1197
|
-
* Copyright (c) 2016, Contributors
|
|
1198
|
-
* SPDX-License-Identifier: ISC
|
|
1199
|
-
*)
|
|
1200
|
-
|
|
1201
1189
|
yargs-parser/build/lib/yargs-parser-types.js:
|
|
1202
|
-
(**
|
|
1203
|
-
* @license
|
|
1204
|
-
* Copyright (c) 2016, Contributors
|
|
1205
|
-
* SPDX-License-Identifier: ISC
|
|
1206
|
-
*)
|
|
1207
|
-
|
|
1208
1190
|
yargs-parser/build/lib/yargs-parser.js:
|
|
1209
1191
|
(**
|
|
1210
1192
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plugjs/tsrun",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.73",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/cli.mjs",
|
|
6
6
|
"types": "./dist/cli.d.mts",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"author": "Juit Developers <developers@juit.com>",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"esbuild": "^0.25.
|
|
25
|
+
"esbuild": "^0.25.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@plugjs/cov8": "^0.6.
|
|
29
|
-
"@plugjs/eslint-plugin": "^0.3.
|
|
28
|
+
"@plugjs/cov8": "^0.6.43",
|
|
29
|
+
"@plugjs/eslint-plugin": "^0.3.22",
|
|
30
30
|
"@types/node": "<21",
|
|
31
31
|
"@types/yargs-parser": "^21.0.3",
|
|
32
|
-
"eslint": "^9.
|
|
32
|
+
"eslint": "^9.25.1",
|
|
33
33
|
"typescript": "^5.8.3",
|
|
34
34
|
"yargs-parser": "^21.1.1"
|
|
35
35
|
},
|