You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ One upside to the lazy parsing is that it can easily support Typescript or Flow
18
18
19
19
### Exports
20
20
21
-
Since `export * from '...'`exports create a dependency from this module to the module being exported, these are also included in the list of imports for that file.
21
+
Since `export * from '...'`creates a dependency from this module to the module being exported, these are also included in the list of imports for the file.
0 commit comments