From 3b428e45a3c7b9698a00c395d5e1fab3555ed052 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Sat, 11 Jul 2015 11:59:33 -0700 Subject: [PATCH] Add descriptions to generation/source-map --- src/babel/generation/source-map.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/babel/generation/source-map.js b/src/babel/generation/source-map.js index acb3ddd25c..197d1dbce9 100644 --- a/src/babel/generation/source-map.js +++ b/src/babel/generation/source-map.js @@ -2,7 +2,7 @@ import sourceMap from "source-map"; import * as t from "../types"; /** - * [Please add a description.] + * Build a sourcemap. */ export default class SourceMap { @@ -23,7 +23,7 @@ export default class SourceMap { } /** - * [Please add a description.] + * Get the sourcemap. */ get() { @@ -36,7 +36,7 @@ export default class SourceMap { } /** - * [Please add a description.] + * Mark a node's generated position, and add it to the sourcemap. */ mark(node, type) {