Alexander

Results 77 comments of Alexander

Hi, @augonis! I am not sure, that I have got your point. Can you explain a little bit more about the reproduce case? What kind of bundler do you use...

@augonis thanks for the clarification! Going to try `pwa-starter-kit` and see how we can solve this. As far as I know, we can distribute valid es6 format via `module` property...

I guess I have found https://pwa-starter-kit.polymer-project.org/faq ``` If the library’s pkg.main is not already ESM, check if package.json defines pkg.module or pkg[‘jsnext:main’] - our tools will prefer those if present....

I am also for the first way. So, to fix this issue we need to: 1. Provide es6 imports support for our dependencies: `dedent`, and `plural-forms`. We can put `dedent`...

As far as I can see it makes sense to use rollup instead of webpack for ttag distribution. It seems like it can easily distribute es6 modules format + produces...

Hi @dy, `.vue` files were added recently to ttag-cli https://github.com/ttag-org/ttag-cli/pull/93. @eavae probably can help here, because I haven't used ttag and vue still.

Hi, thanks for the good words) Unfortunately, now you can't use `jsx` inside `ngettext`. But it makes sense to implement that. Will try to make some prototype soon and share...

It would be great if you can provide some code snippets for clarifying. If I understood correctly, you want to have something like: ```js import { domain } from 'c-3po'...

seems like a bug. Thanks for the report

Hi @aldipower! Seems like a bug, need to check that. Let's clarify the reproduce case. If I've got your point, this code block is not extracted by `ttag-cli`: ```js import...