This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kent C. Dodds
committed
Dec 13, 2015
1 parent
9b30096
commit 974ba7e
Showing
2 changed files
with
50 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* eslint max-len:0 */ | ||
|
||
export default { | ||
title: `Chakra, Microsoft's Open Source JavaScript Engine`, | ||
hangoutUrl: '', | ||
guests: [ | ||
], | ||
description: ` | ||
Microsoft has been making some pretty awesome | ||
moves in the world of open source recently. | ||
At JSConf in early December, it was announced that | ||
Chackra, Microsoft's JavaScript Engine | ||
that powers the Microsoft Edge browser | ||
(with better support for ES6 than babel or Chrome), | ||
will be open sourced. Join us as we talk about | ||
Chakra with some of the subject matter experts! | ||
`, | ||
podbeanId: '', | ||
youTubeId: '', | ||
host: {}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
}, | ||
{ | ||
twitter: 'getify', | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
}, | ||
], | ||
} | ||
|
||
|
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