mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix: polyvinyl error (#58696)
This commit is contained in:
parent
3e7d1a6e55
commit
e226be80d2
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user