Skip to content

Commit eee569e

Browse files
committed
changelog and format
1 parent f06b607 commit eee569e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#### :house: Internal
2020
- Use latest compiler for tests. https://github.com/rescript-lang/rescript/pull/7186
21+
- Added infra to modernise AST: theres' Parsetree, Parsetree0 (legacy), and conversion functions to keep compatibility with PPX. https://github.com/rescript-lang/rescript/pull/7185
2122

2223
# 12.0.0-alpha.5
2324

tests/tools_tests/ppx/TestPpx.res

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Console.log("ppx test")
22

3-
type t = [ #A | #B ]
3+
type t = [#A | #B]
44

55
let a: t = #A
6-
let b: t = #B
6+
let b: t = #B

0 commit comments

Comments
 (0)