Skip to content

Commit 18c34ee

Browse files
authored
chore: support external types in typescript codegen (#9633)
* chore: support external types in typescript codegen * fix enums on external packages * Support clibase.struct * Add regexp * Make gen with updated generator
1 parent 641bf27 commit 18c34ee

File tree

5 files changed

+254
-83
lines changed

5 files changed

+254
-83
lines changed

codersdk/deployment.go

-3
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ func DefaultCacheDir() string {
409409
}
410410

411411
// DeploymentConfig contains both the deployment values and how they're set.
412-
//
413-
// @typescript-ignore DeploymentConfig
414-
// apitypings doesn't know how to generate the OptionSet... yet.
415412
type DeploymentConfig struct {
416413
Values *DeploymentValues `json:"config,omitempty"`
417414
Options clibase.OptionSet `json:"options,omitempty"`

0 commit comments

Comments
 (0)