pulumi/pkg/codegen/internal/test/testdata/simple-resource-schema/nodejs
Ian Wahbe 67303e1b99
Run type checker against all languages (#7931)
We run the best static check we can on generated code, ensuring that it is valid. 

* Run type checker against all languages (not docs)

* Fix package location, add some deps for schemas

* More tests passing

* These tests finally work

* Make linter happy

* Fix tests for merge from master

* Opt out of input-collision(nodejs) test

* Get more visibility into testing nodejs

* Fix type assumption

* Specify ts-node version

* Retrofit typescript dependencies for node14

* Give each go instance it's own module

* Attempt to diagnose remote go mod init failure

* Provide root for go mod init

* Make linter happy
2021-09-15 09:49:36 -07:00
..
types [codegen/nodejs] Fix required input annotations. (#7497) 2021-07-13 09:39:58 -07:00
README.md [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
argFunction.ts Relax readonly requirement for generated nodejs resource args (#6980) 2021-05-06 21:59:40 -07:00
index.ts [codegen/nodejs] Fix required input annotations. (#7497) 2021-07-13 09:39:58 -07:00
otherResource.ts Relax readonly requirement for generated nodejs resource args (#6980) 2021-05-06 21:59:40 -07:00
package.json Run type checker against all languages (#7931) 2021-09-15 09:49:36 -07:00
provider.ts [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
resource.ts [codegen] Encrypt input args for secret properties (#7128) 2021-05-26 16:00:51 -06:00
tsconfig.json [codegen/nodejs] Fix required input annotations. (#7497) 2021-07-13 09:39:58 -07:00
typeUses.ts [codegen/nodejs] Fix required input annotations. (#7497) 2021-07-13 09:39:58 -07:00
utilities.ts [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00

README.md