Axetroy
Axetroy
> The rule should probably only autofix when the argument type is known. In other case the rule should still highlight and you'll have to rewrite the code manually. This...
> Thanks for the report. This method only works when using `@babel/core`, which is expected. What does this mean, Should I use `@babel/core` to parse instead of `@babel/parser`? I have...
This makes users wonder why: 1. The method `NodePath.prototype.getSource()` is defined but cannot be used 2. The `NodePath.prototype.toString()` method is not declared, but string conversion can be used
> toString generates code based on AST, which may not be consistent with the original input format. I found it. `toString()` will generate from AST, then drop the trailing comma...
> You can replace path.hub.getCode() with the variable you use to store the input. Thanks, it works for me.
I have tried to implement i18n with `vscode-nls`. Then encountered a lot of difficulties I found that `vscode-nls` is not so friendly. here we go: **1. `vscode-nls` is not a...
`vscode-nls` does not matter with `Transifex`. But the official i18n example uses it. If you use `vscode-nls` alone, you have to explore it yourself. The examples I've posted is the...
@eamodio Yes, the project must have the translation files. Add copyPlugin to webpack to copy the translation file to the dist directory. Because there is too much place to translate....
@eamodio Yes. I am working on it. This will take a lot of time due to a large number of configuration items. PR is coming soon...
/cc @sindresorhus @fisker Now is ready for review