Currently, each babel plugin in the babel ecosystem requires that you configure it individually. This is fine for things like language features but can be a frustrating overhead for libraries that allow for compile-time code transformation as an optimization. babel-plugin-macros defines a standard interface for libraries that want to use compile-time code transformation without requiring the user to add a babel plugin to their build system (other than babel-plugin-macros, which is ideally already in place). There is cpu usage/time overhead; the client needs to run the code to generate these classes every time the page loads. There is code bundle size overhead; the client needs to receive a CSS parser in order to generate these class names, and shipping this makes the amount of js the client needs to parse larger. Eval-ing out code at compile time that will be baked into the runtime code, for instance, to get a list of directories in the filesystem.

Features

  • Many css-in-js libraries have a css tagged template string function
  • There is cpu usage/time overhead
  • There is code bundle size overhead
  • Most of the time you'll probably be using this with the babel cache enabled in webpack to rebuild faster
  • You can write your own without publishing them to npm
  • Requires only one entry in .babelrc for all macros used in project

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow babel-plugin-macros

babel-plugin-macros Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of babel-plugin-macros!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript Build Tools, JavaScript Libraries

Registered

2022-04-07