Param.macro Versions Save

Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`

v1.1.0

6 years ago

This release adds the ability to use the macro as a standalone babel plugin, for those who aren't already using or otherwise don't want to use babel-macros. For example this feature is used for the...

live playground

You can now try all the features of the macro in a live editor and see the results in realtime! The readme is just a click away in the top right, and each readme example contains a send to editor button so you can quickly try them out.

FEATURES
  • add standalone babel plugin (de6c46b)