You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there is only one exported then function which works on Match, however I think we also need versions to cover Parser and Formatter (to replace the corresponding methods on those types).
Perhaps we could have separate modules for Parser, Formatter and Match. WDYT @gcanti?
The text was updated successfully, but these errors were encountered:
@OliverJAsh with the current situation (only an index.ts file) we would have the problem of names clashing.
Thus, maybe we could separate the source code in different modules and then add the pipeable version of those methods.
It shouldn't be an expensive task, but I think that we have to do some "chores" on the project (upgrade dependencies, remove tslint and so on...) before.
At the moment there is only one exported
then
function which works onMatch
, however I think we also need versions to coverParser
andFormatter
(to replace the corresponding methods on those types).Perhaps we could have separate modules for
Parser
,Formatter
andMatch
. WDYT @gcanti?The text was updated successfully, but these errors were encountered: