Skip to content

Commit ee8b5aa

Browse files
committed
chore: stub 5.7 output
1 parent c16366a commit ee8b5aa

File tree

1,365 files changed

+2
-2
lines changed

Some content is hidden

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

1,365 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
node: [18, 20]
52-
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, next]
52+
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, next]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
node: [18, 20]
79-
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, next]
79+
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, next]
8080
runs-on: windows-latest
8181
steps:
8282
- uses: actions/checkout@v3

test/comparison-tests/aliasResolution/expectedOutput-5.6/bundle.js renamed to test/comparison-tests/aliasResolution/expectedOutput-5.7/bundle.js

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-5.6/output.txt renamed to test/comparison-tests/aliasResolution/expectedOutput-5.7/output.txt

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-5.6/patch0/bundle.js renamed to test/comparison-tests/aliasResolution/expectedOutput-5.7/patch0/bundle.js

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-5.6/patch0/output.txt renamed to test/comparison-tests/aliasResolution/expectedOutput-5.7/patch0/output.txt

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.6/bundle.js renamed to test/comparison-tests/aliasResolution/expectedOutput-transpile-5.7/bundle.js

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.6/output.txt renamed to test/comparison-tests/aliasResolution/expectedOutput-transpile-5.7/output.txt

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.6/patch0/bundle.js renamed to test/comparison-tests/aliasResolution/expectedOutput-transpile-5.7/patch0/bundle.js

File renamed without changes.

test/comparison-tests/aliasResolution/expectedOutput-transpile-5.6/patch0/output.txt renamed to test/comparison-tests/aliasResolution/expectedOutput-transpile-5.7/patch0/output.txt

File renamed without changes.

test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-5.6/bundle.js renamed to test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-5.7/bundle.js

File renamed without changes.

0 commit comments

Comments
 (0)