Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 1, 2024
1 parent 14b94bf commit 6fc4fd8
Show file tree
Hide file tree
Showing 148 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for (const property of properties) {
let name = property.name.getText(mainFile)
const value = property.initializer.getText(mainFile)

name = name.replace(/['\(\)]+/g, '')
name = name.replace(/['\(\)]+/g, '').replace(/[\: ]+/g, '-')

// console.log('name', name)
// console.log('value', value)
Expand Down

0 comments on commit 6fc4fd8

Please sign in to comment.