tyankatsu

Results 17 issues of tyankatsu

## Description When run`npm run bundlesize --report-json`, output file `bundlesize-report.json` in working directory. ## Motivation and Context We can edit data made from bundlesize ## Screenshots (if appropriate): ## Types...

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** Report function does not exist. **If the current behavior is a bug, please...

VSCodeを使っているのですが、[vscode-icons](https://github.com/vscode-icons/vscode-icons)で、`.markuplintrc`の際にアイコンが何も適用されていないです。 追加する予定はありますか?

todo

**Is your feature request related to a problem? Please describe.** When we run `shipjs prepare` at local, .env is needed. But Shipjs's log when run command `shipjs setup` does not...

# Bug report ## Describe the bug When I use `npm run build`, following error appears: ``` nr build > [email protected] build /Users/tyankatsu/project/realworld > tsc && vite build node_modules/@stitches/react/types/index.d.ts:42:70 -...

typescript

close: https://github.com/vuejs/vue-eslint-parser/issues/102 This PR adds some utils for ESLint plugins, such as eslint-plugin-vue.

Hi, I'm a core maintainer of [eslint-plugin-gridsome](https://github.com/gridsome/eslint-plugin-gridsome) that depend on vue-eslint-parser. eslint-plugin-vue/lib/utils are great utils for a plugin that depend on vue-eslint-parser. So I want to use the utils as...

## Description ## Related issues: - Resolved #139 ## Checklist * [x] I have read [CONTRIBUTING.md](https://github.com/piotrwitek/utility-types/blob/master/CONTRIBUTING.md) * [x] I have linked all related issues above * [x] I have rebased...

## Description ```ts /** * NonUndefined * @desc Exclude undefined from set `A` * @example * // Expect: "string | null" * SymmetricDifference; */ export type NonUndefined = A extends...

Hi. I love this devtools. Thanks for all contributors! Currently, this devtools UI are included application if`NODE_ENV` is NOT production. But, I think people who want to create an application...

help wanted
feature request