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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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