xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
331 stars 137 forks source link

feat: export with destructuring #93

Closed bmacher closed 3 years ago

bmacher commented 3 years ago

Adds the shortcut exd (regarding imd) to export only a portion of a module in ES6 syntax.

export { isString } from './utils'
bmacher commented 3 years ago

Please don't merge, I will add some further snippets for exporting modules.