Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-24 01:14:25 -07:00 committed by GitHub
parent 12adf4d172
commit 0724625844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {