aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/export-default-module-hot.js
blob: aee4e2468cdae0d67eb403b03485c49305dcbb1d (plain) (blame)
1
2
3
4
5
6
// This test passes if there's no syntax error
export default typeof module !== "undefined" && module.id;

export function test() {
  testDone(import.meta.url);
}