Skip to content

Commit

Permalink
Separate test program from the main package. (#881)
Browse files Browse the repository at this point in the history
* Separate test program from the main package.

As TypeScript v5.3 no more can make them compatible, I've separated those main and test program to another packages. In other words, here `typia` repo becomes monorepo.

* Missed package version

* Fix github actions bug

* Also separate the benchmark program

* Try to fix the github actions bug again

* Try github actions again

* New strategy for testing

* Fix github actions command

* Styling of test program
  • Loading branch information
samchon committed Nov 24, 2023
1 parent 450e705 commit c7c3ac7
Show file tree
Hide file tree
Showing 32,695 changed files with 1,870,343 additions and 1,865,292 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run build
- run: npm run build:test:actions
- run: npm run test:errors
- run: npm run test
- run: npm run test
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
bin/
lib/
measure/
node_modules/
/issues/

packages/typescript-json/src/
package-lock.json

protoc.exe
test/schemas/protobuf/references
*.log
*.tgz
149 changes: 0 additions & 149 deletions benchmark/generate/server-performance.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions benchmark/programs/is/ajv/benchmark-is-ajv-ArrayRecursive.ts

This file was deleted.

Loading

0 comments on commit c7c3ac7

Please sign in to comment.