Add descriptions to helpers/normalize-ast

This commit is contained in:
James Kyle 2015-07-11 12:02:12 -07:00
parent d7a669e96b
commit 4f11c6a4be

View File

@ -1,7 +1,9 @@
import * as t from "../types";
/**
* [Please add a description.]
* Normalize an AST.
*
* - Wrap `Program` node with a `File` node.
*/
export default function (ast, comments, tokens) {