@scriptify-vscode/eval
v1.0.2
Published
eval() for Scriptify
Downloads
10
Readme
@scriptify-vscode/eval
This script is designed to be used with the VS Code extension "Scriptify". It allows you to evaluate JavaScript code within the extension.
Example
- Open a file in your VS Code editor.
- Add a code and run the script using the "Scriptify" extension.
- The script will evaluate the JavaScript code provided in the file.
- If the code executes successfully, the result will be returned.
- If an error occurs during evaluation, the error message will be logged to the console, and the original value will be returned.