aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/async.js
blob: f25bf5a81ee3e6acc57f349596e971eb8416727d (plain)
1
2
3
4
5
// will detect as CommonJS
if (false) require('asdf');

// should detect as ES6 first
export async function p() {}