File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -219,17 +219,23 @@ print(code.matchAll(regexp.DYNAMIC_IMPORT_REGEX))
219
219
220
220
## API
221
221
222
- This package exports the identifiers ` DYNAMIC_IMPORT_REGEX ` and ` STATIC_IMPORT_REGEX ` . There is no default export.
222
+ This package exports the identifiers ` DYNAMIC_IMPORT_REGEX ` and ` STATIC_IMPORT_REGEX ` .
223
+
224
+ There is no default export.
223
225
224
226
### ` DYNAMIC_IMPORT_REGEX `
225
227
226
- Dynamic ` import ` statement regex.
228
+ - ** Source** : [ ` src/import-dynamic.ts ` ] ( src/import-dynamic.ts )
229
+
230
+ Dynamic ` import ` statement regex. Ignores matches in comments.
227
231
228
232
** Requires unicode support ([ flag ` u ` ] [ 4 ] )** .
229
233
230
234
### ` STATIC_IMPORT_REGEX `
231
235
232
- Static ` import ` statement regex.
236
+ - ** Source** : [ ` src/import-static.ts ` ] ( src/import-static.ts )
237
+
238
+ Static ` import ` statement regex. Ignores matches in comments.
233
239
234
240
## Types
235
241
You can’t perform that action at this time.
0 commit comments