pulumi/sdk
bfraterman-tkhsecurity 25f1e5278d
feat: enable imports from nodejs provider resources (#14668)
# Description
I was writing a typescript resource provider, but got errors that the
the plugin didn't support imports, while the `read` method was
implemented on the provider.
This PR also sets the `Inputs` on the `ReadResponse`, so imports will be
supported.

Fixes # (issue)
Could not find existing issue

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
- [ ] I have formatted my code using `gofumpt`
(None of the above, since the change is in js code)

- [ ] I have added tests that prove my fix is effective or that my
feature works
There are no existing tests for the `server.ts` file. If really required
for merging I could maybe take a look at a test for this use-case.

- [x] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change

- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
2023-11-30 16:22:51 +00:00
..
go Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +00:00
nodejs feat: enable imports from nodejs provider resources (#14668) 2023-11-30 16:22:51 +00:00
proto/go pass through property values to RunRequest (#14273) 2023-10-20 10:44:16 +00:00
python Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +00:00
go.sum Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.