issues
search
browserify
/
detective
Find all calls to require() no matter how deeply nested using a proper walk of the AST
Other
414
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
properties option
#39
charlierudolph
closed
9 years ago
5
silent mode
#38
shenanigans
closed
9 years ago
2
why not use the Regular Expression to find all params in require function??
#37
csonlai
closed
9 years ago
2
Add a note about requires with more than string literals
#36
adam-lynch
closed
9 years ago
2
opt.word can be any one of string, array and object
#35
1024bit
closed
9 years ago
1
'Missing yield in generator' should not be an error
#34
jeswin
closed
9 years ago
1
use the latest stable escodegen
#33
mkolodny
closed
9 years ago
4
Support AMD syntax for finding dependencies?
#32
mrjoelkemp
closed
10 years ago
1
Use esprima-fb to support es6.
#31
andreypopp
closed
10 years ago
1
remove esprima-six, go back to esprima
#30
max-mapper
closed
10 years ago
9
Fix noargs
#29
thlorenz
closed
10 years ago
1
Support require statements in code with ES6 syntax
#28
joakimbeng
closed
10 years ago
3
adding support to provide custom parse opts and stop esprima from throwing on script level returns
#27
thlorenz
closed
10 years ago
7
Support array calls
#26
piuccio
closed
9 years ago
1
Allow passing isRequire detector as an option
#25
andreypopp
closed
11 years ago
1
require('something')()
#24
AndreasMadsen
closed
11 years ago
1
Ability to handle cases where require is called with a non-literal parameter
#23
fresheneesz
closed
6 years ago
2
if require is aliased, detective incorrectly returns uses of it as dependencies
#22
fresheneesz
opened
11 years ago
3
handle [,,,,]
#21
dominictarr
closed
11 years ago
0
Fixes a type error when accessing node parent of a null object.
#20
nathanbowser
closed
9 years ago
1
TypeError: Cannot set property 'parent' of null
#19
nathanbowser
closed
9 years ago
3
Error behaviour difference between esprima.parse() and detective.find()
#18
bengourley
closed
11 years ago
3
adding option to include node for each require in a nodes array
#17
thlorenz
closed
11 years ago
0
Please include a license
#16
jamielinux
closed
11 years ago
1
Indication of error for 'require(someStringVariable)'
#15
coolaj86
opened
12 years ago
0
pin esprima version
#14
defunctzombie
closed
12 years ago
7
replaced uglify-js with esprima
#13
matjaz
closed
12 years ago
7
handle deep chaining; (fix issue #11)
#12
dominictarr
closed
12 years ago
1
breaks on deep chaining.
#11
dominictarr
closed
12 years ago
1
JS_Prase_Error when a require is inside a function
#10
defunctzombie
closed
12 years ago
2
Performance boost
#9
ashtuchkin
closed
12 years ago
3
i compressed this project into 10 lines :
#8
weepy
closed
11 years ago
6
Removed hard coded reference to `require`
#7
Raynos
closed
12 years ago
2
extraneous findit in lib for 0.0.3 release
#6
daaku
closed
9 years ago
0
hash bang choke
#5
wojohowitz
closed
9 years ago
2
binary statement SyntaxError
#4
chrisdickinson
closed
6 years ago
3
Detective fails for: require('some_module').call_to_exported_func()
#3
canonic-epicure
closed
13 years ago
2
Quick return if there are no require() calls - greatly speeds up parsing
#2
maccman
closed
13 years ago
0
['a', 'b', 'c'].forEach(require)...
#1
fat
closed
13 years ago
1
Previous