issues
search
serverless
/
serverless-azure-functions
Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266
stars
162
forks
source link
Add Node.js in version 14
#536
Closed
satheler
closed
3 years ago
satheler
commented
3 years ago
This is a Feature Proposal
Description
Add Node.js in version 14.
With Node.js 14 I can use:
Nullish coalescing operator - ??
Optional chaining operator - ?.
Internationalization API - Intl.DisplayNames and Intl.DateTimeFormat
Diagnostic reporting API - process.report
ECMAScript modules
This is a Feature Proposal
Description
With Node.js 14 I can use: