We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674b3e commit 9d245f8Copy full SHA for 9d245f8
lib/adapters/show-document-adapter.ts
@@ -4,7 +4,7 @@ import { TextEditor } from "atom"
4
import Convert from "../convert"
5
6
/** Public: Adapts the window/showDocument command to Atom's text editors or external programs. */
7
-export class ShowDocumentAdapter {
+export default class ShowDocumentAdapter {
8
/** {@inheritDoc attach} */
9
public attach(arg: Parameters<typeof attach>[0]): ReturnType<typeof attach> {
10
attach(arg)
0 commit comments