pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
Fraser Waters 2f93d5e224
Fix race in language conformance tests Log method (#16227)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

The engine can call Log in parallel, so we need to lock to maintain our
`previousMessage` correctness.
2024-05-19 17:41:42 +00:00
..
testdata Fix folder archives in the engine (#16119) 2024-05-06 07:26:48 +00:00
go.mod Changelog and go.mod updates for v3.116.1 (#16202) 2024-05-15 09:45:16 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
language_test.go Fix race in language conformance tests Log method (#16227) 2024-05-19 17:41:42 +00:00
main.go Return error in RPC response instead of exiting in the language runtime (#16162) 2024-05-10 15:16:13 +00:00
main_test.go Pass root and main info to language host methods (#14654) 2023-12-10 17:30:51 +00:00
proxy.go NodeJS transforms (#15532) 2024-03-07 08:52:34 +00:00
proxy_unix.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
proxy_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00