Skip to content
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/cli #11

Merged
merged 5 commits into from
Jan 24, 2024
Merged

Feat/cli #11

merged 5 commits into from
Jan 24, 2024

Conversation

taoliujun
Copy link
Owner

close #4

Copy link

github-actions bot commented Jan 24, 2024

Eslint Check Result

❌ 1 error 0 warnings.

Details

🌼   �[35mdaisyUI�[39m �[2m4.6.0�[22m
├─ �[32m✔︎�[39m �[34mprefix�[39m is enabled�[2m		daisyUI classnames must use�[22m �[34mds-�[39m �[2mprefix�[22m
├─ �[32m✔︎�[39m 2 themes added�[2m		https://daisyui.com/docs/themes�[22m
╰─ �[32m★�[39m �[0mStar daisyUI on GitHub�[0m	�[2mhttps://github.com/saadeghi/daisyui�[22m


/home/runner/work/svg-to-component/svg-to-component/packages/cli/src/preview.ts
3:67  error  Unable to resolve path to module 'svg-to-component.preview'  import/no-unresolved

✖ 1 problem (1 error, 0 warnings)

Typescript Check Result

❌ 3 errors.

Details

Scope: 3 of 4 workspace projects
packages/parse lint:ts$ tsc --noEmit
packages/preview lint:ts$ tsc --noEmit
packages/parse lint:ts: Done
packages/preview lint:ts: Done
packages/cli lint:ts$ tsc --noEmit
packages/cli lint:ts: src/parse.ts(7,55): error TS2307: Cannot find module 'svg-to-component.parse' or its corresponding type declarations.
packages/cli lint:ts: src/parse.ts(28,24): error TS7006: Parameter 'v' implicitly has an 'any' type.
packages/cli lint:ts: src/preview.ts(3,67): error TS2307: Cannot find module 'svg-to-component.preview' or its corresponding type declarations.
packages/cli lint:ts: Failed
/home/runner/work/svg-to-component/svg-to-component/packages/cli:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  [email protected] lint:ts: `tsc --noEmit`
Exit status 2

UnitTest Check Result

✅ passed.


Commented by Action check pull request #11, last updated on Wed Jan 24 14:23:15 CST 2024.

@taoliujun taoliujun merged commit b531be4 into master Jan 24, 2024
6 checks passed
@taoliujun taoliujun deleted the feat/preview branch January 24, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add package CLI
1 participant