-
-
Notifications
You must be signed in to change notification settings - Fork 930
Closed
Labels
A-transformerArea - Transformer / TranspilerArea - Transformer / TranspilerC-bugCategory - BugCategory - Bugblocker
Description
in:
output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"]
out:
var _output$headers$x-amzn-requestid;
(_output$headers$x-amzn-requestid = output.headers["x-amzn-requestid"]) !== null && _output$headers$x-amzn-requestid !== void 0 ? _output$headers$x-amzn-requestid : output.headers["x-amzn-request-id"];
expected
var _output$headers$xAmz;
(_output$headers$xAmz = output.headers["x-amzn-requestid"]) !== null && _output$headers$xAmz !== void 0 ? _output$headers$xAmz : output.headers["x-amzn-request-id"];
https://github.com/oxc-project/monitor-oxc/actions/runs/10646542195/job/29513518443
Note there's also other cases such as options['grpc.enable_http_proxy'] ?? 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-transformerArea - Transformer / TranspilerArea - Transformer / TranspilerC-bugCategory - BugCategory - Bugblocker
Type
Fields
Give feedbackPriority
None yet