Gilmar Quinelato

Results 58 comments of Gilmar Quinelato

Personally I don't know if sorting the keys should be the responsibility of the app. Because this is a personal thing for each project and developer. As far as I...

@gabrielrobert I liked the idea, but I agree with @Androz2091, since the common way across every environment is `module.exports` maybe we can standardise to be that. Another problem is about...

What I meant was not to support these features, but since it will be evaluated, and when the file be written once hit save, the previous format will be dropped,...

Or the plugin could read the file by using `require`, so instead of trying to parse and using regex, just read using `require` and write in a JSON format. This...

Yeah, you're right. So, don't you think, since we have some possible problems with our user base, to just keep not supporting js files? I'm telling this because if it's...

Got it, but, are you sure that they don't support even if you manually provide them? like, importing the files and then provide the objects.

Understood, I see now the importance of it. I was thinking and I don't think we need to care about security things, since the tool only runs locally, so there's...

@gabrielrobert I don't think it's the case Firstly, Electron has a packaging thing that we can't write into it easily. Second, I think it will be really hard to poison...

@gabrielrobert about punctuation, was more about having `'` or `"`, ending with `,` or ending the export with `;`, with eval we don't need to care about any of them.

@gabrielrobert ah, got it, very nice point of view 😄 Ok, so then I'll test it and approve 😄 One thing related to the `testData` files, make sure they aren't...