-
Notifications
You must be signed in to change notification settings - Fork 797
figma variables export ready for functionality testing #8052
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
Conversation
…nd current property
limitations on naming when the variable name includes as last item the same word as one of the columns can probably be fixed with different separators for functions from properties
…notation as structs can't contain functions and the scheme is intending on organizing by mode
…ts for all variable types
| } | ||
| }, | ||
| "dependencies": { | ||
| "@types/jszip": "3.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the types be a dev-dependency so we do not need to ship them to end-users? Not sure, I am just asking :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to not compile anything on runtime but I think it uses a library available on the web - as figma is mostly online I think this is probably ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or at least I meant to. At some point something got stuck. I dont recall completely. I'll check on Monday
No description provided.