Skip to content

Commit 6c18c0b

Browse files
committed
feat: convert SignatureHelpManager to TypeScript
1 parent e334fc6 commit 6c18c0b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/signature-help-manager.js renamed to src/signature-help-manager.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
"use babel"
2-
3-
// @ts-check
4-
51
const { CompositeDisposable, Disposable, Range, Point, TextEditor } = require("atom")
62
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
73
import { ViewContainer } from "atom-ide-base/commons-ui/float-pane/ViewContainer"
84
import { makeOverlaySelectable, makeOverLayCopyable } from "atom-ide-base/commons-ui/float-pane/selectable-overlay"
95

10-
module.exports = class SignatureHelpManager {
6+
export default class SignatureHelpManager {
117
constructor() {
128
/**
139
* holds a reference to disposable items from this data tip manager

0 commit comments

Comments
 (0)