externality
Advanced tools
Changelog
0.1.0 (2021-10-19)
External inline
and external
options will now be converted from strings -> RE. For previous string behaviour (positive for any string included in an id), just pass an unbounded RE, such as /\?/
also fix incorrect type in ResolvedId
convert all strings to RE (in inline
and external
opts) (0166d70)