Skip to content

Commit 80eb1e2

Browse files
committed
feat: add new sponsor: scrubtheweb
1 parent 7072df7 commit 80eb1e2

File tree

4 files changed

+307
-600
lines changed

4 files changed

+307
-600
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2021 [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
3+
Copyright © 2022 [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ This has been implemented as a TypeScript Custom Transformer in order to be so l
5050

5151
## Backers
5252

53-
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> |
54-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
55-
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) |
53+
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> | <a href="https://scrubtheweb.com"><img alt="scrubtheweb" src="https://avatars.githubusercontent.com/u/41668218?v=4" height="70" /></a> |
54+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
55+
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) | [scrubtheweb](https://scrubtheweb.com) |
5656

5757
### Patreon
5858

@@ -77,6 +77,7 @@ This has been implemented as a TypeScript Custom Transformer in order to be so l
7777
- [Usage](#usage)
7878
- [Usage with TypeScript's Compiler APIs](#usage-with-typescripts-compiler-apis)
7979
- [Usage with ts-node](#usage-with-ts-node)
80+
- [Usage with ttypescript](#usage-with-ttypescript)
8081
- [Usage with Rollup](#usage-with-rollup)
8182
- [Usage with rollup-plugin-ts](#usage-with-rollup-plugin-ts)
8283
- [Usage with rollup-plugin-typescript2](#usage-with-rollup-plugin-typescript2)
@@ -201,7 +202,9 @@ const transformer = (program: Program) => di({ program })
201202

202203
export default transformer
203204
```
205+
204206
Then add a record to the `plugins` array of your `tsconfig.json` that maps a key named `transform` to the relative path to the file you just created:
207+
205208
```tsconfig.json
206209
{
207210
"compilerOptions": {

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,31 @@
5151
],
5252
"license": "MIT",
5353
"devDependencies": {
54-
"@types/node": "^17.0.32",
55-
"@types/prettier": "^2.6.0",
54+
"@types/node": "^17.0.35",
55+
"@types/prettier": "^2.6.1",
5656
"@types/semver": "^7.3.9",
57-
"@typescript-eslint/eslint-plugin": "^5.23.0",
58-
"@typescript-eslint/parser": "^5.23.0",
59-
"@wessberg/ts-config": "^2.0.0",
57+
"@typescript-eslint/eslint-plugin": "^5.26.0",
58+
"@typescript-eslint/parser": "^5.26.0",
59+
"@wessberg/ts-config": "^2.0.2",
6060
"rollup-plugin-ts": "^2.0.7",
6161
"semver": "^7.3.7",
6262
"ava": "3.15.0",
63-
"eslint": "^8.15.0",
63+
"eslint": "^8.16.0",
6464
"eslint-config-prettier": "^8.5.0",
6565
"eslint-plugin-import": "^2.26.0",
66-
"eslint-plugin-jsdoc": "^39.2.9",
66+
"eslint-plugin-jsdoc": "^39.3.1",
6767
"husky": "^8.0.1",
6868
"np": "^7.6.1",
69-
"pnpm": "^7.0.1",
69+
"pnpm": "^7.1.5",
7070
"prettier": "^2.6.2",
7171
"pretty-quick": "^3.1.3",
7272
"rimraf": "^3.0.2",
73-
"rollup": "^2.72.1",
73+
"rollup": "^2.74.1",
7474
"sandhog": "^1.0.43",
7575
"standard-changelog": "^2.0.27",
7676
"crosspath": "^1.0.0",
77-
"ts-node": "^10.7.0",
78-
"npm-check-updates": "^12.5.11",
77+
"ts-node": "^10.8.0",
78+
"npm-check-updates": "^13.0.3",
7979
"typescript": "^4.6.4",
8080
"typescript-3-4-1": "npm:typescript@3.4.1",
8181
"typescript-3-5-1": "npm:typescript@3.5.1",
@@ -92,7 +92,7 @@
9292
"tslib": "^2.4.0"
9393
},
9494
"dependencies": {
95-
"ts-evaluator": "^0.1.0",
95+
"ts-evaluator": "^0.2.0",
9696
"compatfactory": "^0.0.13"
9797
},
9898
"peerDependencies": {

0 commit comments

Comments
 (0)