Mankirat Gulati
Mankirat Gulati
**What would you like to see in the library?** Not sure if this functionality already exists, but would like to know if I can run Lighthouse multiple times and use...
**AutoIt** https://www.autoitscript.com/autoit3/docs/ **Implementation in other libraries** * Pygments: https://github.com/pygments/pygments/blob/debda34e2d4f28d6d369cdafdcba4791702f63fc/pygments/lexers/automation.py (`CTRL + F` and search "AutoIt") * Highlight.js: https://github.com/highlightjs/highlight.js/blob/f0c4a36796262132a3559b2f7800bfea85484b8a/src/languages/autoit.js Would love to see this get added. Thanks in advance.
For the `consumerVersionSelectors` field, it is possible to specify an object with the following: ``` { branch: 'master', latest: true } ``` However, the `latest` field only applies to `tag`(s)...