Refactor: merge new output

This commit is contained in:
SukkaW
2024-09-21 04:22:08 +08:00
parent 76aa3a78b4
commit 9eec31be10
15 changed files with 461 additions and 598 deletions

View File

@@ -7,7 +7,7 @@ import { isProbablyIpv4, isProbablyIpv6 } from './lib/is-fast-ip';
import { TTL, fsFetchCache, createCacheKey } from './lib/cache-filesystem';
import { fetchAssets } from './lib/fetch-assets';
import { processLine } from './lib/process-line';
import { RulesetOutput } from './lib/create-file-new';
import { RulesetOutput } from './lib/create-file';
import { SOURCE_DIR } from './constants/dir';
const cacheKey = createCacheKey(__filename);