1.0.1 • Published 4 years ago

babel-astring-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

astring generator for the Babel AST

An astring generator that is compatible with the Babel AST.

Usage

import * as astring from "astring";
import { generator, expressionsPrecedence } from "./lib/index";

astring.generate(ast.program, {
  generator,
  expressionsPrecedence,
  comments: true,
  sourceMap: null,
});
1.0.1

4 years ago

1.0.0

4 years ago