Skip to content

Commit 8c72d55

Browse files
authored
Merge pull request #99 from aminya/esm
2 parents 6fe2667 + 00c09d2 commit 8c72d55

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+554
-240
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ words:
7575
- tsbuildinfo
7676
- ucrt
7777
- untildify
78+
- upleveled
7879
- vbatts
7980
- vcpkg
8081
- vcvarsall

dev/scripts/pack-exe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable import/no-extraneous-dependencies */
2-
import { node } from "execa"
2+
import { execaNode } from "execa"
33

44
function getPlatformName() {
55
switch (process.platform) {
@@ -27,7 +27,7 @@ function main() {
2727

2828
return Promise.all(
2929
exes.map((exe) =>
30-
node("./node_modules/caxa/build/index.mjs", [
30+
execaNode("./node_modules/caxa/build/index.mjs", [
3131
"--input",
3232
"./dist/node16",
3333
"--output",

dist/node12/actions_python.5b1184cd.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.5b1184cd.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.67b034ac.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node12/actions_python.67b034ac.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node12/setup-cpp.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.06ec7b4d.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)