Sébastien Doeraene

Results 83 issues of Sébastien Doeraene

The feature was introduced in Scala/JVM in https://github.com/scala/scala/pull/4801

optimization

The current text of the proposal does not mention anything about mapping binary AST offsets back to source positions. If the original input is JavaScript source code, then I understand...

See https://github.com/scala-js/scala-js/pull/1570

enhancement
internal

Originally submitted as https://github.com/scala-js/scala-js/issues/4305 Failing test available in https://github.com/scalacenter/scalajs-bundler/compare/master...sjrd:preserve-strict-mode We should make sure that the produced .js files all start with ```js 'use strict'; ```

bug

As requested on Discord: The current documentation at https://indigoengine.io/docs/platform/assets says that > Images - which can be JPEG or PNG format (others may work but are untested) - max size...

See https://github.com/scala-js/scala-js/issues/993

enhancement

https://www.scala-js.org/doc/project/dependencies.html does not document `minified`. The only doc I could find was in the 0.6.3 release notes: https://www.scala-js.org/news/2015/05/12/announcing-scalajs-0.6.3/

They diverge from the JVM. See https://github.com/scala-js/scala-js/issues/2206

enhancement

Alternative to #4711. We rename `Semantics.arrayIndexOutOfBounds` to `arrayErrors`, then implement checks for `ArrayStoreException`s and `NegativeArraySizeException`s under that unique semantics config.