-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect
extractProperties
typings for known object (#109)
- Loading branch information
Showing
10 changed files
with
1,862 additions
and
2,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"synckit": patch | ||
--- | ||
|
||
fix: incorrect `extractProperties` typings for known object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"plugins": [ | ||
"@1stg/remark-config" | ||
"@1stg/preset" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,37 +5,6 @@ | |
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.", | ||
"repository": "git+https://github.com/un-ts/synckit.git", | ||
"author": "JounQin (https://www.1stG.me) <[email protected]>", | ||
"donate": { | ||
"recipients": [ | ||
{ | ||
"name": "unts", | ||
"platform": "opencollective", | ||
"address": "https://opencollective.com/unts", | ||
"weight": 60 | ||
}, | ||
{ | ||
"name": "rxts", | ||
"platform": "opencollective", | ||
"address": "https://opencollective.com/rxts", | ||
"weight": 20 | ||
}, | ||
{ | ||
"name": "1stG", | ||
"email": "[email protected]", | ||
"weight": 20, | ||
"platforms": [ | ||
{ | ||
"platform": "opencollective", | ||
"address": "https://opencollective.com/1stG" | ||
}, | ||
{ | ||
"platform": "patreon", | ||
"address": "https://www.patreon.com/1stG" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"funding": "https://opencollective.com/unts", | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
|
@@ -79,38 +48,40 @@ | |
"lint:tsc": "tsc --noEmit", | ||
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", | ||
"prerelease": "yarn build", | ||
"release": "changeset publish", | ||
"release": "clean-pkg-json && changeset publish", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"typecov": "type-coverage" | ||
}, | ||
"dependencies": { | ||
"@pkgr/utils": "^2.3.0", | ||
"@pkgr/utils": "^2.3.1", | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@1stg/lib-config": "^9.0.2", | ||
"@1stg/lib-config": "^10.2.1", | ||
"@changesets/changelog-github": "^0.4.6", | ||
"@changesets/cli": "^2.23.2", | ||
"@changesets/cli": "^2.24.3", | ||
"@swc-node/register": "^1.5.1", | ||
"@types/jest": "^28.1.5", | ||
"@types/node": "^18.0.4", | ||
"deasync": "^0.1.27", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^18.7.13", | ||
"clean-pkg-json": "^1.2.0", | ||
"deasync": "^0.1.28", | ||
"esbuild-register": "^3.3.3", | ||
"esbuild-runner": "^2.2.1", | ||
"execa": "^6.1.0", | ||
"jest": "^28.1.3", | ||
"jest": "^29.0.1", | ||
"patch-package": "^6.4.7", | ||
"sync-threads": "^1.0.1", | ||
"ts-expect": "^1.3.0", | ||
"ts-jest": "^28.0.6", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"tsx": "^3.8.0", | ||
"tsx": "^3.8.2", | ||
"type-coverage": "^2.22.0", | ||
"typescript": "^4.7.4", | ||
"yarn-deduplicate": "^5.0.0" | ||
"typescript": "^4.8.2", | ||
"yarn-deduplicate": "^6.0.0" | ||
}, | ||
"resolutions": { | ||
"prettier": "^2.7.1" | ||
"prettier": "^2.7.1", | ||
"synckit": "link:." | ||
}, | ||
"commitlint": { | ||
"extends": "@1stg" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.