New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make module tests independent of Node.js modules and testHtml them #4312
Labels
enhancement
Feature request (that does not concern language semantics, see "language")
internal
Not visible to users of Scala.js (only by devs in this repo)
Milestone
Comments
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
It is unclear to me why I thought this is necessary in the first place. We leave the scalaJSTestHTMLArtifactDirectory key/settings in place since they do not hurt and removing will break compatibility. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
It is unclear to me why I thought this is necessary in the first place. We leave the scalaJSTestHTMLArtifactDirectory key/settings in place since they do not hurt and removing will break compatibility. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
It is unclear to me why I thought this is necessary in the first place. We leave the scalaJSTestHTMLArtifactDirectory key/settings in place since they do not hurt and removing will break compatibility. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
We directly refer to an input if it is on the same filesystem than the output/artifactsDir. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
We directly refer to an input if it is on the same filesystem than the output/artifactsDir. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 4, 2020
We directly refer to an input if it is on the same filesystem than the output/artifactsDir. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 5, 2020
We directly refer to an input if it is on the same filesystem than the output/artifactsDir. Further, we add a section to TESTING to test ES module support in the browser (the full testSuite is not in there yet, due to scala-js#4312).
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 7, 2020
The only missing piece is global object detection.
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 7, 2020
The only missing piece is global object detection.
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 7, 2020
The only missing piece is global object detection.
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 8, 2020
The only missing piece is global object detection.
gzm0
added a commit
to gzm0/scala-js
that referenced
this issue
Dec 8, 2020
The only missing piece is global object detection.
gzm0
added a commit
that referenced
this issue
Dec 8, 2020
Fix #4312: Make testSuite/testHtml work with modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Feature request (that does not concern language semantics, see "language")
internal
Not visible to users of Scala.js (only by devs in this repo)
gzm0 commentedDec 4, 2020
No description provided.
The text was updated successfully, but these errors were encountered: