summaryrefslogtreecommitdiff
path: root/js/copy_file.ts
AgeCommit message (Collapse)Author
2019-01-02Happy new year!Ryan Dahl
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
This better disambiguates with the msg_generated.ts module, which in JS we call "fbs", but would be better called "msg".
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian