-
how to set |
Beta Was this translation helpful? Give feedback.
Answered by
cspotcode
Jun 20, 2022
Replies: 1 comment
-
It's split on commas and then each is interpreted as a regex. You can also see how the default regex is written as an example. Here are references to the source code to show how it is interpreted. Line 447 in bf13086 Lines 47 to 51 in bf13086 Lines 719 to 726 in bf13086 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cspotcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's split on commas and then each is interpreted as a regex. You can also see how the default regex is written as an example. Here are references to the source code to show how it is interpreted.
ts-node/src/index.ts
Line 447 in bf13086
ts-node/src/util.ts
Lines 47 to 51 in bf13086
ts-node/src/index.ts
Lines 719 to 726 in bf13086