Enhance viewport simulation state tracking and membership signatures
This commit is contained in:
@@ -357,7 +357,10 @@ function isOpaqueExternalObjectType(type: ts.Type): boolean {
|
||||
declarations.some((declaration) => {
|
||||
const fileName = declaration.getSourceFile().fileName;
|
||||
return (
|
||||
fileName.includes(`${path.sep}node_modules${path.sep}`) ||
|
||||
fileName.includes(`${path.sep}node_modules${path.sep}three${path.sep}`) ||
|
||||
fileName.includes(
|
||||
`${path.sep}node_modules${path.sep}@types${path.sep}three${path.sep}`
|
||||
) ||
|
||||
fileName.endsWith(`${path.sep}lib.dom.d.ts`)
|
||||
);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user