forked from Azure/azure-functions-nodejs-worker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return output binding logic (Azure#264)
* updates to make 2.0 worker 1.0 compatible * split validation logic so it's both v1 and v2 compatible * hard-coded solution to camelCase timer trigger while proper fix is out of scope for timeline * added test * adding unit test * properly convert data when defined as output array * testing both v1 behavior and v2 behavior * dont code without intellisense * remove e2e test until have better test on functions host v2 and v3 * fix worker validation logic and warning message on ts changes * add tests
- Loading branch information
Showing
3 changed files
with
245 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.