Add descriptions to generation/position

This commit is contained in:
James Kyle 2015-07-11 11:58:53 -07:00
parent 2d884c282a
commit d961e2d291

View File

@ -1,5 +1,5 @@
/**
* [Please add a description.]
* Track current position in code generation.
*/
export default class Position {
@ -9,7 +9,7 @@ export default class Position {
}
/**
* [Please add a description.]
* Push a string to the current position, mantaining the current line and column.
*/
push(str) {
@ -24,7 +24,7 @@ export default class Position {
}
/**
* [Please add a description.]
* Unshift a string from the current position, mantaining the current line and column.
*/
unshift(str) {