Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

depcheck


Collective - Host: opensource - https://opencollective.com/depcheck - Code: https://github.com/depcheck

Comments added on unsupported ES6 syntax in tests

github.com/depcheck/depcheck - 027d978aee04db762c8efe8b3188940d85c31898 authored over 9 years ago by Brandon Wood <[email protected]>
Test for ES6 made explicit to check module names

github.com/depcheck/depcheck - 02c4a6150b7d45b41e2f1354363dc47a43b07f7a authored over 9 years ago by Brandon Wood <[email protected]>
Removed real module name from bad ES6 test

Per the suggestion of @lijunle at
https://github.com/lijunle/depcheck-es6/pull/7#discussion-diff...

github.com/depcheck/depcheck - dde799b144e59ea869cafadbce420415ffa6bb8e authored over 9 years ago by Brandon Wood <[email protected]>
Removed import module as test

So, apparently it wasn't the star syntax, but just the following that
node-source-walker doesn't...

github.com/depcheck/depcheck - f03460c81ed43f207d9073689933acc095255900 authored over 9 years ago by Brandon Wood <[email protected]>
Added tests for unused, ES6 style, imports

Additionally added tests to make sure that good ES6 should pass as well,
following the conventio...

github.com/depcheck/depcheck - fe754eb65444058f734266581737bcb4efabe144 authored over 9 years ago by Brandon Wood <[email protected]>
Added vim swapfiles to .gitignore

github.com/depcheck/depcheck - 00e28796cd1548775d994f7ac5e448a7190a9c51 authored over 9 years ago by Brandon Wood <[email protected]>
Update README to mention the `ignores` parameter.

github.com/depcheck/depcheck - 2aa744fc35a4479af2179b244d1be49728e57cef authored over 9 years ago by Junle <[email protected]>
Merge branch 'master' into ignores

github.com/depcheck/depcheck - 4b147719332199abe0d8c5c4b846ff3ae4575d54 authored over 9 years ago by Junle <[email protected]>
Add help message parameter.

github.com/depcheck/depcheck - aa5c91bccc407ca730701b1bc1b3d6c6d3c42293 authored over 9 years ago by Junle <[email protected]>
Make the ignores description uppercase.

github.com/depcheck/depcheck - d7bdd85b47676f23bd3f42690e3ce2e0ed804506 authored over 9 years ago by Junle <[email protected]>
Merge pull request #5 from lijunle/fix-tests-mistake

Fix tests mistake

github.com/depcheck/depcheck - 4cc95d78b397e988f82629e1d12ac7b2dd071f95 authored over 9 years ago by Junle Li <[email protected]>
Fix the failing test case.

github.com/depcheck/depcheck - 60dc8f79181e7b60333cd20272e68a50d553f1fe authored over 9 years ago by JunLe Li <[email protected]>
Add linter hints for global variables in test.

github.com/depcheck/depcheck - e5575f6b75a948232b73b2ef611b66d197e0abdd authored over 9 years ago by JunLe Li <[email protected]>
Add stronger validation to assert test code is making mistake.

github.com/depcheck/depcheck - 60e67524750b094c8bcb3219ec79e09465c407fe authored over 9 years ago by JunLe Li <[email protected]>
Merge pull request #4 from lijunle/fix-without-dev

Fix test typos.

github.com/depcheck/depcheck - e9af5f70c93295dd321247cf9d499c3a7fa2cb97 authored over 9 years ago by Junle Li <[email protected]>
Merge branch 'master' into fix-without-dev

github.com/depcheck/depcheck - c045e4d627cdd34d3a7e3c2269cc93ed1f4c17d4 authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #3 from lijunle/rename-to-es6

Rename to depcheck-es6.

github.com/depcheck/depcheck - 5de1a98d204b0932bbbb74d3c4655f0692e427eb authored over 9 years ago by Junle Li <[email protected]>
Update the new name in README and package.json.

github.com/depcheck/depcheck - 5da08f2e352f7c2a6990bd266bac25616f4db190 authored over 9 years ago by Junle <[email protected]>
Check in LICENSE file.

github.com/depcheck/depcheck - 0a62d4458a3e2c6329a040fbdfe738bdc3d6a16b authored over 9 years ago by Junle <[email protected]>
Pop up the version to 0.5.0.

- Be ready to publish to NPM.

github.com/depcheck/depcheck - 91f15c6f65be165cf060dad9c9e97304a8bad65c authored over 9 years ago by Junle <[email protected]>
Merge pull request #1 from lijunle/es6-support

Implement ES6 support.

github.com/depcheck/depcheck - b33091b706dd764c8a9507900803990b14f382b9 authored over 9 years ago by Junle Li <[email protected]>
Passthrough depcheck options to acron parser

- It allows user to specify acron options.
- Add test case to cover accept acron options.

github.com/depcheck/depcheck - 734c9949e5a0e4d7932f29aaee6786800a135f5c authored over 9 years ago by Junle <[email protected]>
Fix the bug about handling empty JavaScript file.

- Add test to cover the case.

github.com/depcheck/depcheck - e222af581eee9b77f7798a131c3ddbad378ace96 authored over 9 years ago by JunLe Li <[email protected]>
Allow passing ingores via the command line

github.com/depcheck/depcheck - 84b47b9c54c6252c2604771e5ae13c573d6568e8 authored over 9 years ago by Gord Tanner <[email protected]>
Remove the dup "should".

github.com/depcheck/depcheck - 265ceeb46e131e29884b0d72ea0118671688e73c authored over 9 years ago by JunLe Li <[email protected]>
Leverage node-source-walk to count ES6 import declaration.

- Remove detective package, which is uselss any more.

github.com/depcheck/depcheck - 2327b7c293d157965ca28823a1d87d81094c6d5e authored over 9 years ago by JunLe Li <[email protected]>
Add the failing test case indicating that es6 not supported.

github.com/depcheck/depcheck - 284df7292ff4ec7a852820e73a7e16797b68c718 authored over 9 years ago by JunLe Li <[email protected]>
Fix the typo: withouttDev -> withoutDev.

github.com/depcheck/depcheck - 60a8b9cd71252e68ec267db4efa01d4ea998b13b authored over 9 years ago by JunLe Li <[email protected]>
Update README.md

github.com/depcheck/depcheck - 0a25db6391c37259dfdf2ff07d4de14fb385d29a authored over 9 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - 1d9da2b7d4a2742839f49202f3e949a2c5d89e92 authored over 9 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - 7d711e9f6c5de42f2462f60c4bb169e501a82acd authored over 9 years ago by Djordje Lukic <[email protected]>
Merge pull request #22 from gtanner/master

add --json flag to command line

github.com/depcheck/depcheck - 348ff7a05ac51ae1009187365719c2c13f295b57 authored over 9 years ago by Djordje Lukic <[email protected]>
add --json flag to command line

Allow output in json for command line use.

github.com/depcheck/depcheck - 6d2ef0b03310143ddb1a595d95225ffbcf84fef0 authored over 9 years ago by Gord Tanner <[email protected]>
Bump version

github.com/depcheck/depcheck - 2e0d92f12055e17b295b7184d3179afa931e8e66 authored almost 10 years ago by Djordje Lukic <[email protected]>
Merge pull request #20 from dylang/avoid-replace-error

Don't throw error when module names are numbers

github.com/depcheck/depcheck - a30b2f3a979538bbc3e545f384d97cd8957f3090 authored almost 10 years ago by Djordje Lukic <[email protected]>
don't throw error when modules are numbers, update dependencies, update travis for latest versions of node and iojs

github.com/depcheck/depcheck - 9e23a5c7c98bb5f88a20ce2f9018052e03fddfba authored almost 10 years ago by Dylan Greene <[email protected]>
fix error thrown when module is a number, caused by tools like browserify and webpack

github.com/depcheck/depcheck - 7f918de70344783c8067522e5d0e7ee28d7ece6f authored almost 10 years ago by Dylan Greene <[email protected]>
ignoreDirs defaults

Fixes #6

github.com/depcheck/grunt-depcheck - c340ba65ba2ea48692b9c1312d9b649ff08585f2 authored almost 10 years ago by Djordje Lukic <[email protected]>
withoutDev should be false by default

github.com/depcheck/grunt-depcheck - 45372f4a0e7e4645fa96516b76445195d4b0acf6 authored almost 10 years ago by Djordje Lukic <[email protected]>
Update README.md

Remove the lie.

github.com/depcheck/depcheck - 53723aa2172cffce6357b91940ab7fc238297642 authored almost 10 years ago by Djordje Lukic <[email protected]>
Update README.md

Add link to grunt-depcheck

github.com/depcheck/depcheck - c91805fff202f445c27b7375efbf0c21d63ffa5e authored almost 10 years ago by Djordje Lukic <[email protected]>
Add space

github.com/depcheck/grunt-depcheck - d24a946f9035710713d98ba089167ee6711ef33a authored almost 10 years ago by Djordje Lukic <[email protected]>
Update README

github.com/depcheck/grunt-depcheck - d4cd508e78d4bdb8576a3c7acf08e84aa8ad78c4 authored almost 10 years ago by Djordje Lukic <[email protected]>
Working grunt depcheck with tests and all

github.com/depcheck/grunt-depcheck - f99528cecc15ad32a668d7f765b4c8d2169cd384 authored almost 10 years ago by Djordje Lukic <[email protected]>
Initial commit, grunt-init skeleton

github.com/depcheck/grunt-depcheck - 27490f10d4769548e4f0e59bdd847d92f585252c authored almost 10 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - 53ab5143673947e80836ffb5cdf4ef065a71f9b6 authored over 10 years ago by Djordje Lukic <[email protected]>
Merge pull request #15 from alanhoff/master

Resolving issue #14, dynamically passing the package.json metadata

github.com/depcheck/depcheck - 3d0081b0243274e978e519d9ac921b0022f2991e authored over 10 years ago by Djordje Lukic <[email protected]>
Resolving issue #14, dynamically passing the package.json metadata

github.com/depcheck/depcheck - fc2b164b74e50ec98ea98bc47cef4cc0919b689c authored over 10 years ago by Alan Hoffmeister <[email protected]>
Version bump

github.com/depcheck/depcheck - 662126aa6aa24c02ba72cd21d3fd89204542194a authored over 10 years ago by Djordje Lukic <[email protected]>
Merge pull request #13 from nigelzor/nested-require

recognize require('foo/bar') as a dependency on foo

github.com/depcheck/depcheck - a3966d7e04079c12b4dce9cddfe483535a087460 authored over 10 years ago by Djordje Lukic <[email protected]>
recognize require('foo/bar') as a dependency on foo

github.com/depcheck/depcheck - 4a058238399cc240cc30601797fcb7ed3cc05369 authored over 10 years ago by Neil Gentleman <[email protected]>
Version bump

github.com/depcheck/depcheck - 828b2b6f49e1bdef01f9e5aaa46475e7ac28f6e4 authored over 10 years ago by Djordje Lukic <[email protected]>
Merge pull request #12 from dylang/bypass-bad-js

don't throw error when esprima can't parse a file

github.com/depcheck/depcheck - ff0d34a67b4b8d1610662cd79329a2bd6565925b authored over 10 years ago by Djordje Lukic <[email protected]>
ignore `bower_components` by default

github.com/depcheck/depcheck - 4dd53fa6681d8aa333550db323b9cecd4f2c3fad authored over 10 years ago by Dylan Greene <[email protected]>
don't throw error when esprima can't parse a file

fixes #11

github.com/depcheck/depcheck - 18a8f9de1f9b675d77de3ba5eb267c62e46eef9c authored over 10 years ago by Dylan Greene <[email protected]>
Optimist is not a devDependecy. fixes #10

github.com/depcheck/depcheck - ee058f5bd10bf532f32b00d5f1a1bc765bde1177 authored over 10 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - 1bbcc7c0745a6d2c2a84deadaab39154d2308bb1 authored over 10 years ago by Djordje Lukic <[email protected]>
Merge pull request #8 from dylang/ignore-paths

Ignore paths

github.com/depcheck/depcheck - b331ea0906710aad46320258255712f3857a5105 authored over 10 years ago by Djordje Lukic <[email protected]>
removed low-level esprima in favor of higher level detective

github.com/depcheck/depcheck - d656e4b0bbc1cef000cd60fce0bf046685eb786a authored over 10 years ago by Dylan Greene <[email protected]>
drop support for 0.8, added 0.11 to get ready for 0.12.

github.com/depcheck/depcheck - 38ed8e11f6f7667be094ba72c17eebb867d27515 authored over 10 years ago by Dylan Greene <[email protected]>
update docs

github.com/depcheck/depcheck - db474d93af43cd65be86db6537d074631f5ad0f4 authored over 10 years ago by Dylan Greene <[email protected]>
added tests

github.com/depcheck/depcheck - 8ea764968cc905de8983bf43010d382ea23dd08b authored over 10 years ago by Dylan Greene <[email protected]>
added ignoreMatches option

github.com/depcheck/depcheck - ef1e134f2a3eb38b509baaac54d911e8e0f56d8d authored over 10 years ago by Dylan Greene <[email protected]>
seems to be working with ignorePaths

github.com/depcheck/depcheck - 36b717e05511ec9d668a416775560bb45bcc8a1e authored over 10 years ago by Dylan Greene <[email protected]>
Version bump

github.com/depcheck/depcheck - a1afe9a4aeb1df22ffe6897963d71f110c241db6 authored over 10 years ago by Djordje Lukic <[email protected]>
main is index

Fixes #5

Thanks @dylang

github.com/depcheck/depcheck - 0faaf837c264d640c1b08f37b45c7cb529fe0f14 authored over 10 years ago by Djordje Lukic <[email protected]>
Backquotes

github.com/depcheck/depcheck - 544a10a280a142669195d245244c36a5d65f6bf2 authored over 10 years ago by Djordje Lukic <[email protected]>
Update README.md

devDependencies are taken by default.

github.com/depcheck/depcheck - 4cd4462167155afe8a0f6afbae7e56a0c929624e authored over 10 years ago by Djordje Lukic <[email protected]>
Make tests pass

github.com/depcheck/depcheck - 46bf04c3ce9aaa6bfc2218a526813d138a598662 authored over 10 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - 4ad949cf6d2ac7c669dfadb538555bd1c90ef163 authored over 10 years ago by Djordje Lukic <[email protected]>
Display dependencies and devDependencies separately. Fixes #4

github.com/depcheck/depcheck - bb30294bb8692cbf2d977298f7d5b492c3ad81e5 authored over 10 years ago by Djordje Lukic <[email protected]>
Add missing semicolon

github.com/depcheck/depcheck - 67a93c2231ec5dfa32be4271fa6d66c5f31f6e47 authored over 10 years ago by Djordje Lukic <[email protected]>
Good link for the license

github.com/depcheck/depcheck - 1a7983d7c97592e5c8fef276420309cc47dc4fd0 authored over 10 years ago by Djordje Lukic <[email protected]>
Update 'documentation' for devDependencies

github.com/depcheck/depcheck - c265a79d1a0d8195fb2b1cf2113d8a406611f860 authored over 10 years ago by Djordje Lukic <[email protected]>
Look at devDependencies too by default. Fixes #3

github.com/depcheck/depcheck - 060c956b7bcf56b40185adf883eafb9e646f961e authored over 10 years ago by Djordje Lukic <[email protected]>
Default to current directory if none is given. fixes #2

github.com/depcheck/depcheck - 1e582299cf192ffe8d5b34341c0876946172e891 authored over 10 years ago by Djordje Lukic <[email protected]>
should is a devDependency. LF as line ending

github.com/depcheck/depcheck - e16526faf126ab56d815bb8815d22961563bb179 authored about 11 years ago by Djordje Lukic <[email protected]>
Merge pull request #1 from mbilbille/patch-1

Fix wording

github.com/depcheck/depcheck - d3987ca3a8a956cad25244113a7e58280889faa8 authored over 11 years ago by Djordje Lukic <[email protected]>
Fix wording

github.com/depcheck/depcheck - bf3966d233b958a48ea78cf6df89d74a9750854e authored over 11 years ago by Matthieu Bilbille <[email protected]>
Update README.md

- Extended introduction, to give some context.
- Example of using `depcheck` as a library
-...

github.com/depcheck/depcheck - f8d2e2f2e352ce239fd9ed5c0f664685be15ff2b authored over 11 years ago by Djordje Lukic <[email protected]>
Make jshint/eslint happy

github.com/depcheck/depcheck - 4f98b0ea7e7ea021597dd0c25df1bbaf3cf9623b authored over 11 years ago by Djordje Lukic <[email protected]>
Version bump

github.com/depcheck/depcheck - b8cb045bf4ac60ad075ddb6aedf3912b8a496d90 authored over 11 years ago by Djordje Lukic <[email protected]>
Added optional flag to tell depcheck to look at devDependencies too

github.com/depcheck/depcheck - eb24b5dc8b4e2f9ee561d96534fefba03dbe4159 authored over 11 years ago by Djordje Lukic <[email protected]>
Oh the irony

I had an unused dependency...

github.com/depcheck/depcheck - 177dcdcf6a93cf3b35926169685256137cf6fef7 authored over 11 years ago by Djordje Lukic <[email protected]>
Update README.md

With some information about the future of depcheck.

github.com/depcheck/depcheck - c0eedda30cd2bf79edc5ae180e9bff9252f661e6 authored over 11 years ago by Djordje Lukic <[email protected]>
Typo in package.json

devDependecies -> devDependencies

github.com/depcheck/depcheck - 45ac5ada41d11fac756fcfc520638a2416fa1a1f authored over 11 years ago by Djordje Lukic <[email protected]>
Update README.md

Add link to Travis

github.com/depcheck/depcheck - 2023c6e9856bed1b27d01808b26fc9afe45d4c22 authored over 11 years ago by Djordje Lukic <[email protected]>
first commit

github.com/depcheck/depcheck - 1b753270fb01c3fb0b90431ca051b23dd5379f8a authored over 11 years ago by Djordje Lukic <[email protected]>