diff --git a/README.md b/README.md index f3957a9..fed4b8b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index a8d2101..166054c 100644 --- a/package.json +++ b/package.json @@ -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": {