1.0.1 • Published 3 years ago

babel-astring-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.0

3 years ago