pulumi/sdk/nodejs/provider
Thomas Gummerer 957573eb6a
implement parameterize in the NodeJS provider interface (#17738)
Parameterized providers are currently only possible to use in Go.
However we want to bring this functionality to other languages as well.
Implement this in NodeJS.

There's potentially still an API design question here. I've split the
parameterize method up into `parameterizeValue` and `parameterizeArgs`
functions, which should be easier to use for the implementer, as
TypeScript doesn't support overloading with different types. Curious
about peoples thoughts on that.

Fixes https://github.com/pulumi/pulumi/issues/17733
2024-11-13 09:20:53 +00:00
..
index.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
internals.ts Improve TypeDocs for `sdk/nodejs` (#16622) 2024-07-15 09:05:28 +00:00
provider.ts implement parameterize in the NodeJS provider interface (#17738) 2024-11-13 09:20:53 +00:00
server.ts implement parameterize in the NodeJS provider interface (#17738) 2024-11-13 09:20:53 +00:00