This is a XPath, to be parsed with DefiantJS, that can be used to parse the current Asyncify syntax when supplied with a ESPath generator.
Asyncify is intended to be an upcoming JS extension allowing to make async code sync and sync code async through special operators modifing the code structure.
Currently there is no implementation, but that will soon be implemented with the upcoming repo snuggles08/asyncify-js. To make your own implementation, use the following mini-specs:
Use an ESPath generator to generate the sample ESPath. Use the XPath on the ESPath with DefiantJS. If there are any matches, use the output to create the output described in the sample input and output. Note that only one XPath has been created at this time, look for updates for more features.