-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Dan Ziv
authored
Jul 27, 2020
1 parent
a237449
commit d2d6388
Showing
20 changed files
with
5,607 additions
and
5,784 deletions.
There are no files selected for viewing
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,16 +1,22 @@ | ||
{ | ||
"presets": [ | ||
"es2015" | ||
], | ||
"plugins": [ | ||
"transform-flow-strip-types", | ||
"transform-class-properties" | ||
], | ||
"env": { | ||
"test": { | ||
"plugins": [ | ||
"istanbul" | ||
] | ||
"plugins": ["istanbul"] | ||
} | ||
} | ||
}, | ||
"ignore": ["node_modules/**/*"], | ||
"plugins": [ | ||
"@babel/plugin-syntax-dynamic-import", | ||
"@babel/plugin-transform-flow-strip-types", | ||
"@babel/plugin-transform-property-mutators", | ||
"@babel/plugin-proposal-object-rest-spread", | ||
"@babel/plugin-proposal-class-properties", | ||
[ | ||
"@babel/plugin-transform-classes", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
], | ||
"presets": ["@babel/preset-env", "@babel/preset-flow"] | ||
} |
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,5 +1,3 @@ | ||
/flow-typed/**/*.js | ||
/coverage | ||
/dist | ||
karma.conf.js | ||
webpack.config.js |
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,26 +1,32 @@ | ||
<!-- If you are raising a bug playing a stream, you must fill out the following or your issue may not be responded to. For features or improvements, you may delete this. --> | ||
|
||
##### Prerequisites | ||
- [ ] Have you checked for duplicate [issues](https://github.com/kaltura/playkit-js/issues): ______ | ||
- [ ] Which Player [version](https://github.com/kaltura/playkit-js/releases) are you using: ______ | ||
- [ ] Can you reproduce the issue with our latest release version: ______ | ||
- [ ] Can you reproduce the issue with the latest code from master: ______ | ||
- [ ] What browser and OS names and versions are you using: ______ | ||
- [ ] If applicable, add test code or test page to reproduce: | ||
|
||
- [ ] Have you checked for duplicate [issues](https://github.com/kaltura/playkit-js/issues): **\_\_** | ||
- [ ] Which Player [version](https://github.com/kaltura/playkit-js/releases) are you using: **\_\_** | ||
- [ ] Can you reproduce the issue with our latest release version: **\_\_** | ||
- [ ] Can you reproduce the issue with the latest code from master: **\_\_** | ||
- [ ] What browser and OS names and versions are you using: **\_\_** | ||
- [ ] If applicable, add test code or test page to reproduce: | ||
|
||
``` | ||
Paste test code here | ||
``` | ||
|
||
##### Expected behavior | ||
|
||
What you expected to happen | ||
|
||
##### Actual behavior | ||
|
||
What actually happened | ||
|
||
##### Console output | ||
|
||
``` | ||
Paste the contents of the browser console here. | ||
``` | ||
|
||
``` | ||
For media errors reported on Chrome browser, please also paste the output of chrome://media-internals | ||
For media errors reported on Chrome browser, please also paste the output of chrome://media-internals | ||
``` |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
yarn.lock | ||
CHANGELOG.md | ||
LICENSE | ||
coverage |
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 +1 @@ | ||
theme: jekyll-theme-cayman | ||
theme: jekyll-theme-cayman |
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
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.