node icon indicating copy to clipboard operation
node copied to clipboard

lib: fix module print timing when specifier includes `"`

Open aduh95 opened this issue 5 months ago • 5 comments

Currently, we generate invalid JSON if the specifier contains ", this can be addressed by escaping all double quotes like this PR is doing.

aduh95 avatar Sep 28 '24 13:09 aduh95