Currently the Interactive Window falls back to using ES5 Node.js language service sans squigglies, rather than the new ES6 "Salsa" language service. Instead, we want to start using Salsa so that we can:
- get ES6 syntax highlighting and completions
- provide a more consistent experience across the product
- consolidate JS language service engineering efforts
- improve performance by fully divorcing ourselves from NodeLS
In order to achieve this, we need to investigate the following:
(@avitalb is currently working on this issue)
Currently the Interactive Window falls back to using ES5 Node.js language service sans squigglies, rather than the new ES6 "Salsa" language service. Instead, we want to start using Salsa so that we can:
In order to achieve this, we need to investigate the following:
(@avitalb is currently working on this issue)