@oclif/plugin-test-esbuild 0.5.9 → 0.5.11
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/README.md +1 -1
- package/dist/{chunk-Q2FBSKRG.js → chunk-22UIDTMX.js} +1 -1
- package/dist/{chunk-KQD6PEYG.js → chunk-2A5F44BH.js} +1 -1
- package/dist/{chunk-UJLZ6PMM.js → chunk-G5FHC4JE.js} +1 -1
- package/dist/{chunk-OKCIOTHI.js → chunk-H7AFRSM2.js} +3 -3
- package/dist/{chunk-NBJOJNTY.js → chunk-TEX4WQO3.js} +1 -1
- package/dist/commands/esbuild.js +2 -2
- package/dist/commands/hello/index.js +2 -2
- package/dist/commands/hello/world.js +2 -2
- package/dist/hooks/init/init.js +2 -2
- package/dist/index.js +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild
|
|
|
17
17
|
$ bundle COMMAND
|
|
18
18
|
running command...
|
|
19
19
|
$ bundle (--version)
|
|
20
|
-
@oclif/plugin-test-esbuild/0.5.
|
|
20
|
+
@oclif/plugin-test-esbuild/0.5.11 linux-x64 node-v20.15.0
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -6218,7 +6218,7 @@ var require_typescript = __commonJS({
|
|
|
6218
6218
|
});
|
|
6219
6219
|
module2.exports = __toCommonJS(typescript_exports);
|
|
6220
6220
|
var versionMajorMinor = "5.5";
|
|
6221
|
-
var version = "5.5.
|
|
6221
|
+
var version = "5.5.3";
|
|
6222
6222
|
var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
|
6223
6223
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
|
6224
6224
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
|
@@ -60565,7 +60565,7 @@ ${lanes.join("\n")}
|
|
|
60565
60565
|
}
|
|
60566
60566
|
if (moduleResolutionKind === 3 || moduleResolutionKind === 99) {
|
|
60567
60567
|
const isSyncImport = currentSourceFile.impliedNodeFormat === 1 && !findAncestor(location, isImportCall) || !!findAncestor(location, isImportEqualsDeclaration);
|
|
60568
|
-
const overrideHost = findAncestor(location, (l) => isImportTypeNode(l) || isExportDeclaration(l) || isImportDeclaration(l));
|
|
60568
|
+
const overrideHost = findAncestor(location, (l) => isImportTypeNode(l) || isExportDeclaration(l) || isImportDeclaration(l) || isJSDocImportTag(l));
|
|
60569
60569
|
if (isSyncImport && sourceFile.impliedNodeFormat === 99 && !hasResolutionModeOverride(overrideHost)) {
|
|
60570
60570
|
if (findAncestor(location, isImportEqualsDeclaration)) {
|
|
60571
60571
|
error2(errorNode, Diagnostics.Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead, moduleReference);
|
|
@@ -136615,7 +136615,7 @@ ${lanes.join("\n")}
|
|
|
136615
136615
|
}
|
|
136616
136616
|
function getModeForUsageLocationWorker(file, usage, compilerOptions) {
|
|
136617
136617
|
var _a;
|
|
136618
|
-
if (isImportDeclaration(usage.parent) || isExportDeclaration(usage.parent)) {
|
|
136618
|
+
if (isImportDeclaration(usage.parent) || isExportDeclaration(usage.parent) || isJSDocImportTag(usage.parent)) {
|
|
136619
136619
|
const isTypeOnly = isExclusivelyTypeOnlyImportOrExport(usage.parent);
|
|
136620
136620
|
if (isTypeOnly) {
|
|
136621
136621
|
const override = getResolutionModeOverride(usage.parent.attributes);
|
package/dist/commands/esbuild.js
CHANGED
package/dist/hooks/init/init.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ESBuild
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-G5FHC4JE.js";
|
|
4
4
|
import {
|
|
5
5
|
Hello
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-TEX4WQO3.js";
|
|
7
7
|
import {
|
|
8
8
|
World
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-22UIDTMX.js";
|
|
10
10
|
import {
|
|
11
11
|
init_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-2A5F44BH.js";
|
|
13
13
|
import {
|
|
14
14
|
require_ansis,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_src
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-H7AFRSM2.js";
|
|
18
18
|
import {
|
|
19
19
|
require_lib as require_lib2,
|
|
20
20
|
require_semver
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esbuild",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.11",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
|
-
"@oclif/plugin-test-esm-1": "^0.8.
|
|
16
|
-
"@oclif/plugin-plugins": "^5.3.
|
|
15
|
+
"@oclif/plugin-test-esm-1": "^0.8.8",
|
|
16
|
+
"@oclif/plugin-plugins": "^5.3.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/prettier-config": "^0.2.1",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@types/mocha": "^10",
|
|
23
23
|
"@types/node": "^18",
|
|
24
24
|
"chai": "^4",
|
|
25
|
-
"esbuild": "^0.
|
|
25
|
+
"esbuild": "^0.23.0",
|
|
26
26
|
"eslint": "^8.57.0",
|
|
27
27
|
"eslint-config-oclif": "^5",
|
|
28
28
|
"eslint-config-oclif-typescript": "^3",
|
|
29
29
|
"eslint-config-prettier": "^9.1.0",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.13.
|
|
31
|
+
"oclif": "^4.13.12",
|
|
32
32
|
"shx": "^0.3.4",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|