File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// @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'
44import escalade from 'escalade/sync'
55import prettier from 'prettier'
66import type { ParserOptions } from 'prettier'
Original file line number Diff line number Diff line change 11// @ts -check
2- import * as path from 'path'
2+ import * as path from 'node: path'
33import clearModule from 'clear-module'
44// @ts -ignore
55import { generateRules as generateRulesFallback } from 'tailwindcss-v3/lib/lib/generateRules'
Original file line number Diff line number Diff line change 11// @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'
55import { createJiti , type Jiti } from 'jiti'
6- import postcss from 'postcss'
7- // @ts -ignore
8- import postcssImport from 'postcss-import'
96import { resolveCssFrom , resolveJsFrom } from '../resolve'
107import type { UnifiedApi } from '../types'
118
You can’t perform that action at this time.
0 commit comments