@module("./ReducerProject_IncludeParser.js") external parse__: string => array = "parse" let parseIncludes = (expr: string): array => try { parse__(expr) } catch { | Js.Exn.Error(_obj) => [] }