Sébastien Doeraene

Results 617 comments of Sébastien Doeraene

`WeakMap` is standardized in ECMAScript, so it should be added directly in the Scala.js standard library, instead of here.

I would suggest leaving `experimental` in the past, and represent instead the full spec, independently of browser support. Otherwise, there's never a good time nor a good way to have...

To anyone coming here before we adapt anything, please note that: * Take any Scala.js documentation, and set `scalaVersion := "3.0.0"` * You may have to adapt `libraryDependencies`, just like...

Yes, it's probably worth documenting it. Although it's a fairly common general Scala idiom.

Is it? Searching `implicit class` does not yield any result.

Yeah, it probably should.

http://www.scala-lang.org/ also refers to "API Docs" and not to "Scaladocs". Scaladoc is the name of the tool used to generate the API Docs.

PR welcome.. I don't use Mill myself, so I wouldn't know what to write.

Just look at [the list of issues](https://github.com/scala-js/scala-js/issues), in particular those with an attached Milestone. For example [those scheduled for 0.6.19](https://github.com/scala-js/scala-js/milestone/48) or [for 1.0.0-M2](https://github.com/scala-js/scala-js/milestone/46). Those lists are always the most accurate...

Duh ... Thanks for the report.