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

11 lines
168 B
JavaScript

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