Open reggi opened 5 years ago
@ljharb thoughts?
If it won’t require any extra work from evalmd consumers, then sure, that seems fine. I’d prioritize js and jsx to start tho.
In general, I think that probably #27 would be better - iow, just use eslint's config, which will/can include the ability to define a parser that can handle whatever the user likes.
Syntax block support for
How about we pipe these code blocks to another Unix command?
Add flag array to command.
Example,
--type=ts --type=typescript
Then we can pass all the code blocks in chunks into the
ts-node
command.Kinda wanna support
bash
andgo
andrust
blocks.