SPDX
This commit is contained in:
parent
28c6b40f84
commit
30ff85babb
|
@ -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 { parse as vueSfcParse } from '@vue/compiler-sfc';
|
||||||
import type { Plugin } from 'rollup';
|
import type { Plugin } from 'rollup';
|
||||||
import fs from 'node:fs';
|
import fs from 'node:fs';
|
||||||
|
@ -43,7 +48,11 @@ function outputAnalysisResultAsTS(outputPath: string, analysisResults: AnalysisR
|
||||||
|
|
||||||
|
|
||||||
const tsOutput = `
|
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.
|
// This file was automatically generated by create-search-index.
|
||||||
// Do not edit this file.
|
// Do not edit this 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 のインポート
|
import { i18n } from '@/i18n'; // i18n のインポート
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue