Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9a51ae

Browse files
committedAug 14, 2020
Fixed export-all-declaration-exported tests
1 parent a9e2ede commit e9a51ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * as name from 'OK';
1+
export * as name from 'OK';
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * as name from 'OK';
1+
export * as name from 'OK';

0 commit comments

Comments
 (0)
Please sign in to comment.