Organize imports in vs/base

This commit is contained in:
Matt Bierner
2021-08-04 12:28:27 -07:00
parent 39127ad747
commit 494cbbd02d
172 changed files with 692 additions and 703 deletions

View File

@@ -3,10 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./hover';
import * as dom from 'vs/base/browser/dom';
import { Disposable } from 'vs/base/common/lifecycle';
import { DomScrollableElement } from 'vs/base/browser/ui/scrollbar/scrollableElement';
import { Disposable } from 'vs/base/common/lifecycle';
import 'vs/css!./hover';
const $ = dom.$;