mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 10:03:15 -05:00
Rewrites blame annotation controller and provider - fixes whitespace issues, reduces overhead, and provides better performance Rewrites status bar blame support - reduces overhead and provides better performance Adds showFileHistory command to status bar Renames showHistory to showFileHistory Fixes log to use iso 8601 for dates
12 lines
389 B
TypeScript
12 lines
389 B
TypeScript
'use strict';
|
|
// export * from './system/array';
|
|
// export * from './system/disposable';
|
|
// export * from './system/element';
|
|
// export * from './system/event';
|
|
// import Event from './system/event';
|
|
// export { Event };
|
|
export * from './system/function';
|
|
export * from './system/iterable';
|
|
// export * from './system/map';
|
|
export * from './system/object';
|
|
export * from './system/string'; |