Skip to content

Commit

Permalink
chore: remove typings
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 6, 2020
1 parent 8c5cdd0 commit b11cb02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use babel"

// @ts-check
/// <reference path="../typings/atom-ide.d.ts"/>

const { CompositeDisposable } = require("atom")
const SignatureHelpManager = require("./signature-help-manager")
Expand Down
1 change: 0 additions & 1 deletion lib/signature-help-manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use babel"

// @ts-check
/// <reference path="../typings/atom-ide.d.ts"/>

const { CompositeDisposable, Disposable, Range, Point, TextEditor } = require("atom")
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
Expand Down
5 changes: 0 additions & 5 deletions typings/atom-ide-community.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions typings/atom-ide.d.ts

This file was deleted.

0 comments on commit b11cb02

Please sign in to comment.