Manipulation: Extract domManip to a separate file
commitee6e874075ba1fcd8f9e62cd1ee5c04f6518b6d6
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 10 Oct 2022 16:15:34 +0000 (10 18:15 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2022 16:15:34 +0000 (10 18:15 +0200)
treeda232f737c7d41c2c200088fddc3284427bc6ed7
parentaa231cd21421503d319ad6068e7df0fb3baa7fea
Manipulation: Extract domManip to a separate file

We've already had `buildFragment` extracted to a separate file long ago.
`domManip` is quite a complex & crucial API and so far it has existed within
the `manipulation.js` module. Extracting it makes the module shorter and easier
to understand.

A few comments / messages in tests have also been updated to not suggest there's
a public `jQuery.domManip` API - it's been private since 3.0.0.

Closes gh-5138
src/manipulation.js
src/manipulation/domManip.js [new file with mode: 0644]
test/unit/ajax.js