Skip to content

Commit c6a1a09

Browse files
committed
feat: remove version
(cherry picked from commit 6f3d5e4)
1 parent 586e3b8 commit c6a1a09

1,359 files changed

Lines changed: 27 additions & 67 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ bundle.js
99
npm-debug.log
1010
/.test/
1111
/test/execution-tests/**/typings
12-
!/test/**/expectedOutput-*/**
12+
!/test/**/expectedOutput/**
13+
!/test/**/expectedOutput-transpile/**
1314
/**/node_modules
1415
/dist
1516
/test/execution-tests/**/dist

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"github.copilot.nextEditSuggestions.enabled": true,
66
"chat.tools.terminal.autoApprove": {
77
"git blame": true,
8-
"sed": true
8+
"sed": true,
9+
"yarn": true,
910
}
1011
}

AGENTS.md

Lines changed: 0 additions & 14 deletions

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build": "tsc --version && tsc --project \"./src\"",
99
"lint": "tsc --project \"./src\" --noEmit && eslint -c .eslintrc.js --ext .ts ./src",
1010
"comparison-tests": "git clean -xfd test/comparison-tests && npm link --legacy-peer-deps ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js",
11-
"comparison-tests-generate": "git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js",
1211
"execution-tests": "git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js",
1312
"test": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js",
1413
"clean": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests",

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)