Home New Trending Search
About Privacy Terms
Posts
Stephen Zhou's posts
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...

2 weeks ago 5 1 0 0

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

2 months ago 2 1 0 0
Video thumbnail

When using ESLint to format your code

2 months ago 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...

2 months ago 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:

1 year ago 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.

1 year ago 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

1 year ago 3 0 1 0
Stephen Zhou
Stephen Zhou
@hyoban.cc
59 Followers 163 Following 7 Posts
Posts Following