Nick Gavrilov
Nick Gavrilov
I just tested it a bit on a new updated version (0.13.14) and there's a couple more issues with unused variables. And another caused by mixing `return` + template literal.
Tested this and it works well in TypeScript project
**Describe your feature request** It would be really handy to have ability to encrypt selected text (like in Evernote desktop client). There are two ways of how to implement it...
I have the following tsconfig.json: ``` { "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2020", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental":...
Allow module-alias to be initialized from multiple places, including separate packages in node_modules and nested/child packages (within source folder). It should add aliases to some global stack that will be...
Right now we have `_moduleAliases` and `_moduleDirectories` options that we read from package.json. It makes sense to move them into `"module-alias": { alias, modules }` (names `alias, modules` can be...
- [ ] Check if the required module is the same object instance, regardless of require-ing using alias or not (the require cache should be returned). - [ ] Test...
I tried to install an npm module "require-dir" which depends on Node's "fs" module and it gave me an error `TypeError: FS.readdirSync is not a function`. I guess it not...
Just installed this plugin and got this when tried to format `.js` file: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 618, in run_ return self.run(edit) File "/Users/Admin/Library/Application...