Results 23 comments of Sergio Cinos

@rprieto we are experiencing the problem defined in #17. Looks like a fix for it was already merged to master (#26) a while ago, but hasn't been released yet. Would...

Awesome, thanks for the response! Please let us know if there is something you need help with, maybe I can help.

How can I help?

The reason we don't rename sourcemaps is because they create a circular dependency: the `.js` file contains a reference to the sourcemap, and the sourcemap contains a reference to the...

Sorry, I read your message to quickly :( You are right. With hidden-source-map this should work. We probably don't need a config option: we can scan the `.js` source looking...

For anyone interested, I've started the development of an eslint integration in https://github.com/scinos/eslint-plugin-package-json

https://github.com/leo-buneev/eslint-plugin-md solves this by having its own parser (https://www.npmjs.com/package/markdown-eslint-parser) that generates an "empty" AST to fool eslint, but adds an extra property with the content of the Markdown file. Then...

> the result could sometimes be unstable What do you mean by "unstable"? > I have to run yarn install several times That sounds like a bug. It is expected...

Using `tslib@^2` would mean it would be ok for this project to use `tslib 2.0.0`, which is not compatible (according to their [release notes](https://github.com/microsoft/tslib/releases)) to latest TypeScript, so I would...

Makes sense, I'll try to find some time to prepare a PR.