Add a Babel preset/plugin for compiling craft and paint templates.

Review Request #13590 — Created Feb. 28, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

This new preset can be used in consuming applications to compile any
craft or paint tagged template literals into their raw structured
form, reducing the runtime costs of an application. It's recommended
whenever consuming Ink in another application.

Tested this in Review Board.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add a Babel preset/plugin for compiling craft and paint templates.
This new preset can be used in consuming applications to compile any `craft` or `paint` tagged template literals into their raw structured form, reducing the runtime costs of an application. It's recommended whenever consuming Ink in another application.
671bab1acf5a4eb75065faa063168d03154fddc2 Christian Hammond
package.json
src/babel-preset/index.js
Loading...