Skip to content

Commit

Permalink
fix(R): Add include tag so collation order is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome authored and beneboy committed Sep 2, 2019
1 parent 3e41474 commit 3cee6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/bindings/r.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ async function build(): Promise<void> {

const code = `${header}
#' @include typing.R
${classesCode}
${unionsCode}
Expand Down

0 comments on commit 3cee6d8

Please sign in to comment.