Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 #96

Merged
merged 55 commits into from
Jun 13, 2023
Merged

V3 #96

Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
3596967
docs: Added `typia` to examples
samchon Jan 6, 2023
51dfd08
docs(readme): Added ts v5 note
nonara Mar 16, 2023
59e48ff
squash: Work on ts5 support
AlCalzone Mar 23, 2023
34d2c48
build(ide): Updated configs
nonara Mar 29, 2023
b4d84bf
build: Updated editorconfig
nonara Mar 29, 2023
37c7f5d
squash: Rewrite WIP (detail)
nonara Mar 29, 2023
45e6ec3
fix: set parent of added statement
AlCalzone Apr 1, 2023
751405e
fix: CLI actions
AlCalzone Apr 1, 2023
9b3c5cd
fix: hash, cache key and createProgram patch
AlCalzone Apr 1, 2023
db70db7
squash: fixed TsModule.source incomplete arrays
nonara Apr 1, 2023
5f56266
squash: Fixed issue during patchModule with not properly dropping old…
nonara Apr 1, 2023
04eb1aa
squash: Finished bulk of rewrite
nonara Apr 4, 2023
eb6fdb8
squash: Multiple fixes (detail)
nonara Apr 5, 2023
a3cc89f
squash: Finished most (detail)
nonara Apr 5, 2023
7b25989
feat: Moved locks into cache dir & added clear-cache command
nonara Apr 5, 2023
fc83c26
fix: Fixed a few issues
nonara Apr 6, 2023
7056a55
feat: Implemented ts5 & Revised patch methodology (much faster)
nonara Apr 7, 2023
fe36557
test: Added initial tests (wip)
nonara Apr 7, 2023
1b6a2ac
fix: Various cache fixes
nonara Apr 8, 2023
b5c8dff
test: Test fixes (all passing)
nonara Apr 8, 2023
79d385e
fix: Unpatch not restoring declarations file
nonara Apr 8, 2023
5b35e57
test: Finished beta actions tests (passing)
nonara Apr 8, 2023
77d7667
build: Updated editorconfig
nonara Apr 8, 2023
60197e8
build(ci): Updated build script
nonara Apr 8, 2023
1a5dd4f
test: Improved cleanup logic
nonara Apr 8, 2023
750036b
fix: Fixed tspc
nonara Apr 8, 2023
2162a28
build: Added ts-patch beta
nonara Apr 8, 2023
b37443f
build: Updated lockfile
nonara Apr 8, 2023
7053d51
build: Updated prepare script + version
nonara Apr 8, 2023
6d78f74
fix: change compilation target of CLI and patch to match TS's ES2018
AlCalzone Apr 13, 2023
05fa502
test: Updated clean temp to retry
nonara Apr 13, 2023
cd99ed6
build(npm): Drop ts5 peer dep
nonara Apr 13, 2023
c6de6a1
build(npm): Updated to beta3
nonara Apr 13, 2023
8744a98
build(ide): Updated configs
nonara Apr 20, 2023
3f2598b
squash: Many updates (detail)
nonara Apr 20, 2023
59c2c06
refactor: Use better temp file names
nonara Apr 20, 2023
1630bdd
test: Make actions tests silent by default
nonara Apr 20, 2023
d9f2031
fix: Silent mode not working
nonara Apr 20, 2023
c950975
build: Bumped targets to ES2020 (matches ts 5.1)
nonara Apr 20, 2023
6803dfd
fix: js files were excluded
nonara Apr 20, 2023
2dfbbee
fix: Several fixes (detail)
nonara Apr 20, 2023
356d97d
build: Bump lockfile
nonara Apr 20, 2023
8a8cb09
fix: Fixed issues with require hooking & added resolvePathAliases plu…
nonara May 25, 2023
0759649
refactor: Rebuilt approach & fixed issues with release candidates
nonara Jun 9, 2023
c527d72
refactor: Removed deprecated beforeEmit from PluginConfig
nonara Jun 13, 2023
f6d6b65
refactor: Renamed TSP_TS_PATH env to TSP_COMPILER_TS_PATH to
nonara Jun 13, 2023
b7e1182
test: Finalized tests for release
nonara Jun 13, 2023
5151b5b
build(npm): Updated lockfile
nonara Jun 13, 2023
28d5add
docs: Updated readme
nonara Jun 13, 2023
152a7cb
refactor: Updated built plugin-types.ts file
nonara Jun 13, 2023
918775c
build: Updated perf script
nonara Jun 13, 2023
91efe1c
build(ci): Added perf to build process
nonara Jun 13, 2023
89659c0
build(npm): Fixed prepare to include test prepare
nonara Jun 13, 2023
987667b
docs: Added migrating from tts note
nonara Jun 13, 2023
7fcf982
Merge branch 'master' into v3-beta
nonara Jun 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(npm): Fixed prepare to include test prepare
  • Loading branch information
nonara committed Jun 13, 2023
commit 89659c0a7887069c9c6133430bd8e8be844ee8c6
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"test": "jest",
"perf": "cd test && yarn run perf",
"------------": "-------------",
"prepare": "ts-patch install -s",
"prepare:patch": "cd projects/patch && yarn install && tsc",
"prepare": "ts-patch install -s && yarn prepare:test",
"prepare:test": "cd test && yarn install",
"postbuild": "node scripts/postbuild.js"
},
Expand Down