Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 22, 2024
1 parent e7527a9 commit 924ad22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -547,17 +547,14 @@ val fastparse213 = Seq(

lazy val compiler213 = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.withoutSuffixFor(JVMPlatform)
.crossType(CrossType.Pure)
.crossType(CrossType.Full)
.in(file("compiler213"))
.dependsOn(syntax, err)
.settings(
name := "compiler213",
scala2Common,
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.10.2")
.cross(CrossVersion.for3Use2_13)
.exclude("org.scalameta", "parsers_2.13")
.exclude("org.scalameta", "parsers_sjs1_2.13")
.exclude("org.scalameta", "parsers_native0.5_2.13")
)
.jvmSettings(commonJvmLibSettings)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package scala.meta
package parsers

// This file will disable JSFacade from scala-meta
object JSFacade {

}

0 comments on commit 924ad22

Please sign in to comment.