-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable esbuild in the Node.js builder (#307)
* upgrade integration tests to use nodejs14.x instead of obsolete 8.10; remove garbage lockfile left by npm 7 * esbuild bundling for javascript * initial esbuild support * aws-sam -> aws_sam, revert to node 10 for integration tests, document package.json options * rename main -> entry_point, support multiple entrypoints * Update Appveyor nodejs version * Testing different node version * Update npm to version that supports node14 * Cleanup garbage package lock in dependencies dir generated by npm 7 * PEP8 compliance and missing doc strings * Add support for auto dep layer and incremental build with esbuild * Fix documentation * Revert accelerate feature changes * Add experimental feature flag, route all requests to old workflow * Add experimental feature flag, route all requests to old workflow * Remove unused variable * Black reformat Co-authored-by: Gojko Adzic <[email protected]>
- Loading branch information
Showing
35 changed files
with
1,629 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
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.