mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
43b79e4569
[Task link](https://www.pivotaltracker.com/story/show/180886630). This PR implements support for adding/removing skip and freeze macros on nodes by clicking on corresponding buttons. This PR does not touch the parser and engine side, so `skip` and `freeze` macros return syntax errors. https://user-images.githubusercontent.com/6566674/205052940-440553ae-1761-4452-927d-c3c39620e20a.mp4 # Important Notes - `skip` and `freeze` macros are not working with the new parser. The code currently produces syntax errors. This would be fixed as a separate task {TBD link}
12 lines
348 B
YAML
12 lines
348 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 15.11 MiB
|
|
|
|
required-versions:
|
|
cargo-watch: ^8.1.1
|
|
node: =18.12.1
|
|
wasm-pack: ^0.10.2
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|