Add descriptions to helpers/normalize-ast
This commit is contained in:
parent
d7a669e96b
commit
4f11c6a4be
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user