File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -234,12 +234,13 @@ module.exports = {
234
234
}
235
235
} ,
236
236
transforms : {
237
- description : 'This attribute is deprecated and it may be removed from the API in next major version.' ,
238
237
filter : {
239
238
valuecalendar : makeAttrs ( [
239
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.' ,
240
240
'Sets the calendar system to use for `value`, if it is a date.'
241
241
] . join ( ' ' ) ) ,
242
242
targetcalendar : makeAttrs ( [
243
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.' ,
243
244
'Sets the calendar system to use for `target`, if it is an' ,
244
245
'array of dates. If `target` is a string (eg *x*) we use the' ,
245
246
'corresponding trace attribute (eg `xcalendar`) if it exists,' ,
You can’t perform that action at this time.
0 commit comments