Skip to content

Commit

Permalink
Update make_index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyiShi2001 committed May 11, 2020
1 parent eac2f4e commit cf0b453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

TARGETS = ["common", "utils"]
EXPORT_PATTERN = re.compile(
r"^export.+(?:function|const|let|class|type|interface) (\w+)", re.MULTILINE
r"^export.+?(?:function|const|let|class|type|interface) (\w+)", re.MULTILINE
)

from _dir import src_dir
Expand Down

0 comments on commit cf0b453

Please sign in to comment.