Skip to content

Commit

Permalink
Add note about WKT to the migration guide (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Jul 31, 2024
1 parent 76cbbc1 commit c058c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,8 @@ Plugin options now have more convenient default behavior:
extension, use `import_extension=js`.
- [`ts_nocheck`](#ts_nochecktrue) is now off by default. If you require a `// @ts-nocheck` annotation at the top of generated code, use `ts_nocheck=true`.

[Well-known types](#well-known-types) have moved to a subpath export `@bufbuild/protobuf/wkt`.

To upgrade, run the following command:

```shell
Expand Down

0 comments on commit c058c35

Please sign in to comment.