Skip to content

Commit

Permalink
fix: no dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jul 20, 2021
1 parent 724a173 commit 6d90170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IndexGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class IndexGenerator {
'utf-8',
)
const region = sourceContent.match(marker.regionRe)?.[0] || ''
// @ts-ignore
const matches = [...(region.matchAll(marker.matchRe) || [])]
const codes = matches.map((match, index, { length }) => {
const code = marker.codeGeneratorRe(match, changeCase, {
Expand Down

1 comment on commit 6d90170

@webstoreportal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fjc0k
Thanks for the awesome extensions

Noticed the update

What does this no dist commit do? Assumed it was built as we can install and use it

Please sign in to comment.