Skip to content

Commit

Permalink
feat: export FileDescriptor type (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 24, 2024
1 parent 5764192 commit 3333200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { beforeRunHook, emitHook, getCompilerHooks } from './hooks';

const emitCountMap: EmitCountMap = new Map();

export type { FileDescriptor };

export type Manifest = Record<string, any>;

export interface InternalOptions {
Expand Down

0 comments on commit 3333200

Please sign in to comment.