File tree 13 files changed +13
-0
lines changed
hello-world-function-export
stringbytes-external-exceed-max
13 files changed +13
-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 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 @@ -89,6 +89,7 @@ ${files[name]}
89
89
targets : [
90
90
{
91
91
target_name : 'addon' ,
92
+ defines : [ 'V8_DEPRECATION_WARNINGS=1' ] ,
92
93
sources : files . map ( function ( file ) {
93
94
return file . name ;
94
95
} )
You can’t perform that action at this time.
0 commit comments