forked from pubkey/broadcast-channel
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove build file, e2e docs from git"
This reverts commit a2dd49c.
- Loading branch information
Showing
78 changed files
with
178,598 additions
and
10,755 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import * as IndexedDbMethod from "./methods/indexed-db"; | ||
import * as LocalstorageMethod from "./methods/localstorage"; | ||
import * as NativeMethod from "./methods/native"; | ||
import * as ServerMethod from "./methods/server"; | ||
export { BroadcastChannel, enforceOptions, OPEN_BROADCAST_CHANNELS } from "./broadcast-channel"; | ||
export * from "./method-chooser"; | ||
export { IndexedDbMethod, LocalstorageMethod, NativeMethod, ServerMethod }; | ||
import * as NativeMethod from './methods/native'; | ||
import * as IndexedDbMethod from './methods/indexed-db'; | ||
import * as LocalstorageMethod from './methods/localstorage'; | ||
import * as ServerMethod from './methods/server'; | ||
export { BroadcastChannel, enforceOptions, OPEN_BROADCAST_CHANNELS } from './broadcast-channel'; | ||
export * from './method-chooser'; | ||
export { NativeMethod, IndexedDbMethod, LocalstorageMethod, ServerMethod }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.