Skip to content

Commit 534fbfa

Browse files
committed
chore: lint
1 parent c9f5be1 commit 534fbfa

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

src/core/context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { relative } from 'node:path'
22
import type fs from 'node:fs'
3+
import process from 'node:process'
34
import Debug from 'debug'
45
import type { UpdatePayload, ViteDevServer } from 'vite'
56
import { slash, throttle, toArray } from '@antfu/utils'

src/core/resolvers/ionic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ComponentResolver } from '../../types'
22

3-
/**
3+
/**
44
* source: https://github.com/nuxt-modules/ionic/blob/main/src/imports.ts
55
* @author @danielroe
66
*/

src/core/resolvers/vueuse-directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { readFileSync } from 'node:fs'
2+
import process from 'node:process'
23
import { resolveModule } from 'local-pkg'
34
import type { ComponentResolver } from '../../types'
45

src/core/resolvers/vueuse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { readFileSync } from 'node:fs'
2+
import process from 'node:process'
23
import { resolveModule } from 'local-pkg'
34
import type { ComponentResolver } from '../../types'
45

src/core/unplugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { existsSync } from 'node:fs'
2+
import process from 'node:process'
23
import { createUnplugin } from 'unplugin'
34
import { createFilter } from '@rollup/pluginutils'
45
import chokidar from 'chokidar'

src/core/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { parse } from 'node:path'
2+
import process from 'node:process'
23
import { minimatch } from 'minimatch'
34
import resolve from 'resolve'
45
import { slash, toArray } from '@antfu/utils'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy