mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 07:51:56 +03:00
80fdbe1427
In this PR a new method of "ExecututionContext" model is created allowing visualization modification, and the "on_preprocessor_changed" endpoint of visualization is exposed in GraphEditor and integrated with the new controller methods.
Original commit: 9811d76a8d
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "build-script",
|
|
"version": "1.0.0",
|
|
"description": "Build Scripts",
|
|
"repository": "git@github.com:enso-org/ide.git",
|
|
"dependencies": {
|
|
"glob": "^7.1.6",
|
|
"js-yaml": "4.0.0",
|
|
"ncp": "^2.0.0",
|
|
"semver": "7.3.4",
|
|
"yargs": "^15.3.0"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"prettier": "2.2.0",
|
|
"prettier-plugin-toml": "0.3.1"
|
|
}
|
|
}
|