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

@@ -4,7 +4,7 @@ import { task } from './trace';
import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR } from '../Source/stream';
import { SHARED_DESCRIPTION } from './lib/constants';
import { RulesetOutput } from './lib/create-file-new';
import { RulesetOutput } from './lib/create-file';
export const createRulesetForStreamService = (span: Span, fileId: string, title: string, streamServices: Array<import('../Source/stream').StreamService>) => {
return span.traceChildAsync(fileId, async (childSpan) => Promise.all([