Initial commit

This commit is contained in:
Paul Fey 2025-06-20 09:47:10 +02:00
commit c310cd7943
19 changed files with 3939 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import './es6-promise'
ES6Promise.polyfill()
Promise._setScheduler(function (flush) {
flush && flush()
})