From ec187b1ae800bd203881d1911947463bb301823c Mon Sep 17 00:00:00 2001 From: nnnnoel Date: Thu, 14 Jul 2022 16:05:31 +0900 Subject: [PATCH] Add document --- docs/advanced-features/compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/compiler.md b/docs/advanced-features/compiler.md index fb022c383f6c..3f2bb69033ef 100644 --- a/docs/advanced-features/compiler.md +++ b/docs/advanced-features/compiler.md @@ -358,7 +358,7 @@ This transform uses [handlebars](https://docs.rs/handlebars) to template the rep 1. `matches`: Has type `string[]`. All groups matched by the regular expression. `matches.[0]` is the full match. 2. `member`: Has type `string`. The name of the member import. -3. `lowerCase`, `upperCase`, `camelCase`: Helper functions to convert a string to lower, upper or camel cases. +3. `lowerCase`, `upperCase`, `camelCase`, `kebabCase`: Helper functions to convert a string to lower, upper, camel or kebab cases. ### SWC Trace profiling