Run TS sources directly: ESM sprite-root, .ts imports, node:test

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Christopher Monsanto
2026-08-12 17:44:51 -04:00
parent ac0ef09084
commit 75580a962a
9 changed files with 15 additions and 71 deletions

View File

@@ -2,8 +2,8 @@
import fs from 'fs';
import nodePath from 'path';
import vm from 'vm';
import * as pathlib from './path.js';
import * as spritedata from '@smogon/sprite-data';
import * as pathlib from './path.ts';
import * as spritedata from '@smogon/sprite-data/index.ts';
import tar from 'tar-stream';
import crypto from 'crypto';
import b32encode from 'base32-encode';