Bones/node_modules/systemjs/test/tests/async.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

5 lines
114 B
JavaScript

// will detect as CommonJS
if (false) require('asdf');
// should detect as ES6 first
export async function p() {}