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
Responsible for iterating over the structure provided by @postdfm/ast and allowing transformations via Webpack Tapable's Hooks.
postdfm: update postdfm to use @postdfm/plugin and @postdfm/transform (04d5757)
BREAKING CHANGES
@postdfm/dfm2ast: Nameless objects will now define the type and leave the name undefined
postdfm: postdfm no longer accepts the transformer option. Instead, postdfm will accept
plugins that extend the class available in the new @postdfm/transform package.