Skip to content

Commit

Permalink
regenerate nodejs code to work with upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Dec 7, 2022
1 parent 48abba2 commit ec0dfb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.

This file was deleted.

Expand Up @@ -7,4 +7,8 @@ import * as outputs from "../types/output";
import * as enums from "../types/enums";

export namespace config {
export interface SandwichArgs {
bread?: pulumi.Input<string>;
veggies?: pulumi.Input<pulumi.Input<string>[]>;
}
}
3 changes: 3 additions & 0 deletions pkg/codegen/testing/test/testdata/types.json
Expand Up @@ -4,6 +4,9 @@
"meta": {
"moduleFormat": "(.*)"
},
"language": {
"nodejs": {}
},
"config": {},
"types": {
"typetests::object": {
Expand Down

0 comments on commit ec0dfb8

Please sign in to comment.