mirror of
https://github.com/svg/svgo.git
synced 2025-07-28 09:22:00 +03:00
chore: drop parentNode property (#2113)
This commit is contained in:
@ -5,6 +5,7 @@ import {
|
||||
VERSION,
|
||||
optimize as optimizeAgnostic,
|
||||
builtinPlugins,
|
||||
mapNodesToParents,
|
||||
querySelector,
|
||||
querySelectorAll,
|
||||
_collections,
|
||||
@ -113,6 +114,7 @@ export default {
|
||||
builtinPlugins,
|
||||
loadConfig,
|
||||
optimize,
|
||||
mapNodesToParents,
|
||||
querySelector,
|
||||
querySelectorAll,
|
||||
_collections,
|
||||
|
Reference in New Issue
Block a user