* Tells you how far the current line has been indented, in spaces. Corrects for tab characters.
()
| 1008 | * Tells you how far the current line has been indented, in spaces. Corrects for tab characters. |
| 1009 | */ |
| 1010 | indentation(): number; |
| 1011 | |
| 1012 | /** |
| 1013 | * Get the string between the start of the current token and the current stream position. |