generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added appropriate instances for Scala 2 for some but not all derivers (…
…#299) * Added appropriate instances for Scala 2 for some but not all derivers * Add evaluator-tests as a yarn workspace * Add ZIO integration for reading MorphirIR from file * Formatting * Remove un-needed tests
- Loading branch information
1 parent
20e64d4
commit a84c979
Showing
52 changed files
with
1,232 additions
and
442 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+17.5 KB
.yarn/cache/@babel-helper-validator-identifier-npm-7.22.5-4536624779-7f0f301134.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.25 KB
.yarn/cache/@morphir-typespec-sdk-npm-0.1.0-b3680a1202-aa58cb0207.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+54.7 KB
.yarn/cache/vscode-languageserver-npm-8.1.0-baf13ef83a-38810619d0.zip
Binary file not shown.
Binary file added
BIN
+91.6 KB
.yarn/cache/vscode-languageserver-protocol-npm-3.17.3-3c0373c95b-ffea508b2e.zip
Binary file not shown.
Binary file added
BIN
+13.6 KB
.yarn/cache/vscode-languageserver-textdocument-npm-1.0.10-8ecebf3356-605ff06625.zip
Binary file not shown.
Binary file added
BIN
+71.7 KB
.yarn/cache/vscode-languageserver-types-npm-3.17.3-2fde4bb32b-fbc8221297.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
examples/morphir-elm-projects/evaluator-tests/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "morphir-scala-evaluator-tests", | ||
"private": true, | ||
"devDependencies": { | ||
"morphir-elm": "2.80.0" | ||
}, | ||
"scripts": { | ||
"make": "morphir-elm make -f" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.