Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit cb4d271

Browse files
Copilotbencmbrook
andauthored
feat!: switch to publishing ESM and bump major version to 3.0.0
Agent-Logs-Url: https://github.com/transcend-io/internationalization/sessions/b8aa8ce7-27d1-4267-a4d5-0b955ebe4906 Co-authored-by: bencmbrook <7354176+bencmbrook@users.noreply.github.com>
1 parent 6b5ff35 commit cb4d271

19 files changed

+64
-40
lines changed
File renamed without changes.

.mocharc.js renamed to .mocharc.cjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
module.exports = {
2-
require: ['ts-node/register/transpile-only'],
2+
loader: ['./.pnp.loader.mjs'],
33
ignore: [
44
// Never look for test files in these folders
5-
'**/build/**/*',
65
'.yarn/**/*',
76
'**/node_modules/**/*',
87
],
9-
extension: ['ts'],
8+
extension: ['js'],
109
reporter: 'spec',
1110
reporterOptions: {
1211
configFile: 'mocha-reporter-config.json',
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-175 KB
Binary file not shown.
233 KB
Binary file not shown.

0 commit comments

Comments
 (0)