D | test-esm-symlink-type.js | 18 prints: '.mjs file', property 23 prints: '.cjs file', property 28 prints: 'package-type-module', property 36 prints: 'package-type-commonjs', property 41 prints: 'package-without-type', property 64 stdout.includes(symlink.prints)) return; 70 if (stdout.includes(symlink.prints)) return; 72 `${symlink.prints} in: <\n${stdout}\n>`);
|