Commit ca3b0a8 1 parent 217734c commit ca3b0a8 Copy full SHA for ca3b0a8
File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
5
5
[ Keep a CHANGELOG] ( http://keepachangelog.com ) .
6
6
7
7
8
+ ## Unreleased
9
+
10
+ ### Added
11
+
12
+ - type ` t ` on all AST node structs
13
+
14
+
15
+ [ Compare v0.3.0...HEAD] ( https://github.com/marcelotto/panpipe/compare/v0.3.0...HEAD )
16
+
17
+
18
+
8
19
## v0.3.0 - 2023-08-18
9
20
10
21
This version upgrades to the latest Pandoc version 3.0 with API version 1.23.
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ defmodule Panpipe.AST.Node do
130
130
131
131
defstruct unquote ( fields )
132
132
133
+ @ type t :: % __MODULE__ { }
134
+
133
135
def children ( node )
134
136
def children ( % { children: children } ) , do: children
135
137
def children ( _ ) , do: [ ]
You can’t perform that action at this time.
0 commit comments