pulumi/sdk/nodejs/runtime/closure
Luke Hoban 1ef2f10543
Allow serializeFunction to capture secrets (#6013)
Adds an opt-in `allowSecrets` flag to `serializeFunction` to allow it to capture secrets.  If passed, `serializeFunction` will now report back whether it captured any secrets.  This information can be used by callers to wrap the resulting text in a Secret value.

Fixes #2718.
2020-12-31 09:37:25 +11:00
..
codePaths.ts Add deprecation warnings. (#3004) 2019-07-30 15:51:44 -07:00
createClosure.ts Allow serializeFunction to capture secrets (#6013) 2020-12-31 09:37:25 +11:00
parseFunction.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
rewriteSuper.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
serializeClosure.ts Allow serializeFunction to capture secrets (#6013) 2020-12-31 09:37:25 +11:00
utils.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8_v10andLower.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8_v11andHigher.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8Hooks.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00