DefinitelyTyped/types/jquery-migrate/jquery-migrate-tests.ts
Piotr Błażejewicz (Peter Blazejewicz) bda0527c55
update(jquery-migrate): version 3.3 updates (#45617)
- `migrateDeduplicateWarnings` property
- `UNSAFE_restoreLegacyHtmlPrefilter` method

https://jquery.com/upgrade-guide/3.5/
ac233f9bf7/src/jquery/manipulation.js (L17)
https://github.com/jquery/jquery-migrate#migrate-plugin-api

Thanks!
2020-06-25 13:27:24 -04:00

12 lines
329 B
TypeScript

// $ExpectType string[]
jQuery.migrateWarnings;
jQuery.migrateWarnings.length;
jQuery.migrateDeduplicateWarnings = true;
jQuery.migrateMute = false;
jQuery.migrateTrace = true;
// $ExpectType void
jQuery.migrateReset();
// $ExpectType string
jQuery.migrateVersion;
jQuery.UNSAFE_restoreLegacyHtmlPrefilter(); // $ExpectType void