Commit Graph

28 Commits

Author SHA1 Message Date
tai-cha
c54299e522 Refactor and Format codes 2025-03-02 10:11:22 +00:00
tai-cha
ca80f4e273 とりあえず省略記法に対応 2025-03-02 09:53:53 +00:00
tai-cha
8753c3cc37 loggerを置きかえ 2025-03-02 04:59:43 +00:00
tai-cha
c34087b81a マーカーの形を成形 2025-03-02 04:37:00 +00:00
tai-cha
f8282e8d1f childrenがduplicate key errorを吐く問題をいったん解決 2025-03-02 02:12:53 +00:00
syuilo
4192d8b3c7 wip 2025-02-22 19:48:34 +09:00
syuilo
0f86049b22 wip 2025-02-22 18:48:10 +09:00
syuilo
5b23857ced wip 2025-02-22 18:37:40 +09:00
tai-cha
1e80ee5bd0 hashをパスと行数から決定 2025-02-21 22:29:42 +09:00
tai-cha
798439dfaa update comment 2025-02-17 19:55:04 +09:00
tai-cha
f45bf08dd4 update comment 2025-02-17 19:54:28 +09:00
tai-cha
392670dd57 wip: childrenの生成 2025-02-17 19:53:03 +09:00
tai-cha
98b25dc2bd 条件が逆 2025-02-17 18:51:28 +09:00
tai-cha
3fb645025b 開発サーバーでだけ必要な挙動は開発サーバーのみで 2025-02-17 18:49:11 +09:00
tai-cha
f97f43abdd rollupでビルド時・devモード時に毎回uuidを生成するように 2025-02-17 18:25:41 +09:00
tai-cha
9f786b772b wip: markerIdを自動付与 2025-02-17 17:18:38 +09:00
tai-cha
30ff85babb SPDX 2025-02-17 14:56:06 +09:00
tai-cha
28c6b40f84 wip 2025-02-17 14:51:46 +09:00
tai-cha
5f4cc2463e wip rollup pluginでsearchIndexの情報生成 2025-02-17 04:21:16 +00:00
かっこかり
c548ec9906 refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)
* wip

* wip

* wip

* wip

* revert unnecessary changes

* wip

* refactor(frontend): enforce verbatimModuleSyntax

* fix

* refactor(frontend-shared): enforce verbatimModuleSyntax

* wip

* refactor(frontend-embed): enforce verbatimModuleSyntax

* enforce consistent-type-imports

* fix lint config

* attemt to fix ci

* fix lint

* fix

* fix

* fix
2025-02-05 10:01:44 +00:00
tamaina
c1514ce91d (re) update SPDX-FileCopyrightText
Fix  #13290
2024-02-13 15:59:27 +00:00
tamaina
311c2172d7 Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8.
2024-02-13 15:50:11 +00:00
syuilo
9b5aeb76d8 update SPDX-FileCopyrightText 2024-02-12 11:37:45 +09:00
zyoshoka
0009aa332b refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
Acid Chicken (硫酸鶏)
2217d0c050 refactor(frontend): remove redundant class names (#12618) 2023-12-10 17:53:38 +09:00
anatawa12
b6b838416d chore: remove unimplemented excludeNsfw (#12520) 2023-12-02 12:05:53 +09:00
Shun Sakai
c2370a1be6 chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)
* chore: Add the SPDX information to each file

Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.

* tweak format

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 14:31:52 +09:00
Acid Chicken (硫酸鶏)
337dd97b49 perf(#10923): CSS Modules のクラス名をインライン化する (#10930)
* perf(#10923): unwind css module class name

* perf(#10923): support multiple components

* refactor: clean up

* refactor(#10923): avoid `useCssModule()`

* fix(#10923): allow direct literal class name

* fix(#10923): avoid computed class name

* fix(#10923): allow literal keys

* fix(#10923): typo

* fix(#10923): invalid class names

* chore: test

* revert: test

This reverts commit 5c7ef366ec.

* fix(#10923): hidden tale

* perf(#10923): also unwind scoped css contained components

* perf(#10923): `normalizeClass` AOT compilation

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-06-01 17:19:46 +09:00