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

Compiling user role card with newline produces a syntax error #58

Open
kokocodes1 opened this issue Apr 27, 2024 · 0 comments
Open

Compiling user role card with newline produces a syntax error #58

kokocodes1 opened this issue Apr 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kokocodes1
Copy link

Compiling a user role card with newlines in it causes a syntax error in the file packages/shared/src/lib/types/core/user/user-role.ts
Example of faulty code generated:

export const UserRoles = ['Anyone', '',
  'sad',
  'break
cody
'
] as const;

export type UserRole = (typeof UserRoles)[number]; 
@codeliner codeliner added the bug Something isn't working label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants