<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.ts, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2025-02-05T10:01:44Z</updated>
<entry>
<title>refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)</title>
<updated>2025-02-05T10:01:44Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-02-05T10:01:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c548ec9906947c72743e611254a6557e8e8d057c'/>
<id>urn:sha1:c548ec9906947c72743e611254a6557e8e8d057c</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(frontend): remove redundant class names (#12618)</title>
<updated>2023-12-10T08:53:38Z</updated>
<author>
<name>Acid Chicken (硫酸鶏)</name>
<email>root@acid-chicken.com</email>
</author>
<published>2023-12-10T08:53:38Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2217d0c050d16aa195a65780ffd6c450ba202dc1'/>
<id>urn:sha1:2217d0c050d16aa195a65780ffd6c450ba202dc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)</title>
<updated>2023-07-27T05:31:52Z</updated>
<author>
<name>Shun Sakai</name>
<email>sorairolake@protonmail.ch</email>
</author>
<published>2023-07-27T05:31:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c2370a1be631355e709c47d3b5e9469906116b84'/>
<id>urn:sha1:c2370a1be631355e709c47d3b5e9469906116b84</id>
<content type='text'>
* 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 &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>perf(#10923): CSS Modules のクラス名をインライン化する (#10930)</title>
<updated>2023-06-01T08:19:46Z</updated>
<author>
<name>Acid Chicken (硫酸鶏)</name>
<email>root@acid-chicken.com</email>
</author>
<published>2023-06-01T08:19:46Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=337dd97b490fb6bcfc351566a4fd80c35a9cda14'/>
<id>urn:sha1:337dd97b490fb6bcfc351566a4fd80c35a9cda14</id>
<content type='text'>
* 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 5c7ef366eceebe8ba260efa4d5d675f6c1775c45.

* fix(#10923): hidden tale

* perf(#10923): also unwind scoped css contained components

* perf(#10923): `normalizeClass` AOT compilation

---------

Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
</feed>
