Skip to content

Commit

Permalink
fix: export function getSupportedFiles for internal testing in deeproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d committed Feb 21, 2023
1 parent 9a4fb65 commit 8e2527a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export async function remoteBundleFactory(options: RemoteBundleFactoryOptions):
* @param source
* @returns
*/
async function getSupportedFiles(
export async function getSupportedFiles(
baseURL: string,
source: string,
requestId?: string,
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { analyzeFolders, extendAnalysis } from './analysis';
import { createBundleFromFolders, createBundleWithCustomFiles } from './bundles';
import { getSupportedFiles, createBundleFromFolders, createBundleWithCustomFiles } from './bundles';
import { emitter } from './emitter';
import { startSession, checkSession, getAnalysis, getIpFamily, IpFamily } from './http';
import { MAX_FILE_SIZE } from './constants';
Expand All @@ -22,6 +22,7 @@ import {
export {
getGlobPatterns,
analyzeFolders,
getSupportedFiles,
createBundleFromFolders,
createBundleWithCustomFiles,
extendAnalysis,
Expand Down

0 comments on commit 8e2527a

Please sign in to comment.