Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
nonara committed Jul 20, 2023
2 parents c0afb43 + e7627c9 commit b8b6e7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Migrating from ttypescript is easy! See: [Method 1: Live Compiler](#method-1-li
* [Program Transformers](#program-transformers)
* [Program Transformer Entry Point](#program-transformer-entry-point)
* [Configuring Program Transformers](#configuring-program-transformers)
* [Example Program Transformer](#example-program-transformer)
* [Program Transformer Example](#program-transformer-example)
* [Resources](#resources)
* [Recommended Reading](#recommended-reading)
* [Recommended Tools](#recommended-tools)
Expand Down Expand Up @@ -182,7 +182,9 @@ export default function (program: ts.Program, pluginConfig: PluginConfig, { ts:
[`{ transform: "typescript-is/lib/transform-inline/transformer" }`](https://github.com/woutervh-/typescript-is)
[`{ transform: "typia/lib/transform" }`](https://github.com/samchon/typia)
[`{ transform: "typia/lib/transform" }`](https://github.com/samchon/typia) ([💻playground](https://typia.io/playground))
[`{ transform: "@nestia/core/lib/transform" }`](https://github.com/samchon/nestia)
### Altering Diagnostics
Expand Down Expand Up @@ -227,7 +229,7 @@ _Note: The `before`, `after`, and `afterDeclarations` options do not apply to a
[See Config Example](#configuration)
### Example Program Transformer
### Program Transformer Example
```TypeScript
/**
* Add a file to Program
Expand Down Expand Up @@ -255,6 +257,10 @@ export default function (
**Note:** For a more complete example, see [Transforming Program with additional AST transformations](https://github.com/nonara/ts-patch/discussions/29#discussioncomment-325979)
**Live Examples**:
[`{ transform: "@typescript-virtual-barrel/compiler-plugin", transformProgram: true }`](https://github.com/zaguiini/typescript-virtual-barrel)
## Resources
### Recommended Reading
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"global-prefix": "^3.0.0",
"minimist": "^1.2.8",
"resolve": "^1.22.2",
"semver": "^7.3.8",
"semver": "^7.5.2",
"strip-ansi": "^6.0.1"
},
"bin": {
Expand Down

0 comments on commit b8b6e7f

Please sign in to comment.