Skip to content

Commit

Permalink
misc(externs): import crdp from root node_modules (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
denar90 authored and brendankenny committed May 27, 2018
1 parent e410b34 commit 424c7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/externs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/

import _Crdp from '../node_modules/vscode-chrome-debug-core/lib/crdp/crdp';
import _Crdp from 'vscode-chrome-debug-core/lib/crdp/crdp';
import _StrictEventEmitter from '../third-party/strict-event-emitter-types/index';
import { EventEmitter } from 'events';

Expand Down

0 comments on commit 424c7b8

Please sign in to comment.