Yoann Blein

Results 2 issues of Yoann Blein

xml-rs is accepting documents with multiple root nodes while the [XML specifications says that a document must have a unique root](https://www.w3.org/TR/xml/#NT-document). For instance, the following program ``` rust extern crate...

bug

Using `--ts-flat-files` makes flatc output those 3 lines: ``` > ./flatc -o /tmp/fb --ts samples/monster.fbs --ts-flat-files Entry point /tmp/fb/monster.ts generated. A single file bundle can be created using fx. esbuild...