We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b815f5e commit d5c41d7Copy full SHA for d5c41d7
lib/state.js
@@ -168,6 +168,7 @@
168
* Wrap `nodes` with line endings between each node, adds initial/final line endings when `loose`.
169
*/
170
171
+import structuredClone from '@ungap/structured-clone'
172
import {visit} from 'unist-util-visit'
173
import {position} from 'unist-util-position'
174
import {handlers as defaultHandlers} from './handlers/index.js'
0 commit comments