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