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

Avoid using eval() in usage package #66

Open
WhyAsh5114 opened this issue Dec 5, 2024 · 0 comments
Open

Avoid using eval() in usage package #66

WhyAsh5114 opened this issue Dec 5, 2024 · 0 comments

Comments

@WhyAsh5114
Copy link
Member

Is your feature request related to a problem? Please describe.

Warnings during the build step of the usage package

Describe the solution you'd like

Can use .split(".") to get the first two words (model, operation), and the rest will be query. Using JSON.parse() on the rest of the string will circumvent using eval() and therefore get rid of the warnings during build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant