Nikita

Results 61 comments of Nikita

I'm having the same problem as @tapz on Fedora with Node 10

I wanted to work on this but it seems that it's impossible to prevent rollup from writing a file, so there's no point

> However, I think `if/else` can still be an expression without being inside a `do` block. That would mean the following is allowed: ```js let x = if (foo) if...

@cdow > I'm not sure I understand why this is a problem Because it adds semicolons which aren't actually ending the statement. Having semicolons inside expressions is weird

Why doesn't `--symbolsWithOwnFile none` work on latest `@next`? Edit: nvm I figured it out: ``` npx typedoc --plugin typedoc-plugin-markdown --readme none \ --disableSources --hidePageTitle --hideBreadcrumbs --hideInPageTOC \ --outputFileStrategy modules --excludeGroups...

@drwpow > in most instances it’s subjective how you’d want it interpreted Is it true tho? This is what the docs say about content type for a part in multipart...

@mischnic I am actually building a React library and wanted to use CSS modules so the class names don't clash with user's styles: `src/MyComponent.tsx` ```tsx import { myClass } from...

I also just tried similar thing without CSS modules: `src/MyComponent.tsx` ```tsx export function MyComponent() { return } ``` `src/MyComponent.css` ```css .myHopefullyUniqueClass { border: 3px solid hotpink; } ``` `package.json` ```json...

@theorlovsky > any updates on this one? I started working on this 3 months ago but haven't finished it yet. It wasn't as easy as I thought. I'm gonna finish...

Not only `esm.sh` doesn't work, it freezes whole vscode for me.