babel-literal-to-ast icon indicating copy to clipboard operation
babel-literal-to-ast copied to clipboard

Convert JavaScript literals to babel AST nodes.

babel-literal-to-ast

Turn JavaScript objects into their AST representation.

import serialize from 'babel-literal-to-ast';

// Get the AST.
serialize({ message: 'Hello' });

TODO:

  • tests and stuff.