Skip to content

Avoid using eval() in usage package #66

@WhyAsh5114

Description

@WhyAsh5114

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions