Skip to content

Commit

Permalink
JSON wireformat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston committed Oct 18, 2023
1 parent e826b20 commit cd9bd97
Show file tree
Hide file tree
Showing 9 changed files with 2,160 additions and 746 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.18.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- language=typescript
strategy: all
```

## v0.0.15

This release includes a number of bug fixes
Expand Down
653 changes: 653 additions & 0 deletions e2e/conformance/expected_proto2_failing_tests.txt

Large diffs are not rendered by default.

791 changes: 48 additions & 743 deletions e2e/conformance/failing_tests.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions e2e/conformance/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe("Conformance", () => {
const result = run(
`./bin/conformance_test_runner \
--enforce_recommended \
--failure_list ./expected_proto2_failing_tests.txt \
--output_dir . \
./dist/runner.cjs`,
);
Expand Down
Loading

0 comments on commit cd9bd97

Please sign in to comment.