sergei.tarassov

Results 20 comments of sergei.tarassov

> Also add definitions to [Transform class](https://github.com/AssemblyScript/assemblyscript/blob/main/cli/index.d.ts?rgh-link-date=2022-06-30T20%3A12%3A39Z#L273). And will be great to add "afterRead" to all tests in this folder: [`main`/tests/transform](https://github.com/AssemblyScript/assemblyscript/tree/main/tests/transform?rgh-link-date=2022-06-30T20%3A12%3A39Z) done!

> Yes, I guess you can add extra hook. PR are welcomed. But I more prefer to implement such syntax directly in AssemblyScript. Because it will allow people to avoid...

> If src/index.ts is ignored and dist/index.js resolves to src/index.ts, should the resolver do that mapping? Sounds like an edge case. Lib can throw an error with any unclear behavior...

Maybe you can call `getDecorators` on child container, then register deps async into parent container?

Do not forget about mixins only files.

What do you think about auto-injection of css variables? In: ```vue hello export default { props: ['color', 'size'], data: () => ({ bgColor: 'red' }), computed: { fontSize() { return...

I think, you need to provide config to allow custom global keys. RIght now these project has too many PR's. Each resolves only specific case.

I had tried to mock real fs package with memory-fs to boost performance of multiple packages and stumbled upon the problem (missing rename). I don't know is it a problem...

Documentations says `request.httpVersion` https://nodejs.org/api/http2.html#http2_request_httpversion PR: https://github.com/webpack-contrib/webpack-hot-middleware/pull/322

@An1kii, show your directory listing. Also check, png is required.