Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Add Chakra Episode, ref #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Dec 13, 2015
1 parent 9b30096 commit 974ba7e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions episodes/2016-01-27/index.js
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',
},
],
}


2 changes: 1 addition & 1 deletion other/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| 2016-01-06 | [Unit Testing JavaScript](/../../issues/10) |
| 2016-01-13 | [Web Performance](/../../issues/16) |
| 2016-01-20 | [Introducing the Panel (Pending)](/../../issues/4) |
| 2016-01-27 | [Chackra, Microsoft's Open Source JS Engine (Pending)](/../../issues/12) |
| 2016-01-27 | [Chackra, Microsoft's Open Source JS Engine](/../../issues/12) |
| 2016-02-03 | [JavaScript Debugging (Pending)](/../../issues/17) |
| 2016-02-10 | [](/../../issues/) |
| 2016-02-17 | [](/../../issues/) |
Expand Down

0 comments on commit 974ba7e

Please sign in to comment.