Skip to content

Commit 6f0591c

Browse files
committed
Export copy to remove circular reference
1 parent 5633270 commit 6f0591c

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

TODO.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,7 @@
665665
666666
- could use `@browseronly` and `@nodejsonly` special annotations, akin to `@private` and `@public`
667667
668-
76. `@stdlib/regexp/extname`, `*/dirname` export circular references; prob best to clone the regexp and bind to exported object
669-
670-
* requires porting `utils-copy`
668+
76.
671669
672670
77. for browser REPL, use a virtual filesystem
673671
@@ -805,7 +803,7 @@
805803
* [x] fs
806804
* [x] math/base/blas
807805
* [ ] math/base/dist
808-
* [ ] math/base/random
806+
* [-] math/base/random
809807
* [ ] math/base/special
810808
* [ ] math/base/tools
811809
* [ ] math/base/utils
@@ -1097,6 +1095,8 @@
10971095
10981096
193. timed [tape](https://github.com/diasdavid/timed-tape) tests...useful?
10991097
1098+
- once `tape` is brought in-house, could make part of the lib
1099+
11001100
194. [match-case](https://github.com/wooorm/match-casing)
11011101
11021102
195. Consider setting up [jenkins](https://jenkins.io/) for CI (notably Windows)
@@ -1188,11 +1188,7 @@
11881188
11891189
237. test-tools, test-tools-cov mk recipe
11901190
1191-
238. static stats mk recipe
1192-
1193-
- num files (w/ breakdown by extension num/%)
1194-
- size
1195-
- num lines
1191+
238. a branch (based on `master`) which every month is run against every single Node version since `0.10.0` (may want a separate Jenkins server for this)
11961192
11971193
239. Given an import-require tree, should be able to statically detect cyclic deps and flag
11981194
@@ -1323,7 +1319,6 @@
13231319
- [duplexer2](https://github.com/deoxxa/duplexer2)
13241320
- [mississippi](https://github.com/maxogden/mississippi)
13251321
- `to-console` or maybe `to-log` (provide own logger, with default being console using util-inspect) => write stream which writes each chunk to console (either normal or object mode); if object mode, use util-inspect and allow setting of depth
1326-
- `debug` as a transform stream => could provide name and then toggle debugging based on name!
13271322
- [tap-stream](https://github.com/thlorenz/tap-stream) and [inspect-stream](https://github.com/thlorenz/inspect-stream/blob/master/inspect-stream.js); see also [sculpt#tap](https://github.com/Medium/sculpt#tap)
13281323
- [guide](https://gist.github.com/joyrexus/10026630) to node streams
13291324
- [vstream](https://github.com/joyent/node-vstream) => instrumented streams

lib/node_modules/@stdlib/regexp/extname/lib/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/regexp/extname/test/test.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)