Nick Gavrilov

Results 24 issues of 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.

enhancement

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...

request

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":...

help wanted

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...

good first issue

- [ ] 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...

1 Feature
quality of life

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...