Skip to content

Commit

Permalink
Merge pull request #51 from atom-ide-community/atom-ide-base
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 5, 2020
2 parents 587d69d + b73bc91 commit 7ba2563
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 153 deletions.
3 changes: 2 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use babel"

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

const { CompositeDisposable } = require("atom")
const SignatureHelpManager = require("./signature-help-manager")
Expand Down
90 changes: 0 additions & 90 deletions lib/provider-registry.js

This file was deleted.

5 changes: 3 additions & 2 deletions lib/signature-help-manager.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"use babel"

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

const { CompositeDisposable, Disposable, Range, Point, TextEditor } = require("atom")
const ProviderRegistry = require("./provider-registry")
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
const SignatureHelpView = require("./signature-help-view")

module.exports = class SignatureHelpManager {
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@
"busy-signal"
],
"dependencies": {
"atom-ide-base": "^1.8.0",
"atom-package-deps": "^6.0.0",
"dompurify": "^2.0.12",
"etch": "^0.14.0",
"dompurify": "^2.1.1",
"etch": "^0.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/atom": "^1.40.4",
"@types/dompurify": "^2.0.3",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/dompurify": "^2.0.4",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"atom-languageclient": "^0.9.9",
"prettier": "^2.0.5",
"npm-check-updates": "^7.1.0",
"prettier": "^2.1.2",
"npm-check-updates": "^9.0.3",
"build-commit": "^0.1.1"
},
"activationHooks": [
Expand Down
Loading

0 comments on commit 7ba2563

Please sign in to comment.