Skip to content

Commit

Permalink
Reintroduce type splitting in NodeJS codegen.
Browse files Browse the repository at this point in the history
This commit reintroduces the changes that were reverted
in #11534. This time,
we hide the feature behind language-specific config in the schema,
and default it to off.

At this time, providers should not enable the feature until
#11560 has been addressed.
  • Loading branch information
RobbieMcKinstry committed Dec 7, 2022
1 parent e812f69 commit ecf6f78
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 41 deletions.
@@ -0,0 +1,4 @@
changes:
- type: fix
scope: sdkgen/nodejs
description: reintroduce-types-splitting

0 comments on commit ecf6f78

Please sign in to comment.