pulumi/sdk/nodejs/tests/runtime/testdata/closure-tests
Vincent Link 9b009d7db2
Fix usage of getters and setters in Lambda callback functions (#16568)
Fixes #16541 

Hi,

this is an attempt to fix #16541 , feedback is greatly appreciated!

I was not able to test if the result works as expected, I just adjusted
the code and manually created a test snapshot from the mocha console
output until I thought it looked right.

Could someone tell me...
1. how to actually build the `@pulumi/pulumi` package and how to test
the fixes quickly?
2. how to create a snapshot for a new closure test?
3. if there is a quick way to write the TypeScript code in this project,
set breakpoints and run tests against it?
- I plan to investigate the pnpm bundling bug of the `CallbackFunction`
but working on this and testing the code is extremely tedious right now
as I do not know your secrets (yet 😀)
- I didn't find these infos in the `CONTRIBUTING.md` and other READMEs
- I am very familiar with TypeScript and the nodejs tooling, but no clue
how everything is stitched together in this repo
- feel free to send me a Slack message in the Pulumi Community or
suggesting another communication channel



Thanks!

fyi @julienp
2024-07-08 09:51:12 +00:00
..
cases Fix usage of getters and setters in Lambda callback functions (#16568) 2024-07-08 09:51:12 +00:00
mockpackage-src Move mockpackage tests to closure integration tests (#15757) 2024-03-26 11:38:01 +00:00
test.ts Serialize function values obtained from Function.bind (#15887) 2024-04-10 11:17:53 +00:00
tsconfig.json Reorganize closure tests to prepare for multiple typescript versions (#15753) 2024-03-25 13:19:17 +00:00