node
node copied to clipboard
lib: fix module print timing when specifier includes `"`
Currently, we generate invalid JSON if the specifier contains "
, this can be addressed by escaping all double quotes like this PR is doing.