fix: polyvinyl error (#58696)

This commit is contained in:
Tom
2025-02-11 11:53:46 -06:00
committed by GitHub
parent 3e7d1a6e55
commit e226be80d2

View File

@@ -1,7 +1,7 @@
// originally based off of https://github.com/gulpjs/vinyl
import invariant from 'invariant';
const exts = ['js', 'html', 'css', 'jsx', 'ts'] as const;
const exts = ['js', 'html', 'css', 'jsx', 'ts', 'py'] as const;
export type Ext = (typeof exts)[number];
export type IncompleteChallengeFile = {