From cfb911de91e48aabe0f2a579d200d0689eb0c6b5 Mon Sep 17 00:00:00 2001 From: rektide Date: Sat, 30 Apr 2016 17:08:08 -0400 Subject: [PATCH] babel-template is an implementation of quasiquotes. LISP, Haskell, Scala, Scheme, Boo respect this term for a string literal of code being interpretted into AST. Babel should clearly identify that it too has quasi-quotes capabilities. --- packages/babel-template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/babel-template/README.md b/packages/babel-template/README.md index af46daae3b..e230152d41 100644 --- a/packages/babel-template/README.md +++ b/packages/babel-template/README.md @@ -2,6 +2,8 @@ > Generate an AST from a string template. +In computer science, this is known as an implementation of quasiquotes. + ## Install ```sh