@daml-tools/daml-fmt 0.2.12 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ everything else through verbatim. Pure reindentation remains gated on the
|
|
|
15
15
|
laid-out token stream; layout-organizing rules are checked by the compiler
|
|
16
16
|
desugar oracle.
|
|
17
17
|
|
|
18
|
-
Results over the 924-file corpus
|
|
18
|
+
Results over the 924-file corpus:
|
|
19
19
|
|
|
20
20
|
| tier | result |
|
|
21
21
|
|---|---|
|
|
@@ -157,7 +157,7 @@ tools/gen-expected.sh
|
|
|
157
157
|
verified to desugar clean. The formatting test cases.
|
|
158
158
|
- `expected/` — the formatter's output over the corpus, the regression
|
|
159
159
|
baseline (regenerate with `tools/gen-expected.sh`).
|
|
160
|
-
- `corpus/` — manifests
|
|
160
|
+
- `corpus/` — corpus manifests.
|
|
161
161
|
- `tools/` — `verify-rust.sh` (desugar subset + idempotence by default; full
|
|
162
162
|
desugar with `--desugar`), `gen-expected.sh`.
|
|
163
163
|
- `test/diff.js` — the differential harness (`npm test`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daml-tools/daml-fmt",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "A canonical code formatter for the Daml smart-contract language, built on daml-parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"daml",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"node": ">=18"
|
|
23
23
|
},
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@daml-tools/daml-fmt-darwin-arm64": "0.2.
|
|
26
|
-
"@daml-tools/daml-fmt-linux-arm64": "0.2.
|
|
27
|
-
"@daml-tools/daml-fmt-linux-x64": "0.2.
|
|
28
|
-
"@daml-tools/daml-fmt-win32-x64": "0.2.
|
|
25
|
+
"@daml-tools/daml-fmt-darwin-arm64": "0.2.14",
|
|
26
|
+
"@daml-tools/daml-fmt-linux-arm64": "0.2.14",
|
|
27
|
+
"@daml-tools/daml-fmt-linux-x64": "0.2.14",
|
|
28
|
+
"@daml-tools/daml-fmt-win32-x64": "0.2.14"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|