File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
// @ts -check
2
- import * as path from 'path'
3
- import { pathToFileURL } from 'url'
2
+ import * as path from 'node: path'
3
+ import { pathToFileURL } from 'node: url'
4
4
import escalade from 'escalade/sync'
5
5
import prettier from 'prettier'
6
6
import type { ParserOptions } from 'prettier'
Original file line number Diff line number Diff line change 1
1
// @ts -check
2
- import * as path from 'path'
2
+ import * as path from 'node: path'
3
3
import clearModule from 'clear-module'
4
4
// @ts -ignore
5
5
import { generateRules as generateRulesFallback } from 'tailwindcss-v3/lib/lib/generateRules'
Original file line number Diff line number Diff line change 1
1
// @ts -check
2
- import * as fs from 'fs/promises'
3
- import * as path from 'path'
4
- import { pathToFileURL } from 'url'
2
+ import * as fs from 'node: fs/promises'
3
+ import * as path from 'node: path'
4
+ import { pathToFileURL } from 'node: url'
5
5
import { createJiti , type Jiti } from 'jiti'
6
- import postcss from 'postcss'
7
- // @ts -ignore
8
- import postcssImport from 'postcss-import'
9
6
import { resolveCssFrom , resolveJsFrom } from '../resolve'
10
7
import type { UnifiedApi } from '../types'
11
8
You can’t perform that action at this time.
0 commit comments