three.js/src/objects/InstancedMesh.d.ts has an incorrect import?

Created on 14 Nov 2019  路  4Comments  路  Source: mrdoob/three.js

The 4th line in the file
three.js/src/objects/InstancedMesh.d.ts

reads:

import { BufferAttribute } from './../core/BufferAttribute.js';

is this correct?
shouldn't it be

import { BufferAttribute } from './../core/BufferAttribute';

Thanks

Bug

All 4 comments

You're totally right! Should be okay now.

Thanks @Mugen87 for the very quick fix.
I think the same problem (import of .js files) is in these other files (and only these, now I checked them all):

Three.js\src\loaders\ImageBitmapLoader.d.ts
Three.js\src\math\SphericalHarmonics3.d.ts
Three.js\src\renderers\webgl\WebGLTextures.d.ts

Thanks for reporting this! 馃檶

You are welcome, and compliments for this incredibly excellent software. 馃構

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yqrashawn picture yqrashawn  路  3Comments

jack-jun picture jack-jun  路  3Comments

scrubs picture scrubs  路  3Comments

filharvey picture filharvey  路  3Comments

boyravikumar picture boyravikumar  路  3Comments