Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit b8d4cab

Browse files
committed
Bump basic-code-intel 7.0.3
1 parent 00e063f commit b8d4cab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"typescript": "^3.1.6"
154154
},
155155
"dependencies": {
156-
"@sourcegraph/basic-code-intel": "7.0.1",
156+
"@sourcegraph/basic-code-intel": "7.0.3",
157157
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
158158
"prettier": "^1.16.4",
159159
"rxjs": "^6.3.3",

src/lang-go.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@babel/polyfill'
22

3-
import { Handler, initLSIF } from '@sourcegraph/basic-code-intel'
3+
import { Handler, initLSIF, asyncFirst, wrapMaybe, Maybe } from '@sourcegraph/basic-code-intel'
44
import * as wsrpc from '@sourcegraph/vscode-ws-jsonrpc'
55
import { ajax } from 'rxjs/ajax'
66
import * as sourcegraph from 'sourcegraph'
@@ -27,9 +27,6 @@ import {
2727
import { ConsoleLogger, createWebSocketConnection } from '@sourcegraph/vscode-ws-jsonrpc'
2828
import gql from 'tagged-template-noop'
2929
import { Settings } from './settings'
30-
// This is the (temporarily) intended usage.
31-
// tslint:disable-next-line: no-submodule-imports
32-
import { asyncFirst, wrapMaybe, Maybe } from '@sourcegraph/basic-code-intel/lib/lsif'
3330

3431
// If we can rid ourselves of file:// URIs, this type won't be necessary and we
3532
// can use lspext.Xreference directly.

0 commit comments

Comments
 (0)