We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As @davidmrdavid, there are places where we do not treat falsy values as proper data and instead treat it as false.
Example: #364
These need to be addressed and proper linting rules need to be put in place to prevent this issue in the future
The text was updated successfully, but these errors were encountered:
Minor details might still change, but overall this was addressed in Azure/azure-functions-nodejs-library@9e6a842 as a part of the new programming model. I've started a doc here with more information: https://aka.ms/AzFuncNodeV4
Sorry, something went wrong.
Clean up camel case and typed data parsing
efa5fb3
Main points: - We don't want `toCamelCase` to call `fromRpcTypedData` because it traverses an entire object recursively and only the top level objects should be RpcTypedData - We will remove triggerMetadata from http/timer triggers. That information is best found on the request/timer objects instead Related to all of these bugs: Azure/azure-functions-nodejs-worker#607 Azure/azure-functions-nodejs-worker#274 Azure/azure-functions-nodejs-worker#204 Azure/azure-functions-nodejs-worker#388
No branches or pull requests
As @davidmrdavid, there are places where we do not treat falsy values as proper data and instead treat it as false.
Example: #364
These need to be addressed and proper linting rules need to be put in place to prevent this issue in the future
The text was updated successfully, but these errors were encountered: