mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-14 16:40:05 +00:00
lint
This commit is contained in:
parent
a632a599d3
commit
5ddf36d4c1
@ -1,10 +1,9 @@
|
|||||||
import { Component, Input, Injector } from '@angular/core'
|
import { Component, Input, Injector } from '@angular/core'
|
||||||
import { BaseTabProcess, WIN_BUILD_CONPTY_SUPPORTED, isWindowsBuild } from 'tabby-core'
|
import { BaseTabProcess, WIN_BUILD_CONPTY_SUPPORTED, isWindowsBuild } from 'tabby-core'
|
||||||
import { BaseTerminalTabComponent } from 'tabby-terminal'
|
import { BaseTerminalTabComponent } from 'tabby-terminal'
|
||||||
import { LocalProfile } from '../api'
|
import { LocalProfile, SessionOptions } from '../api'
|
||||||
import { Session } from '../session'
|
import { Session } from '../session'
|
||||||
import { UACService } from '../services/uac.service'
|
import { UACService } from '../services/uac.service'
|
||||||
import { SessionOptions } from 'http2'
|
|
||||||
|
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
@Component({
|
@Component({
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as fs from 'mz/fs'
|
import * as fs from 'mz/fs'
|
||||||
import { Injectable } from '@angular/core'
|
import { Injectable } from '@angular/core'
|
||||||
import { Logger, LogService, ConfigService, AppService, ProfilesService } from 'tabby-core'
|
import { Logger, LogService, ConfigService, ProfilesService } from 'tabby-core'
|
||||||
import { TerminalTabComponent } from '../components/terminalTab.component'
|
import { TerminalTabComponent } from '../components/terminalTab.component'
|
||||||
import { LocalProfile } from '../api'
|
import { LocalProfile } from '../api'
|
||||||
|
|
||||||
@ -10,7 +10,6 @@ export class TerminalService {
|
|||||||
|
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
private constructor (
|
private constructor (
|
||||||
private app: AppService,
|
|
||||||
private profilesService: ProfilesService,
|
private profilesService: ProfilesService,
|
||||||
private config: ConfigService,
|
private config: ConfigService,
|
||||||
log: LogService,
|
log: LogService,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user