Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
src 5fb3696955 Avoid flow errors now that we've renamed Babylon to babel-parser. 6 years ago
test c8d82d6483 Migrate all remaining fixtures to jest expect 6 years ago
.npmignore 7a1ccf076c Misc (#5545) 7 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/template

Generate an AST from a string template.

See our website @babel/template for more information.

Install

Using npm:

npm install --save @babel/template

or using yarn:

yarn add --save @babel/template