isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

Update npm deps (fix security warnings). #15

Closed isaacabraham closed 6 years ago

isaacabraham commented 6 years ago

I've updated NPM deps to (hopefully) fix the security vunerabilities that GH is presenting. Just want to make sure this doesn't "break" anything you've been doing (I've got limited understanding on how the newer version of the tools now work - sorry!)

matthid commented 6 years ago

how the newer version of the tools now work

If there is anything in particular you want to know just ask :). Basically it is just using node/typescript because that is xplat in contrast to powershell

matthid commented 6 years ago

And fable is in its current state a bit too much overhead

isaacabraham commented 6 years ago

Yeah I just need to understand how the tasks flow through from TS / JS into VSTS - it's mostly all documented on VSTS site, I just haven't read through it all. And how the .dev folders work compared to the non-.dev ones and the build process :-)