RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
8 stars 1 forks source link

Compile to ES2019 #65

Closed usernamehw closed 3 years ago

usernamehw commented 3 years ago

From NodeJS 12 it's safe to compile to ES2019.

https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping

Current target of this extension 1.54 uses NodeJS 14

RandomFractals commented 3 years ago

yep. I had that in the update I stashed for snippet view. will change it.