mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 14:20:36 -04:00
refactor(supi): remove unused imports
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import logger from '@pnpm/logger'
|
||||
import normalizeRegistryUrl = require('normalize-registry-url')
|
||||
import {StoreController} from 'package-store'
|
||||
import { StoreController } from 'package-store'
|
||||
import path = require('path')
|
||||
import {LAYOUT_VERSION} from '../constants'
|
||||
import pnpmPkgJson from '../pnpmPkgJson'
|
||||
import { ReporterFunction } from '../types'
|
||||
|
||||
export interface PruneOptions {
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
import logger from '@pnpm/logger'
|
||||
import normalizeRegistryUrl = require('normalize-registry-url')
|
||||
import {StoreController} from 'package-store'
|
||||
import path = require('path')
|
||||
import {LAYOUT_VERSION} from '../constants'
|
||||
import pnpmPkgJson from '../pnpmPkgJson'
|
||||
import { ReporterFunction } from '../types'
|
||||
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
import logger from '@pnpm/logger'
|
||||
import { ReadPackageHook } from '@pnpm/types'
|
||||
import normalizeRegistryUrl = require('normalize-registry-url')
|
||||
import {StoreController} from 'package-store'
|
||||
import path = require('path')
|
||||
import {LAYOUT_VERSION} from '../constants'
|
||||
import pnpmPkgJson from '../pnpmPkgJson'
|
||||
import { ReporterFunction } from '../types'
|
||||
|
||||
export interface StoreStatusOptions {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import logger from '@pnpm/logger'
|
||||
import normalizeRegistryUrl = require('normalize-registry-url')
|
||||
import {StoreController} from 'package-store'
|
||||
import path = require('path')
|
||||
import {LAYOUT_VERSION} from '../constants'
|
||||
import pnpmPkgJson from '../pnpmPkgJson'
|
||||
import { ReporterFunction } from '../types'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user