chore: abstract types to shared package (#1593)
* chore: update types * small typing change * fix typing issue * typed node * add extra lint skip * add changeset --------- Co-authored-by: Eoghan Murray <eoghan@getthere.ie> Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
This commit is contained in:
@@ -6,18 +6,17 @@ import * as path from 'path';
|
||||
import * as puppeteer from 'puppeteer';
|
||||
import { vi } from 'vitest';
|
||||
import { JSDOM } from 'jsdom';
|
||||
import { buildNodeWithSN, Mirror } from 'rrweb-snapshot';
|
||||
import {
|
||||
buildNodeWithSN,
|
||||
cdataNode,
|
||||
commentNode,
|
||||
documentNode,
|
||||
documentTypeNode,
|
||||
elementNode,
|
||||
Mirror,
|
||||
NodeType,
|
||||
NodeType as RRNodeType,
|
||||
textNode,
|
||||
} from 'rrweb-snapshot';
|
||||
} from '@rrweb/types';
|
||||
import {
|
||||
buildFromDom,
|
||||
buildFromNode,
|
||||
|
||||
Reference in New Issue
Block a user