Stephen Zhou's Avatar

Stephen Zhou

@hyoban.cc

https://github.com/hyoban

59
Followers
163
Following
7
Posts
31.10.2024
Joined
Posts Following

Latest posts by Stephen Zhou @hyoban.cc

perf: no export all for @typescript-eslint/utils by hyoban · Pull Request #1150 · eslint-stylistic/eslint-stylistic Before submitting the PR, please make sure you do the following: Read the Contributing Guide. Check that there isn't already a PR that solves the problem the same way to avoid creating a dup...

Make ESLint Stylistic 20% faster
github.com/eslint-styli...

27.02.2026 09:43 👍 5 🔁 1 💬 0 📌 0

@boshen.github.io Oxfmt -> RSSHub
github.com/DIYgod/RSSHu...

12.01.2026 16:21 👍 2 🔁 1 💬 0 📌 0
Video thumbnail

When using ESLint to format your code

07.01.2026 15:36 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - hyoban/react-i18n-rsc Contribute to hyoban/react-i18n-rsc development by creating an account on GitHub.

I built a demo that adds RSC support to react-i18next using Waku by @daishikato.com , inspired by @amann.work 's next-intl implementation. I chose to make it a demo to keep everything transparent and easy to adapt. Let me know if there's anything I should improve.
github.com/hyoban/react...

05.01.2026 05:42 👍 4 🔁 0 💬 1 📌 0
import { defineBuildConfig } from "unbuild";

export default defineBuildConfig({
	entries: [
		{
			builder: "mkdist",
			declaration: true,
			format: "cjs",
			input: "./src",
			outDir: "./dist",
			pattern: ["**/*.ts", "!**/*.test.ts"],
		},
	],
});

import { defineBuildConfig } from "unbuild"; export default defineBuildConfig({ entries: [ { builder: "mkdist", declaration: true, format: "cjs", input: "./src", outDir: "./dist", pattern: ["**/*.ts", "!**/*.test.ts"], }, ], });

It's very easy to use. Just write the configuration like this:

06.02.2025 13:05 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - unjs/unbuild: 📦 A unified JavaScript build system 📦 A unified JavaScript build system. Contribute to unjs/unbuild development by creating an account on GitHub.

github.com/unjs/unbuild has a bundleless option. It looks closer to what you want.

05.02.2025 23:37 👍 2 🔁 0 💬 1 📌 0
Preview
GitHub - huozhi/bunchee: Zero config bundler for npm packages Zero config bundler for npm packages. Contribute to huozhi/bunchee development by creating an account on GitHub.

github.com/huozhi/bunchee by @huozhi.im

05.02.2025 15:59 👍 3 🔁 0 💬 1 📌 0