You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CodyJasonBennett I'm not sure we need type added to everything, or if we want to blanket sed everything, we need to duplicate (the line with type * and *)
The following error I have now could be related to this issue:
Failed to compile.
./node_modules/three-stdlib/csm/CSMFrustum.d.ts:13:13
Type error: Identifier expected. 'default' is a reserved word that cannot be used here.
11 | }
12 |
> 13 | export type default class CSMFrustum {
| ^
14 | constructor(data?: CSMFrustumParameters)
15 | vertices: CSMFrustumVerticies
16 | setFromProjectionMatrix(projectionMatrix: Matrix4, maxFar: number): CSMFrustumVerticies
I reverted the typescript changes which leaves us solely with #342 again. I think I need to express this issue upstream or extend the TypeScript compiler directly.
three-stdlib
version: 2.35.11Problem description:
Unable to instantiate in a module/moduleResolution
nodenext
due to changes inpatch-ts
Relevant code:
I'm looking at this @CodyJasonBennett - thank you for the effort so far. I'll experiment a bit on my side.
The text was updated successfully, but these errors were encountered: