next.js/test/e2e/app-dir/dynamic-import-tree-shaking/lib/comment-module.js
comment-module.js8 lines141 B
export function commentUsed() {
  return 'TREESHAKE_COMMENT_USED'
}

export function commentUnused() {
  return 'TREESHAKE_COMMENT_UNUSED'
}
Quest for Codev2.0.0
/
SIGN IN