File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,9 @@ import {
45
45
ListOptions ,
46
46
ListResult ,
47
47
UploadTask ,
48
- FirebaseStorageError ,
49
- TaskEvent ,
50
- TaskState ,
51
- StorageObserver ,
52
48
SettableMetadata ,
53
49
UploadMetadata ,
54
- FullMetadata ,
55
- UploadTaskSnapshot
50
+ FullMetadata
56
51
} from './public-types' ;
57
52
import { Metadata as MetadataInternal } from '../src/metadata' ;
58
53
import {
@@ -71,22 +66,7 @@ import {
71
66
/**
72
67
* Public types.
73
68
*/
74
- export {
75
- StorageReference ,
76
- StorageService ,
77
- UploadMetadata ,
78
- SettableMetadata ,
79
- FullMetadata ,
80
- UploadResult ,
81
- ListOptions ,
82
- ListResult ,
83
- UploadTask ,
84
- FirebaseStorageError ,
85
- TaskEvent ,
86
- TaskState ,
87
- StorageObserver ,
88
- UploadTaskSnapshot
89
- } ;
69
+ export * from './public-types' ;
90
70
91
71
/**
92
72
* Uploads data to this object's location.
Original file line number Diff line number Diff line change 15
15
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
16
16
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
17
17
"build" : " rollup -c rollup.config.compat.js && yarn build:exp" ,
18
- "build:exp" : " rollup -c rollup.config.exp.js && yarn api-report" ,
18
+ "build:exp" : " rollup -c rollup.config.exp.js ; yarn api-report" ,
19
19
"build:deps" : " lerna run --scope @firebase/storage --include-dependencies build" ,
20
20
"dev" : " rollup -c -w" ,
21
21
"test" : " run-p test:browser lint" ,
You can’t perform that action at this time.
0 commit comments