mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
12adf4d172
commit
0724625844
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ jobs:
|
|||
const path = require('path')
|
||||
const fs = require('fs')
|
||||
|
||||
// Disable mustache html-escape
|
||||
mustache.escape = identity;
|
||||
|
||||
// https://stackoverflow.com/a/2970667
|
||||
function toCamelCase(str) {
|
||||
return str.replace(/(?:^\w|[A-Z]|\b\w)/g, function(word, index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue