Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: new bundle #566
Feat: new bundle #566
Changes from all commits
69d15e1
1a2a36b
7db5cd8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Check failure on line 17 in generators/button/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check warning on line 23 in generators/button/src/generator.ts
GitHub Actions / Lint
(security/detect-eval-with-expression): eval with argument of type Identifier
Raw output
Check failure on line 25 in generators/button/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `ButtonColorSchemes`.
Raw output
Check failure on line 27 in generators/button/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check failure on line 21 in generators/icons/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check failure on line 22 in generators/icons/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check failure on line 34 in generators/icons/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check warning on line 42 in generators/icons/src/generator.ts
GitHub Actions / Lint
(security/detect-eval-with-expression): eval with argument of type Identifier
Raw output
Check failure on line 15 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 16 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Raw output
Check failure on line 18 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-return): Unsafe return of an `any` typed value.
Raw output
Check failure on line 18 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe any typed template tag.
Raw output
Check failure on line 29 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 29 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/promise-function-async): Functions that return promises must be async.
Raw output
Check failure on line 39 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 39 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/promise-function-async): Functions that return promises must be async.
Raw output
Check failure on line 43 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-call): Unsafe call of an `any` typed value.
Raw output
Check failure on line 55 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 60 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/prefer-ts-expect-error): Use "@ts-expect-error" to ensure an error is actually being suppressed.
Raw output
Check failure on line 61 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/restrict-template-expressions): Invalid type "any" of template literal expression.
Raw output
Check failure on line 69 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 75 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-module-boundary-types): Missing return type on function.
Raw output
Check failure on line 75 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 76 in generators/icons/src/svgr.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 17 in generators/input/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check warning on line 23 in generators/input/src/generator.ts
GitHub Actions / Lint
(security/detect-eval-with-expression): eval with argument of type Identifier
Raw output
Check failure on line 25 in generators/input/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `InputColorSchemes`.
Raw output
Check failure on line 27 in generators/input/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-unsafe-argument): Unsafe argument of type `any` assigned to a parameter of type `string`.
Raw output
Check failure on line 20 in generators/locales/src/generator.ts
GitHub Actions / Lint
(@typescript-eslint/no-confusing-void-expression): Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function.
Raw output
Check failure on line 8 in generators/utils/src/pretty.util.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-function-return-type): Missing return type on function.
Raw output
Check failure on line 8 in generators/utils/src/pretty.util.ts
GitHub Actions / Lint
(@typescript-eslint/explicit-module-boundary-types): Missing return type on function.
Raw output
Check failure on line 9 in generators/utils/src/pretty.util.ts
GitHub Actions / Lint
(@typescript-eslint/prefer-ts-expect-error): Use "@ts-expect-error" to ensure an error is actually being suppressed.
Raw output