Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 13, 2023
1 parent f83ca7d commit 747bea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cocos/asset/asset-manager/deprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ import dependUtil from './depend-util';
import downloader from './downloader';
import { Downloader } from './downloader';
import { getUuidFromURL, transform } from './helper';
import parser from './parser';
import { Parser } from './parser';
import parser, { Parser } from './parser';
import { releaseManager } from './release-manager';
import { assets, BuiltinBundleName, bundles } from './shared';
import { parseLoadResArgs, setDefaultProgressCallback } from './utilities';
Expand Down
3 changes: 1 addition & 2 deletions cocos/asset/asset-manager/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import { BUILD, EDITOR, EDITOR_NOT_IN_PREVIEW } from 'internal:constants';
import { sys, js, misc, path } from '../../core';
import { cclegacy } from '@base/global';
import Cache from './cache';
import downloadFile from './download-file';
import { FileProgressCallback } from './download-file';
import downloadFile, { FileProgressCallback } from './download-file';
import downloadScript from './download-script';
import { files } from './shared';
import { retry, RetryFunction, urlAppendTimestamp } from './utilities';
Expand Down

0 comments on commit 747bea8

Please sign in to comment.