This commit is contained in:
tai-cha
2025-02-17 14:56:06 +09:00
parent 28c6b40f84
commit 30ff85babb
2 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { parse as vueSfcParse } from '@vue/compiler-sfc';
import type { Plugin } from 'rollup';
import fs from 'node:fs';
@@ -43,7 +48,11 @@ function outputAnalysisResultAsTS(outputPath: string, analysisResults: AnalysisR
const tsOutput = `
// To English
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
// This file was automatically generated by create-search-index.
// Do not edit this file.