UNPKG

systemjs

Version:

System loader extension for flexible AMD & CommonJS support

5 lines (4 loc) 114 B
// will detect as CommonJS if (false) require('asdf'); // should detect as ES6 first export async function p() {}