Skip to content

Commit

Permalink
feat: convert SignatureHelpManager to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 6, 2021
1 parent e334fc6 commit 6c18c0b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
"use babel"

// @ts-check

const { CompositeDisposable, Disposable, Range, Point, TextEditor } = require("atom")
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
import { ViewContainer } from "atom-ide-base/commons-ui/float-pane/ViewContainer"
import { makeOverlaySelectable, makeOverLayCopyable } from "atom-ide-base/commons-ui/float-pane/selectable-overlay"

module.exports = class SignatureHelpManager {
export default class SignatureHelpManager {
constructor() {
/**
* holds a reference to disposable items from this data tip manager
Expand Down

0 comments on commit 6c18c0b

Please sign in to comment.