This commit is contained in:
tai-cha 2025-02-17 14:56:06 +09:00
parent 28c6b40f84
commit 30ff85babb
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
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.

View File

@ -1,6 +1,11 @@
// vue-props-analyzer によって自動生成されたファイルです。
// 編集はしないでください。
/*
* 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.
import { i18n } from '@/i18n'; // i18n のインポート