support for new now runtime syntax
See original GitHub issueZEIT Now are deprecating builders
and suggest migrating to the new functions
key in now.json
. Builders are now referred to as runtimes.
This issue will track progress on support for the new syntax.
- Support
includeFiles
andbeing passed to builder/runtimeexcludeFiles
- Add support for other configuration via build environment variables
Update terminology throughout docs
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
New runtime transition guide - New Relic Documentation
The new runtime includes syntax changes and other deprecations. We're introducing new language that changes the script syntax in your scripted browser monitors....
Read more >V8 Runtime Overview | Apps Script - Google Developers
You can use modern ECMAScript syntax in scripts that are powered by the V8 runtime. This syntax includes let , const , and...
Read more >typing — Support for type hints — Python 3.11.1 documentation
New in version 3.5.2. Changed in version 3.10: NewType is now a class rather than a function. There is some additional runtime ......
Read more >Introducing the New JSX Transform – React Blog
Flow supports the new JSX transform in v0. 126.0 and up, by adding react. runtime=automatic to your Flow configuration options.
Read more >TypeScript: JavaScript With Syntax For Types.
TypeScript is JavaScript with syntax for types. TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for you help ❤️
Hi @danielroe , what was the reason for not supporting
excludeFiles
?