* Returns the URIs of all text documents managed by this instance. * * @return the URI's of all text documents.
()
| 226 | * @return the URI's of all text documents. |
| 227 | */ |
| 228 | public keys(): string[] { |
| 229 | return Object.keys(this._documents); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Listens for `low level` notification on the given connection to |
no outgoing calls
no test coverage detected