prettier/tests/method-chain/comment.js

7 lines
215 B
JavaScript
Raw Normal View History

function f() {
return observableFromSubscribeFunction()
// Debounce manually rather than using editor.onDidStopChanging so that the debounce time is
// configurable.
.debounceTime(debounceInterval);
}