From e67de8c8ee5ada1b0e02cef830c0bc954a1d36e3 Mon Sep 17 00:00:00 2001 From: Chris Wendt Date: Mon, 1 Apr 2019 11:46:34 -0700 Subject: [PATCH] Use native 'path' --- src/lang-go.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang-go.ts b/src/lang-go.ts index fd54e86..15d794f 100644 --- a/src/lang-go.ts +++ b/src/lang-go.ts @@ -9,7 +9,7 @@ import * as lsp from 'vscode-languageserver-protocol' import * as convert from './convert-lsp-to-sea' import * as lspext from './lspext' -const path = require('path-browserify') +import * as path from 'path' import { BehaviorSubject,