Naftoli Gugenheim

Results 591 comments of Naftoli Gugenheim

In scalajs-bundler it might be structured differently. The main thing is to iterate over npmDependencies, run `npm view $PACKAGE_NAME dist-tags.latest` on each one, and compare the returned version with the...

My biggest issue was reusing this across the right projects * It can't be in a global sbt file because not every project has npmDependencies * Copying (or symlinking) to...

What I'm missing from that blog post is how do you manage npm dependencies? I need them to propagate through sbt module dependencies and library dependencies.

I reproduced it on Ubuntu. ```  naftoli  /  tmp  git clone [email protected]:glmars/scalajs-bundler-wrongsourcemap.git Cloning into 'scalajs-bundler-wrongsourcemap'... remote: Counting objects: 20, done. remote: Compressing objects: 100% (11/11), done. remote:...

> we need some extra typing new DOM Props{ at call site , but i think its not a big deal I think it is a big deal. At the...

Also I don't like the idea of `vars

On Sun, Jan 8, 2017, 4:09 PM Chandra Sekhar Kode wrote: > The current version, aka 60k sloc, has a real cost. Hence I used my > version. > >...

BTW you inline a lot, have you actually tested / benchmarked how much of a difference it makes in running time (and how it affects download time)? On Wed, Feb...

On Wed, Feb 22, 2017 at 5:04 PM Chandra Sekhar Kode < [email protected]> wrote: > have you actually tested / benchmarked how much of a > > difference it makes...

How about just swap the names around, so instead of e.g. `@JSName("sShouldComponentUpdate") def shouldComponentUpdate` and `@JSName("shouldComponentUpdate") def jsShouldComponentUpdate` it's `@JSName("sShouldComponentUpdate") def sShouldComponentUpdate` and `@JSName("shouldComponentUpdate") def shouldComponentUpdate` and then just get...