Skip to content

Commit

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

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

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

0 comments on commit 4fb36cb

Please sign in to comment.