Cantin

Results 4 comments of Cantin

The issue seemed to be fixed in the latest version.

> Neat, but does this approach provide the correct line numbers and support `i18n-tasks-use` comments? Hey, @glebm, thanks for the reply. So far in my test the line numbers are...

Hey @davidwessman ,thanks for the reply. Nice spec, I'll look into it.

One approach for the JS scanner is using JS AST parser like `@babel/parser` and `@babel/traverse` to traverse and find the items. Example here: ``` let fs = require('fs') let parser...