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.
Browse files
Browse the repository at this point in the history
- Loading branch information
Kent C. Dodds
committed
Dec 9, 2015
1 parent
7e967ec
commit 575ea13
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 +1,14 @@ | ||
export default { | ||
title: 'Babel, the JavaScript Compiler', | ||
hangoutUrl: 'https://plus.google.com/events/coi555uqlhl7vsdspafjj05k4dc', | ||
guests: [ | ||
{name: 'Henry Zhu', twitter: '_henryzhu'}, | ||
], | ||
description: ` | ||
Tons of people use Babel. With the release of Babel 6, | ||
it is now a language platform as well as a transpiler. | ||
Join us as we talk about the ecosystem of Babel plugins, | ||
ASTs, and all of the neat stuff that you can do with this | ||
amazing tool with some of the core contributors to the project. | ||
`, | ||
} |