From 961d482269f9f7943d407f5b9d1ab7f5a001cd0a Mon Sep 17 00:00:00 2001 From: James Kyle Date: Sat, 11 Jul 2015 12:42:35 -0700 Subject: [PATCH] Add content to tools README --- src/babel/tools/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/babel/tools/README.md b/src/babel/tools/README.md index 8dcb6a909a..8717420a33 100644 --- a/src/babel/tools/README.md +++ b/src/babel/tools/README.md @@ -1,3 +1,15 @@ ## Tools -This is the Tools directory. +> This directory is best browsed while listening to +> https://www.youtube.com/watch?v=hglVqACd1C8. + +### Protect Babel + +The protect script seen here is to throw errors if someone ever tries to +include internal babel files in their script. If you need something to be +exposed, you should ask for it, not try to hack your way into getting it. + +### External Helpers + +You'll also find the script for building the external helpers file, this is +the Babel "runtime" where all helper functions go instead of the top of a file.