diff --git a/packages/babel-code-frame/README.md b/packages/babel-code-frame/README.md index b9a5c6ca34..ca6f5c1664 100644 --- a/packages/babel-code-frame/README.md +++ b/packages/babel-code-frame/README.md @@ -30,3 +30,11 @@ console.log(result); | ^ 3 | } ``` + +If the column number is not known, you may pass `null` instead. + +## Options + +name | type | default | description +-----------------------|----------|-----------------|------------------------------------------------------ +highlightCode | boolean | `false` | Syntax highlight the code as JavaScript for terminals