Guy Bedford 9c7d9c0fe5
SystemJS top-level await support (#12163)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
2020-10-14 20:14:52 +02:00

13 lines
191 B
JavaScript

System.register([], function (_export, _context) {
"use strict";
return {
setters: [],
execute: async function () {
if (maybe) {
await test;
}
}
};
});