File tree 12 files changed +12
-0
lines changed
hello-world-function-export
stringbytes-external-exceed-max
12 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ],
6
7
'win_delay_load_hook' : 'false'
7
8
}
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change 2
2
'targets' : [
3
3
{
4
4
'target_name' : 'binding' ,
5
+ 'defines' : [ 'V8_DEPRECATION_WARNINGS=1' ],
5
6
'sources' : [ 'binding.cc' ]
6
7
}
7
8
]
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ ${files[name]}
82
82
targets : [
83
83
{
84
84
target_name : 'addon' ,
85
+ defines : [ 'V8_DEPRECATION_WARNINGS=1' ] ,
85
86
sources : files . map ( function ( file ) {
86
87
return file . name ;
87
88
} )
You can’t perform that action at this time.
0 commit comments