GitXplorerGitXplorer
n

sandbox-scala-cross

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1166a729727eb7d5d9c8d96272991f5edabdf59b

Fix broken unit tests

nna4zagin3 committed 2 years ago
Unverified
355ff89ccd384b4fdabc1b8b75dcd25475a7b7bd

Fix bugs

nna4zagin3 committed 2 years ago
Unverified
5e67d54e4411982dfb6cf141d8345dd6306ebdb6

Add files

nna4zagin3 committed 2 years ago
Unverified
b6ebf3344933c595e9bdad93718655149c47c521

Initial commit

nna4zagin3 committed 2 years ago

README

The README file for this repository.

Example sbt project cross-compiled with JS, JVM, and Native

Usage

This is a normal sbt project, you can compile code with sbt compile and run it with sbt run, sbt console will start a Dotty REPL. For more information on cross-compilation in sbt, see https://www.scala-sbt.org/1.x/docs/Cross-Build.html.

Create NPM package

> clean
> parserJS/npmPackageNpmrc
> parserJS/npmPackage
$ cd parser/js/target/scala-3.2.2/npm-package
$ npm link