[Pkg-javascript-commits] [node-module-deps] branch master created (now d7c644c)
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:47:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch master
in repository node-module-deps.
at d7c644c Fix control
This branch includes the following new commits:
new 5baf5dc working code and example
new 33df401 updated example
new 62388e9 bin script
new 482ee95 passing test
new 55e35bc passing bundle pack test
new e81dbfe package.json etc
new 9e76791 docs
new 12b2198 using travis
new bc8e202 try 0.10 with quotes
new 2f5a938 try removing 0.10
new 6301d5d using the latest version of required
new a602aba Fixed link to browser-pack
new 2b56675 Merge pull request #1 from DamonOehlman/master
new ae6445c row.deps is sometimes undefined
new 8fac7b3 Merge branch 'master' of github.com:substack/module-deps
new cf523c8 take an opts param and pass it through to required
new 9171874 0.2.0
new c358907 using through
new 07e601a 0.2.1
new b1945f5 forgot the through dep
new 5920065 use the latest required
new 9c2429e Only process rows with source
new 40655e4 minimal-er
new 70587d7 0.2.4
new 6fab99e check for undefined instead of falsy row.source since the empty string is a valid value
new e64a030 take out the row.source check since this breaks multi-bundle in browserify downstream
new 7f80edc transform test files
new 22876bf failing transform test using sed
new fc85ecc now using browser-resolve directly
new 5b27244 fix for deps.length === 0, old bundle tests pass again
new 56147f9 top-level transforms work
new fd3b0b6 only apply opts.transform to top-level modules
new a8a7e32 coerce opts.transform to an array
new f641af5 transform test passes
new 2a975fd move to tr_sh
new 0a40309 allow an opts.packageFilter
new 8caa4a3 failing module tr test
new a5d8f40 module test passes
new 92de525 do opts.packageFilter() before checking for the transform field
new 3be114e only look for package.json transforms when opts.transformKey is set
new f91d466 use node's resolve not the browser version for the transform module lookups
new 27c0c36 document transforms
new b688f74 0.3.0
new 61b8130 take out command version of transforms, only use module form
new 6daadad update tr_sh test for removed command strings
new 393881d remove the docs for command transforms
new 03b41bf function transforms
new fd66ea7 0.4.0
new c43908b emit errors on resolve lookup failure
new 072412f hadn't added a test file
new 9484383 more test files not checked in
new a22fca6 use a callback to avoid stream buffering
new 3555c76 end the stream at the other pending check
new 78cdf92 ignore errors resolving transform modules
new 0d409b6 remove superfluous shell-quote dependency
new 9076d54 use the latest faster detective
new 694b400 emit error objects, not strings
new 776f548 use concat-stream instead of on "data"/"end" for streams2 users
new ecd6479 Catch and handle parsing errors from detective, add filename in error message.
new 186b0f8 0.5.3
new 8cfb169 bump for upgraded browser-resolve to handle browser field `false` values
new 14902bd emit errors for transform lookups correctly
new bfdac73 missed converting a cb() to 2-arg; all tests pass
new 08f7e1c 0.6.1
new 3081d8e isFIFO
new 27f6145 bump detective for early returns
new 67055b6 0.6.2
new 54e2afe filter files you don't want to bundle
new c2b9ef1 make sure you still emit end
new eec33bd update to latest version of through
new 48e0725 tests for filter
new 2a97232 should not need to resolve the file before filtering it
new 8792b4a test 0.10 on travis
new 208c61a document opts.filter
new bf9bb83 0.7.0
new eea1918 skip parsing json files for requires
new e5ee60f 0.7.1
new bc7bc3d failing noparse test
new 79f2167 noParse implementation for jquery, threejs etc
new 5348e5a document noParse
new 6a6f096 0.8.0
new 62bf4c4 pause/resume instead of emit on nexttick
new 05d14c1 opts.cache, docs, 0.9.0
new 01b7dd3 skip transforms for cached data
new a3935fe object-form for opts.cache
new 810a3ad 0.10.0
new f294704 also check isBuffer()
new 027fe4f 0.10.1
new 682d9ce Failing test case demonstrating that transforms from two dependencies are not applied correctly.
new fdc05a2 Use package provided to resolve callback for transformation.
new 20e9de2 Add test case for transforming all files within a package.
new 6c8ed2d upgrade deps for pkg patches
new c9285bb upgrade deps, tests still pass
new 93a5c01 depend on git browser-resolve ref with the dependency fix
new e2809fb failing test for opts.packageFilter
new 1fef8ac 0.10.3, fixes pkg_filter test
new 2421fa4 failing streaming test
new c249e48 load an entry file from a stream, in-place
new 514217c document stream behavior
new c0b46a9 0.11.0
new 570bad8 move the entries logic around
new f907591 pass opts.extensions to browser-resolve and resolve calls
new d3f6f5a pass extensions to browser-resolve through parent
new 155a80f bump browser-resolve to 1.1.0
new 355dbfa Set browser-resolve dependency to 1.1.0.
new 383e740 0.11.1
new 46e5d46 fixed conflict
new dccad9b 0.12.0
new a4e2276 passing unicode test
new 1e449b1 pass opts.modules through to browser-resolve
new eab09cc retry from cwd in any case, not just for !s.isFIFO()
new d5c2e1c use a package cache to hold onto package.json entries
new fa74054 document packageCache
new cd5de2f 0.14.0
new 2b29f23 deterministic output with dep sorting and order-enforcement
new 0b01d88 0.15.0
new a8838ca fix bug handling visited nodes
new b3b5036 fix errors queueing null results
new 5db41ee 0.15.1
new 16db4a9 allow relative options and argv in the command
new a8d455b opts.includeIndex to include the deterministic index
new 459e743 0.16.0
new 18573d8 include indexDeps in rows in includeIndex mode
new c1d0bcb populate indexDeps correctly
new d0e8cd1 document opts.includeIndex
new 176083f 0.17.0
new 44e112c remove opts.includeIndex feature, belongs in browser-pack as a post-sorting step
new ad15b6a 1.0.0
new 0d189c4 fix to reset pending for visited files
new ce81501 fix another pending bug, remove superfluous index tracking
new 99584ea 1.0.1
new c89c778 better error messages for readFile errors
new b68ce2f 1.0.2
new 84874f5 fixed test typo
new 15cfffb upgrade browser-resolve and resolve to get module resolution of core lib overrides from node_modules/
new 6e78057 1.1.0
new 2347813 failing test for global transforms
new 3995134 fix the tr_global test, still fails
new 5fbf1b6 reformat package.json
new 8a6881e set the pkg properly for the initial mains list
new 9b1c970 global transform test passes
new 2f152f0 tap -> tape
new c215dfe upgrade concat-stream
new bb19570 upgrade JSONStream
new be25955 drop node 0.8
new 56d5b28 blah
new 170de9d 1.2.0
new 189f88c passing test for a relative transform
new 3fcc4fc passing test for relative transforms
new f282ece another passing relative tr test
new ec60718 subdir test now fails
new 555d51c recursively load the initial package.json, fails the tr_rel test
new a821972 resolve transforms based on the package.json directory name
new 46c0f25 factor out the package lookuper
new c788634 re-lookup when the dirname isn't set
new 97639ce fix a bug in the transform key walker to not be completely broken
new 4b86a07 1.2.1
new 33d31bf Updating concat-stream to restore node 0.8 and 0.6 compatibility.
new 1c464e5 1.2.2
new 7e93c6f normalize the missing enoent errors to match the errors from browserify core
new 000400a 1.3.0
new 0e9639f bubble up 2 more error cases
new 463e067 1.3.1
new 5a24e2d upgrade detective for es6 support
new a5e8881 1.4.0
new cfdcc00 swap out detective for mine
new 14b462c 1.4.1
new 690fd7f fix a mismatch between mine() results and cached entries
new 92bff3a 1.4.2
new 0a6fda0 transform event for every transform stream and file pair
new a299870 document the transform event
new 6cd48b5 1.5.0
new 56f68cf failing test for transform options
new 19e27b5 passing transform options implementation
new 0f212d4 document transformKey variants
new 77c4022 1.6.0
new 7844fb6 emit the transform event in the function case
new c33f514 1.6.1
new 9f91270 Support fs-like stream paths as id Streams returned by the fs core package, as well as vinyl-fs streams used by GulpJS, carry a 'path' property representing the path of the file behind the stream. When this exists, it should be used as an id instead of generating a fake id.
new 19c9915 1.7.0
new 89e9b44 switch back to detective, drop mine
new a0ac586 1.7.1
new da7e73c upgrade detective for es6
new e97e712 fix for packageTransform option bug
new ccfa64a fix the pkg_filter test, upgrade detective
new 08e1de1 1.8.0
new 003a009 merge conflict
new 3ef2e48 1.8.1
new 8196d80 Use NODE_PATH environmental variable
new a875994 formatting, use a variable
new b6729a4 document opts.paths
new 096ca66 1.9.0
new a5768a0 pass dir as second argument to packageFilter
new 6fc698b document packageFilter dir
new 11659f7 1.10.0
new fdfd841 sorting with typewise.compare in deps test
new a0f5e98 complete rewrite using prototypes for clarity
new e839497 fixed deps test
new 5e8ce5f sort for noparse
new d062a7e re-enable streams, first test passes
new dc7c123 fixed the stream test by checking for .path
new 15a2bc7 propagate errors correctly
new 567f5ec load transform code properly but not getting applied
new 84314b2 populate streams in order, pass pkg through to readFile()
new 568fcc7 stop looking for a package.json at a node_modules directory
new fd296ee use pkg.__dirname where available
new 7e822dc sort unicode results
new eb12e9a upgrade modules
new 85b43df through2
new 11f2d9b install the rest of the deps
new a89b6a8 failing cycle test
new 76b7dc3 fixed cycle test
new 1797078 cache fix
new f239036 more package caching
new debc113 more aggressive package caching
new c87c8e9 much faster caching scheme
new 8fe2a1a guard walk() against not having a cb
new bc90d95 fix a scope bug, more properly resolve package caches
new 460c7a5 also cache missed files
new 11ad217 handle the empty case
new ab53627 apply transforms to streams
new 6810dfb 2.0.0
new 9e7a901 fixed an intermittent resolve bug
new 5d24b07 2.0.1
new 4f88e1c remove early error
new c82c219 2.0.2
new ce52b0d s/self/this/
new 53ae786 2.0.3
new 782b9c3 skip emitting a useless value that breaks
new 2ace932 2.0.4
new 61e8c40 fix to not crash on syntax errors
new 745d0ab 2.0.5
new 3ea6225 re-emit transform stream errors
new 91ec976 2.0.6
new 0e1eae8 usage
new 5e5faf4 usage docs
new 35d3bb1 2.1.0
new 43c1c08 don't flag file as not resolvable too early
new 046cfc7 2.1.1
new b1a86ba Fixing error handling where tr was undefined if there's no cache.
new 2bed53f 2.1.2
new 303388c wrapper for streams1 transforms to prevent losing data
new 19374dd 2.1.3
new 6336e04 Preserve transform stream errors when wrapped
new 78273f8 fix syntax error
new ed96fc8 2.1.4
new 42ceedd windows: fix path splitting
new 9bbfa2a 2.1.5
new 4f80da9 support - as a filename
new 999b5c8 transform stream
new a0490e8 updated deps test
new 07e3f09 updated cycle test, default to entry
new 90d2c89 drop stream file support, concat outside
new 93b793a all tests updated
new 1e30f2c failing expose example
new e1d8733 passing expose test
new d6f111b failing test for synthetic source
new a6a8c1d passing source test
new 940784c include "file" property in the rows
new a23c204 fix module-deps bin
new cf50981 set top parent path to basedir
new e95962f expose .globalTransforms
new f5105ca opts.ignoreMissing
new 0fbb952 document opts.ignoreMissing
new 81f7984 fix if .source is already defined
new 6bd3e38 apply transforms on pre-loaded rec.source
new ac263a0 document transform stream
new 138af22 update deps
new 7fb71a7 3.0.0
new 9b17ea3 emit id with file event
new 48dd485 postFilter
new 2fd946b set pending correctly
new 9cb52db document packageFilter
new 76e84b5 3.1.0
new 3af85df handle expose in this module
new 16a9727 document input format
new d75bffa 3.2.0
new 22d02b9 bump parents
new b214d1b 3.2.1
new 33dde92 test to check for transform error file names
new db73d7f expose transform error filename
new 3f6a849 3.3.0
new 645ea2d noparse row test
new 830c12e passing noparse row test
new a40508c document row noparse
new 87242c6 3.4.0
new 4fdc7a3 failing dotdot test
new 64e9eb9 fixed with resolve 0.7.2
new 797f05c 3.4.1
new 707634b emit package events
new 0410b18 pkg test
new dd163f9 package event docs
new 49c4a5f 3.5.0
new 934bd2f pass through basedir options
new 46c89be 3.5.1
new 24e4a42 actually that was a mistake
new 235f17a 3.5.2
new 7f7aca3 do not apply transforms to opts.modules entries
new 01eb6f4 3.5.3
new e4f979f Fixing tests that were failing on Windows
new 8af90b1 apply global transforms to builtins but not local modules
new 42eec5c 3.5.4
new fe94574 Correct a `this` to `self`
new 79ca1a4 3.5.5
new a8716b1 Fix for Deps.readFile emitting file errors on the wrong emitter.
new 445a87b Fix for calling an undefined function in case ignoreMissing is set
new 60d1848 3.5.6
new c0e2a25 Fix tests failing on Windows
new 8c71bcd Merge pull request #55 from smrq/windows
new c689c09 passing test for transform with no entries
new f33c2d1 make opts.modules always defined
new aba056b 3.5.7
new 0a3ea8b also check this.basedir for top-levelness
new 91f5c1c 3.5.8
new 10d399c upgrade detective using acorn for perf boost, better es6 support
new a1e0473 3.5.9
new 99f3023 3.5.10
new 11d39f0 fix for top-levelness of builtins
new 3a413f6 3.5.11
new 0ee0330 3.5.12
new c4a3ceb accept transforms in the input stream
new a3ce242 merge entry and id records
new 11ef70a extra case in record merge for only id
new bdcc68a transform pipeline test
new 42c6e43 document transform objects
new 4b80df9 3.6.0
new 674514d forgot to check in tr_write/main.js
new d027396 3.6.1
new 41b12f1 resolve paths relative to basedir
new f690414 3.6.2
new 9352e86 3.6.3
new 7657fcf better error message for invalid transforms
new ac903c1 3.6.4
new e51936a Test for proper module exposure.
new a4bb222 Set `this.options.expose` default.
new cf20d2a Use rec.expose key to pass resolved pathname back.
new b6d2cb1 Remove unused child_process spawn require
new 74bfd6f 3.6.5
new 2e941c3 Merge branch 'fix-expose' of https://github.com/jmm/module-deps
new a31dcbd 3.7.0
new 7d8a7de upgrade resolve and browser-resolve, set initial entry filename based on filename dir
new f55c8b5 include basedir in the top-parent
new 44ce0a6 dirname fixes
new e367a6f 3.7.1
new 386b0e2 Add xtend dependency to package.json
new dd15bdf Merge pull request #68 from terinjokes/add-xtend-deps
new 46ca172 3.7.2
new 0a70065 added null check before calling callback function
new 574ed9a 3.7.3
new 4cdea56 Split NODE_PATH by local OS delimiter Empty or undefined paths are sorted out Handle opts.paths provided as a string
new 3a2c711 Enforce entries[] index as local filepath style
new 8e49fff Merge branch 'winfix_entries' of https://github.com/ElNounch/module-deps
new 3c177f8 3.7.4
new 0d85dfb undef file test
new 742de25 fix for undef row.file/basedir
new 2d549a7 3.7.5
new a15bc79 Fix browserify's test/paths.js in Node 0.8 path.delimiter appeared in Node 0.10
new dc5cebb 3.7.6
new 13225c9 add 0.8, 0.12 and iojs to travis
new 52af8f8 Merge pull request #79 from terinjokes/extend-travis
new 9080ba9 Fix input rows race condition
new ba19c56 3.7.7
new bc4c280 Update deps
new 913f301 Remove unused dep minimist
new c927423 Merge pull request #82 from substack/update-deps
new 8e34e42 3.7.8
new 385514c Add failing test for #73
new 3ebfa38 Ensure __dirname is applied to the right package
new ba2e9f2 Merge pull request #81 from pmowrer/bug/wrong-__dirname
new 5650c1f 3.7.9
new 3533cac Readability improvement
new d2c1e10 Ensure "resolve" gets its own copy of "parent"
new aa64869 Merge pull request #83 from substack/unique-parent-obj
new 9be8dea 3.7.10
new 4dbceee Replace JSONStream with jsonstream
new 401b3d3 Merge pull request #84 from chadhietala/jsonstream
new 91e5e1f Fix failing tests from jsonstream update
new 121f737 3.7.11
new 3fd0f54 replace jsonstream with JSONStream
new 598bf50 Merge pull request #86 from substack/jsonstream-case-fix
new e0e85fa 3.7.12
new 1592d48 Use xtend instead of shallow-copy
new cc588a8 Merge pull request #89 from substack/use-xtend
new f335ba8 3.7.13
new 6e5088c Switch everything to through2 (and update it)
new cb75d89 update devDep browser-pack@^5.0.0
new 3bd6098 Switch to tap
new aace878 Merge pull request #90 from substack/through2
new 86d9791 3.8.0
new c2553d8 Fix ignoreMissing when using cache
new b8343b9 Merge pull request #91 from substack/fix-ignore-missing-cache
new 0e290cd 3.8.1
new 4693f5e Add fileCache.
new 2b6d322 Merge pull request #95 from ohjames/master
new bb388ab 3.9.0
new 6769486 Use streams3
new e9c4a61 only create fileCache stream if it'll be used
new 9112e32 3.9.1
new fc7695a do not apply root transforms on linked modules
new c4b3527 guard walk() against not having a cb
new 2014f51 Merge branch 'master' into streams3
new 7a98124 Merge branch 'fix-1365' of https://github.com/chrisirhc/module-deps into streams3
new e9ccd1e 4.0.0
new e2247e4 update duplexer2 and stream-combiner2
new 3ba70a8 4.0.1
new 4bb70b6 Merge pull request #103 from zakki/walk-cb
new d564c91 4.0.2
new 2faff74 Windows compatability for test/pkg.js
new 7d7fe1d Transforms should be applied if row.file and row.expose are equal
new a6636d9 4.0.3
new 7c635ed utf8 encoding to avoid streaming buffer chunk issues
new f3114e1 4.0.4
new b22b584 pass module-deps options to transforms as `opts._flags`
new 5ab6922 update document to describe `opts._flags`
new d79c237 test `opts._flags` being passed to transforms
new a75a19a s/arguents/arguments
new 2f1a54d walk remembers paths that were in node_modules
new 558fd0a 4.0.5
new dcce671 Merge branch 'flags' of https://github.com/ahdinosaur/module-deps
new faef048 4.0.6
new 44b3c03 Add failing test with empty transform options with array syntax
new 7d5a392 Default transform options to {} when using array syntax
new f5aa07c 4.0.7
new 9c742e1 use cached-path-relative from https://github.com/substack/module-deps/pull/114
new da67951 fix for undefined dirnames
new 3b240bb 4.0.8
new 6faac31 Support for an advanced “persistentCache” to be used for persisting outside of the current memory.
new ef4532a Typo
new 37ca0bb - Switched from passing on a stream to passing on a string. - Used database instead of filesystem in the cache example. - Moved the fallback handler to a method one scope out.
new 6390913 Fixed https://github.com/substack/module-deps/pull/124#discussion_r98822099
new c3ac60f Fixes https://github.com/substack/module-deps/pull/124#discussion_r98822191
new d28fee1 Adds missing fallback document Fixes: https://github.com/substack/module-deps/pull/124#discussion_r98822367
new c940a1c Properly named the test for the string passing Fixes: https://github.com/substack/module-deps/pull/124#discussion_r98822788
new c8d1da8 4.1.0
new 8fce205 use nextTick to get back 0.8 support
new 4cce797 4.1.1
new c5f3e3d Initialize git-dpm
new d0fb341 First debianization
new 084e63f First debianization
new bca6dc9 Finalize debianization
new 60e51c3 Avoid readable-stream
new beb7008 merge patched into master
new 98fe82e Fix runtest
new d7c644c Fix control
The 444 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git
More information about the Pkg-javascript-commits
mailing list