Dimitri

Results 31 comments of Dimitri

...what I also want to say: your plugin is the only really working solution in the universe. I just spent 2 days only on bridging css-modules + typescript strong typing...

Oh wow, I didn’t realize you’re in create-react-app! I think that even a raw string search by `/^\.key\b/` where key is the property visible from TS side would be waaay...

BTW, VSCode supports multiple occurrences in the UI - i.e. if we create the following: ```ts // a.ts interface A { field1: number; } // b.ts interface A { field2:...

Meanwhile, here is a eslint rule to disallow `const enum` usage: https://www.npmjs.com/package/eslint-plugin-typescript-enum

@rochdev Just spent 1h or so with an interactive debugger trying to figure out, why `blocklist` is ignored, finally figured out, and then found this thread. :-) What was another...

@kisenka, thanks for you work! > I'am planning to deprecate and remove extract mode from svg-sprite-loader. To replace it I wrote separate plugin which perform SVG extracting only – extract-svg-sprite-webpack-plugin...

I see, thanks. Pity, because there is a trend of getting rid of Babel and of going TS-only since it's good enough already and quickly adsorbs the upcoming Ecmascript changes.

I think in this case e() won’t work, because it’s already unwrapped by c(). So it has to be re-wrap, which is inconvenient.

I also just got this effect. In `git log`: In GitHub UI:

@LinusU any chance to merge this in?