Skip to content

slack project ts 2019 08 13

akabeko edited this page Nov 16, 2019 · 1 revision

2019-08-13

Time Icon Name Message
13:20 shinyu I am working on “#503 WIP: do not download resources separately” with TypeScript code.
The release version 2019.8.100 will include this update.
16:37 shinyu https://github.com/vivliostyle/vivliostyle.js/pull/537
This is TS-converted work of
WIP: do not download resources separately <https://github.com/vivliostyle/vivliostyle.js/pull/503
21:45 Johannes Wilm @shinyu: When you say "modern browsers" does that include the latest versions of Firefox, Chrome, Safari and Edge?
21:47 Johannes Wilm The reason I transpile back to pre-2015 JS is that the old JS runs faster in browsers, even in modern browsers that do support the modern syntax. Also that way I don;t need to check whether each new feature I use is being supported by all browsers.
Clone this wiki locally