three-types / three-ts-types

TS type library for the popular webgl library threejs
232 stars 151 forks source link

Impossible to commit on windows 10 platform #149

Closed sancelot closed 1 year ago

sancelot commented 2 years ago

yarn version 1.22.15

Problem description:

I added myself to contributors and when I want to commit, it fails with next message

git commit -m "added to contributors"
yarn run v1.22.15
$ E:\temp\three-ts-types\node_modules\.bin\pretty-quick pretty-quick
🔍  Finding changed files since git revision be55788.
🎯  Found 3 changed files.
✍️  Fixing up README.md.
✍️  Fixing up types/three/examples/jsm/controls/OrbitControls.d.ts.
✅  Everything is awesome!
Done in 1.13s.
yarn run v1.22.15
$ prettier --check .
Checking formatting...
[warn] .github\FUNDING.yml
[warn] .github\ISSUE_TEMPLATE\---bug-report.md
[warn] .github\ISSUE_TEMPLATE\---feature-request.md
[warn] .github\ISSUE_TEMPLATE\--support-question.md
[warn] .github\PULL_REQUEST_TEMPLATE.md
[warn] .github\workflows\CI.yml
[warn] .prettierrc.json
[warn] CODE_OF_CONDUCT.md
[warn] CONTRIBUTING.md
[warn] notNeededPackages.json
[warn] package.json
[warn] types\three\examples\jsm\animation\AnimationClipCreator.d.ts
[warn] types\three\examples\jsm\animation\CCDIKSolver.d.ts
[warn] types\three\examples\jsm\animation\MMDAnimationHelper.d.ts
[warn] types\three\examples\jsm\animation\MMDPhysics.d.ts
[warn] types\three\examples\jsm\cameras\CinematicCamera.d.ts
[warn] types\three\examples\jsm\controls\ArcballControls.d.ts
[warn] types\three\examples\jsm\controls\DragControls.d.ts
[warn] types\three\examples\jsm\controls\FirstPersonControls.d.ts
[warn] types\three\examples\jsm\controls\FlyControls.d.ts
[warn] types\three\examples\jsm\controls\PointerLockControls.d.ts
[warn] types\three\examples\jsm\controls\TrackballControls.d.ts
[warn] types\three\examples\jsm\controls\TransformControls.d.ts
[warn] types\three\examples\jsm\csm\CSM.d.ts
[warn] types\three\examples\jsm\csm\CSMHelper.d.ts
[warn] types\three\examples\jsm\csm\Frustum.d.ts
[warn] types\three\examples\jsm\csm\Shader.d.ts
[warn] types\three\examples\jsm\curves\CurveExtras.d.ts
[warn] types\three\examples\jsm\curves\NURBSCurve.d.ts
[warn] types\three\examples\jsm\curves\NURBSSurface.d.ts
[warn] types\three\examples\jsm\curves\NURBSUtils.d.ts
[warn] types\three\examples\jsm\deprecated\Geometry.d.ts
[warn] types\three\examples\jsm\effects\AnaglyphEffect.d.ts
[warn] types\three\examples\jsm\effects\AsciiEffect.d.ts
[warn] types\three\examples\jsm\effects\OutlineEffect.d.ts
[warn] types\three\examples\jsm\effects\ParallaxBarrierEffect.d.ts
[warn] types\three\examples\jsm\effects\PeppersGhostEffect.d.ts
[warn] types\three\examples\jsm\effects\StereoEffect.d.ts
[warn] types\three\examples\jsm\environments\RoomEnvironment.d.ts
[warn] types\three\examples\jsm\exporters\ColladaExporter.d.ts
[warn] types\three\examples\jsm\exporters\DRACOExporter.d.ts
[warn] types\three\examples\jsm\exporters\GLTFExporter.d.ts
[warn] types\three\examples\jsm\exporters\MMDExporter.d.ts
[warn] types\three\examples\jsm\exporters\OBJExporter.d.ts
[warn] types\three\examples\jsm\exporters\PLYExporter.d.ts
[warn] types\three\examples\jsm\exporters\STLExporter.d.ts
[warn] types\three\examples\jsm\exporters\USDZExporter.d.ts
[warn] types\three\examples\jsm\geometries\BoxLineGeometry.d.ts
[warn] types\three\examples\jsm\geometries\ConvexGeometry.d.ts
[warn] types\three\examples\jsm\geometries\DecalGeometry.d.ts
[warn] types\three\examples\jsm\geometries\LightningStrike.d.ts
[warn] types\three\examples\jsm\geometries\ParametricGeometries.d.ts
[warn] types\three\examples\jsm\geometries\ParametricGeometry.d.ts
[warn] types\three\examples\jsm\geometries\RoundedBoxGeometry.d.ts
[warn] types\three\examples\jsm\geometries\TeapotGeometry.d.ts
[warn] types\three\examples\jsm\geometries\TextGeometry.d.ts
[warn] types\three\examples\jsm\helpers\LightProbeHelper.d.ts
[warn] types\three\examples\jsm\helpers\PositionalAudioHelper.d.ts
[warn] types\three\examples\jsm\helpers\RectAreaLightHelper.d.ts
[warn] types\three\examples\jsm\helpers\VertexNormalsHelper.d.ts
[warn] types\three\examples\jsm\helpers\VertexTangentsHelper.d.ts
[warn] types\three\examples\jsm\interactive\HTMLMesh.d.ts
[warn] types\three\examples\jsm\interactive\InteractiveGroup.d.ts
[warn] types\three\examples\jsm\interactive\SelectionBox.d.ts
[warn] types\three\examples\jsm\interactive\SelectionHelper.d.ts
[warn] types\three\examples\jsm\libs\fflate.module.min.d.ts
[warn] types\three\examples\jsm\libs\stats.module.d.ts
[warn] types\three\examples\jsm\lights\LightProbeGenerator.d.ts
[warn] types\three\examples\jsm\lights\RectAreaLightUniformsLib.d.ts
[warn] types\three\examples\jsm\lines\Line2.d.ts
[warn] types\three\examples\jsm\lines\LineGeometry.d.ts
[warn] types\three\examples\jsm\lines\LineMaterial.d.ts
[warn] types\three\examples\jsm\lines\LineSegments2.d.ts
[warn] types\three\examples\jsm\lines\LineSegmentsGeometry.d.ts
[warn] types\three\examples\jsm\lines\Wireframe.d.ts
[warn] types\three\examples\jsm\lines\WireframeGeometry2.d.ts
[warn] types\three\examples\jsm\loaders\3DMLoader.d.ts
[warn] types\three\examples\jsm\loaders\3MFLoader.d.ts
[warn] types\three\examples\jsm\loaders\AMFLoader.d.ts
[warn] types\three\examples\jsm\loaders\BasisTextureLoader.d.ts
[warn] types\three\examples\jsm\loaders\BVHLoader.d.ts
[warn] types\three\examples\jsm\loaders\ColladaLoader.d.ts
[warn] types\three\examples\jsm\loaders\DDSLoader.d.ts
[warn] types\three\examples\jsm\loaders\DRACOLoader.d.ts
[warn] types\three\examples\jsm\loaders\EXRLoader.d.ts
[warn] types\three\examples\jsm\loaders\FBXLoader.d.ts
[warn] types\three\examples\jsm\loaders\FontLoader.d.ts
[warn] types\three\examples\jsm\loaders\GCodeLoader.d.ts
[warn] types\three\examples\jsm\loaders\GLTFLoader.d.ts
[warn] types\three\examples\jsm\loaders\HDRCubeTextureLoader.d.ts
[warn] types\three\examples\jsm\loaders\IFCLoader.d.ts
[warn] types\three\examples\jsm\loaders\KMZLoader.d.ts
[warn] types\three\examples\jsm\loaders\KTX2Loader.d.ts
[warn] types\three\examples\jsm\loaders\KTXLoader.d.ts
[warn] types\three\examples\jsm\loaders\LDrawLoader.d.ts
[warn] types\three\examples\jsm\loaders\LottieLoader.d.ts
[warn] types\three\examples\jsm\loaders\LUT3dlLoader.d.ts
[warn] types\three\examples\jsm\loaders\LUTCubeLoader.d.ts
[warn] types\three\examples\jsm\loaders\LWOLoader.d.ts
[warn] types\three\examples\jsm\loaders\MD2Loader.d.ts
[warn] types\three\examples\jsm\loaders\MDDLoader.d.ts
[warn] types\three\examples\jsm\loaders\MMDLoader.d.ts
[warn] types\three\examples\jsm\loaders\MTLLoader.d.ts
[warn] types\three\examples\jsm\loaders\NRRDLoader.d.ts
[warn] types\three\examples\jsm\loaders\OBJLoader.d.ts
[warn] types\three\examples\jsm\loaders\PCDLoader.d.ts
[warn] types\three\examples\jsm\loaders\PDBLoader.d.ts
[warn] types\three\examples\jsm\loaders\PLYLoader.d.ts
[warn] types\three\examples\jsm\loaders\PRWMLoader.d.ts
[warn] types\three\examples\jsm\loaders\PVRLoader.d.ts
[warn] types\three\examples\jsm\loaders\RGBELoader.d.ts
[warn] types\three\examples\jsm\loaders\RGBMLoader.d.ts
[warn] types\three\examples\jsm\loaders\STLLoader.d.ts
[warn] types\three\examples\jsm\loaders\SVGLoader.d.ts
[warn] types\three\examples\jsm\loaders\TDSLoader.d.ts
[warn] types\three\examples\jsm\loaders\TGALoader.d.ts
[warn] types\three\examples\jsm\loaders\TiltLoader.d.ts
[warn] types\three\examples\jsm\loaders\TTFLoader.d.ts
[warn] types\three\examples\jsm\loaders\VOXLoader.d.ts
[warn] types\three\examples\jsm\loaders\VRMLLoader.d.ts
[warn] types\three\examples\jsm\loaders\VRMLoader.d.ts
[warn] types\three\examples\jsm\loaders\VTKLoader.d.ts
[warn] types\three\examples\jsm\loaders\XYZLoader.d.ts
[warn] types\three\examples\jsm\math\Capsule.d.ts
[warn] types\three\examples\jsm\math\ColorConverter.d.ts
[warn] types\three\examples\jsm\math\ConvexHull.d.ts
[warn] types\three\examples\jsm\math\ImprovedNoise.d.ts
[warn] types\three\examples\jsm\math\Lut.d.ts
[warn] types\three\examples\jsm\math\MeshSurfaceSampler.d.ts
[warn] types\three\examples\jsm\math\OBB.d.ts
[warn] types\three\examples\jsm\math\Octree.d.ts
[warn] types\three\examples\jsm\math\SimplexNoise.d.ts
[warn] types\three\examples\jsm\misc\ConvexObjectBreaker.d.ts
[warn] types\three\examples\jsm\misc\GPUComputationRenderer.d.ts
[warn] types\three\examples\jsm\misc\Gyroscope.d.ts
[warn] types\three\examples\jsm\misc\MD2Character.d.ts
[warn] types\three\examples\jsm\misc\MD2CharacterComplex.d.ts
[warn] types\three\examples\jsm\misc\MorphAnimMesh.d.ts
[warn] types\three\examples\jsm\misc\MorphBlendMesh.d.ts
[warn] types\three\examples\jsm\misc\ProgressiveLightMap.d.ts
[warn] types\three\examples\jsm\misc\RollerCoaster.d.ts
[warn] types\three\examples\jsm\misc\TubePainter.d.ts
[warn] types\three\examples\jsm\misc\Volume.d.ts
[warn] types\three\examples\jsm\misc\VolumeSlice.d.ts
[warn] types\three\examples\jsm\modifiers\CurveModifier.d.ts
[warn] types\three\examples\jsm\modifiers\EdgeSplitModifier.d.ts
[warn] types\three\examples\jsm\modifiers\SimplifyModifier.d.ts
[warn] types\three\examples\jsm\modifiers\TessellateModifier.d.ts
[warn] types\three\examples\jsm\nodes\accessors\CameraNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\ColorsNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\LightNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\NormalNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\PositionNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\ReflectNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\ResolutionNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\ScreenUVNode.d.ts
[warn] types\three\examples\jsm\nodes\accessors\UVNode.d.ts
[warn] types\three\examples\jsm\nodes\core\AttributeNode.d.ts
[warn] types\three\examples\jsm\nodes\core\ConstNode.d.ts
[warn] types\three\examples\jsm\nodes\core\ExpressionNode.d.ts
[warn] types\three\examples\jsm\nodes\core\FunctionCallNode.d.ts
[warn] types\three\examples\jsm\nodes\core\FunctionNode.d.ts
[warn] types\three\examples\jsm\nodes\core\InputNode.d.ts
[warn] types\three\examples\jsm\nodes\core\Node.d.ts
[warn] types\three\examples\jsm\nodes\core\NodeBuilder.d.ts
[warn] types\three\examples\jsm\nodes\core\NodeFrame.d.ts
[warn] types\three\examples\jsm\nodes\core\NodeLib.d.ts
[warn] types\three\examples\jsm\nodes\core\NodeUniform.d.ts
[warn] types\three\examples\jsm\nodes\core\NodeUtils.d.ts
[warn] types\three\examples\jsm\nodes\core\StructNode.d.ts
[warn] types\three\examples\jsm\nodes\core\TempNode.d.ts
[warn] types\three\examples\jsm\nodes\core\VarNode.d.ts
[warn] types\three\examples\jsm\nodes\effects\BlurNode.d.ts
[warn] types\three\examples\jsm\nodes\effects\ColorAdjustmentNode.d.ts
[warn] types\three\examples\jsm\nodes\effects\LuminanceNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\BoolNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\ColorNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\CubeTextureNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\FloatNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\IntNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\Matrix3Node.d.ts
[warn] types\three\examples\jsm\nodes\inputs\Matrix4Node.d.ts
[warn] types\three\examples\jsm\nodes\inputs\PropertyNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\ReflectorNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\RTTNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\ScreenNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\TextureNode.d.ts
[warn] types\three\examples\jsm\nodes\inputs\Vector2Node.d.ts
[warn] types\three\examples\jsm\nodes\inputs\Vector3Node.d.ts
[warn] types\three\examples\jsm\nodes\inputs\Vector4Node.d.ts
[warn] types\three\examples\jsm\nodes\materials\BasicNodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\materials\MeshStandardNodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\materials\NodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\BasicNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\MeshStandardNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\PhongNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\RawNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\SpriteNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\nodes\StandardNode.d.ts
[warn] types\three\examples\jsm\nodes\materials\PhongNodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\materials\SpriteNodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\materials\StandardNodeMaterial.d.ts
[warn] types\three\examples\jsm\nodes\math\CondNode.d.ts
[warn] types\three\examples\jsm\nodes\math\MathNode.d.ts
[warn] types\three\examples\jsm\nodes\math\OperatorNode.d.ts
[warn] types\three\examples\jsm\nodes\misc\BumpMapNode.d.ts
[warn] types\three\examples\jsm\nodes\misc\NormalMapNode.d.ts
[warn] types\three\examples\jsm\nodes\misc\TextureCubeNode.d.ts
[warn] types\three\examples\jsm\nodes\misc\TextureCubeUVNode.d.ts
[warn] types\three\examples\jsm\nodes\Nodes.d.ts
[warn] types\three\examples\jsm\nodes\postprocessing\NodePass.d.ts
[warn] types\three\examples\jsm\nodes\postprocessing\NodePostProcessing.d.ts
[warn] types\three\examples\jsm\nodes\procedural\CheckerNode.d.ts
[warn] types\three\examples\jsm\nodes\procedural\NoiseNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\BypassNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\ColorSpaceNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\JoinNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\MaxMIPLevelNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\SpecularMIPLevelNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\SubSlot.d.ts
[warn] types\three\examples\jsm\nodes\utils\SwitchNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\TimerNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\UVTransformNode.d.ts
[warn] types\three\examples\jsm\nodes\utils\VelocityNode.d.ts
[warn] types\three\examples\jsm\objects\Lensflare.d.ts
[warn] types\three\examples\jsm\objects\LightningStorm.d.ts
[warn] types\three\examples\jsm\objects\MarchingCubes.d.ts
[warn] types\three\examples\jsm\objects\Reflector.d.ts
[warn] types\three\examples\jsm\objects\ReflectorForSSRPass.d.ts
[warn] types\three\examples\jsm\objects\ReflectorRTT.d.ts
[warn] types\three\examples\jsm\objects\Refractor.d.ts
[warn] types\three\examples\jsm\objects\ShadowMesh.d.ts
[warn] types\three\examples\jsm\objects\Sky.d.ts
[warn] types\three\examples\jsm\objects\Water.d.ts
[warn] types\three\examples\jsm\objects\Water2.d.ts
[warn] types\three\examples\jsm\physics\AmmoPhysics.d.ts
[warn] types\three\examples\jsm\postprocessing\AdaptiveToneMappingPass.d.ts
[warn] types\three\examples\jsm\postprocessing\AfterimagePass.d.ts
[warn] types\three\examples\jsm\postprocessing\BloomPass.d.ts
[warn] types\three\examples\jsm\postprocessing\BokehPass.d.ts
[warn] types\three\examples\jsm\postprocessing\ClearPass.d.ts
[warn] types\three\examples\jsm\postprocessing\CubeTexturePass.d.ts
[warn] types\three\examples\jsm\postprocessing\DotScreenPass.d.ts
[warn] types\three\examples\jsm\postprocessing\EffectComposer.d.ts
[warn] types\three\examples\jsm\postprocessing\FilmPass.d.ts
[warn] types\three\examples\jsm\postprocessing\GlitchPass.d.ts
[warn] types\three\examples\jsm\postprocessing\HalftonePass.d.ts
[warn] types\three\examples\jsm\postprocessing\LUTPass.d.ts
[warn] types\three\examples\jsm\postprocessing\MaskPass.d.ts
[warn] types\three\examples\jsm\postprocessing\OutlinePass.d.ts
[warn] types\three\examples\jsm\postprocessing\Pass.d.ts
[warn] types\three\examples\jsm\postprocessing\RenderPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SAOPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SavePass.d.ts
[warn] types\three\examples\jsm\postprocessing\ShaderPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SMAAPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SSAARenderPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SSAOPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SSRPass.d.ts
[warn] types\three\examples\jsm\postprocessing\SSRrPass.d.ts
[warn] types\three\examples\jsm\postprocessing\TAARenderPass.d.ts
[warn] types\three\examples\jsm\postprocessing\TexturePass.d.ts
[warn] types\three\examples\jsm\postprocessing\UnrealBloomPass.d.ts
[warn] types\three\examples\jsm\renderers\CSS2DRenderer.d.ts
[warn] types\three\examples\jsm\renderers\CSS3DRenderer.d.ts
[warn] types\three\examples\jsm\renderers\Projector.d.ts
[warn] types\three\examples\jsm\renderers\SVGRenderer.d.ts
[warn] types\three\examples\jsm\shaders\AfterimageShader.d.ts
[warn] types\three\examples\jsm\shaders\BasicShader.d.ts
[warn] types\three\examples\jsm\shaders\BleachBypassShader.d.ts
[warn] types\three\examples\jsm\shaders\BlendShader.d.ts
[warn] types\three\examples\jsm\shaders\BokehShader.d.ts
[warn] types\three\examples\jsm\shaders\BokehShader2.d.ts
[warn] types\three\examples\jsm\shaders\BrightnessContrastShader.d.ts
[warn] types\three\examples\jsm\shaders\ColorCorrectionShader.d.ts
[warn] types\three\examples\jsm\shaders\ColorifyShader.d.ts
[warn] types\three\examples\jsm\shaders\ConvolutionShader.d.ts
[warn] types\three\examples\jsm\shaders\CopyShader.d.ts
[warn] types\three\examples\jsm\shaders\DepthLimitedBlurShader.d.ts
[warn] types\three\examples\jsm\shaders\DigitalGlitch.d.ts
[warn] types\three\examples\jsm\shaders\DOFMipMapShader.d.ts
[warn] types\three\examples\jsm\shaders\DotScreenShader.d.ts
[warn] types\three\examples\jsm\shaders\FilmShader.d.ts
[warn] types\three\examples\jsm\shaders\FocusShader.d.ts
[warn] types\three\examples\jsm\shaders\FreiChenShader.d.ts
[warn] types\three\examples\jsm\shaders\FXAAShader.d.ts
[warn] types\three\examples\jsm\shaders\GammaCorrectionShader.d.ts
[warn] types\three\examples\jsm\shaders\GodRaysShader.d.ts
[warn] types\three\examples\jsm\shaders\HalftoneShader.d.ts
[warn] types\three\examples\jsm\shaders\HorizontalBlurShader.d.ts
[warn] types\three\examples\jsm\shaders\HorizontalTiltShiftShader.d.ts
[warn] types\three\examples\jsm\shaders\HueSaturationShader.d.ts
[warn] types\three\examples\jsm\shaders\KaleidoShader.d.ts
[warn] types\three\examples\jsm\shaders\LuminosityHighPassShader.d.ts
[warn] types\three\examples\jsm\shaders\LuminosityShader.d.ts
[warn] types\three\examples\jsm\shaders\MirrorShader.d.ts
[warn] types\three\examples\jsm\shaders\NormalMapShader.d.ts
[warn] types\three\examples\jsm\shaders\PixelShader.d.ts
[warn] types\three\examples\jsm\shaders\RGBShiftShader.d.ts
[warn] types\three\examples\jsm\shaders\SAOShader.d.ts
[warn] types\three\examples\jsm\shaders\SepiaShader.d.ts
[warn] types\three\examples\jsm\shaders\SMAAShader.d.ts
[warn] types\three\examples\jsm\shaders\SobelOperatorShader.d.ts
[warn] types\three\examples\jsm\shaders\SSAOShader.d.ts
[warn] types\three\examples\jsm\shaders\SSRrShader.d.ts
[warn] types\three\examples\jsm\shaders\SSRShader.d.ts
[warn] types\three\examples\jsm\shaders\SubsurfaceScatteringShader.d.ts
[warn] types\three\examples\jsm\shaders\TechnicolorShader.d.ts
[warn] types\three\examples\jsm\shaders\ToneMapShader.d.ts
[warn] types\three\examples\jsm\shaders\ToonShader.d.ts
[warn] types\three\examples\jsm\shaders\TriangleBlurShader.d.ts
[warn] types\three\examples\jsm\shaders\UnpackDepthRGBAShader.d.ts
[warn] types\three\examples\jsm\shaders\VerticalBlurShader.d.ts
[warn] types\three\examples\jsm\shaders\VerticalTiltShiftShader.d.ts
[warn] types\three\examples\jsm\shaders\VignetteShader.d.ts
[warn] types\three\examples\jsm\shaders\VolumeShader.d.ts
[warn] types\three\examples\jsm\shaders\WaterRefractionShader.d.ts
[warn] types\three\examples\jsm\utils\BufferGeometryUtils.d.ts
[warn] types\three\examples\jsm\utils\CameraUtils.d.ts
[warn] types\three\examples\jsm\utils\GeometryCompressionUtils.d.ts
[warn] types\three\examples\jsm\utils\GeometryUtils.d.ts
[warn] types\three\examples\jsm\utils\RoughnessMipmapper.d.ts
[warn] types\three\examples\jsm\utils\SceneUtils.d.ts
[warn] types\three\examples\jsm\utils\ShadowMapViewer.d.ts
[warn] types\three\examples\jsm\utils\SkeletonUtils.d.ts
[warn] types\three\examples\jsm\utils\UVsDebug.d.ts
[warn] types\three\examples\jsm\WebGL.d.ts
[warn] types\three\examples\jsm\webxr\ARButton.d.ts
[warn] types\three\examples\jsm\webxr\OculusHandModel.d.ts
[warn] types\three\examples\jsm\webxr\OculusHandPointerModel.d.ts
[warn] types\three\examples\jsm\webxr\Text2D.d.ts
[warn] types\three\examples\jsm\webxr\VRButton.d.ts
[warn] types\three\examples\jsm\webxr\XRControllerModelFactory.d.ts
[warn] types\three\examples\jsm\webxr\XREstimatedLight.d.ts
[warn] types\three\examples\jsm\webxr\XRHandMeshModel.d.ts
[warn] types\three\examples\jsm\webxr\XRHandModelFactory.d.ts
[warn] types\three\examples\jsm\webxr\XRHandPrimitiveModel.d.ts
[warn] types\three\index.d.ts
[warn] types\three\src\animation\AnimationAction.d.ts
[warn] types\three\src\animation\AnimationClip.d.ts
[warn] types\three\src\animation\AnimationMixer.d.ts
[warn] types\three\src\animation\AnimationObjectGroup.d.ts
[warn] types\three\src\animation\AnimationUtils.d.ts
[warn] types\three\src\animation\KeyframeTrack.d.ts
[warn] types\three\src\animation\PropertyBinding.d.ts
[warn] types\three\src\animation\PropertyMixer.d.ts
[warn] types\three\src\animation\tracks\BooleanKeyframeTrack.d.ts
[warn] types\three\src\animation\tracks\ColorKeyframeTrack.d.ts
[warn] types\three\src\animation\tracks\NumberKeyframeTrack.d.ts
[warn] types\three\src\animation\tracks\QuaternionKeyframeTrack.d.ts
[warn] types\three\src\animation\tracks\StringKeyframeTrack.d.ts
[warn] types\three\src\animation\tracks\VectorKeyframeTrack.d.ts
[warn] types\three\src\audio\Audio.d.ts
[warn] types\three\src\audio\AudioAnalyser.d.ts
[warn] types\three\src\audio\AudioContext.d.ts
[warn] types\three\src\audio\AudioListener.d.ts
[warn] types\three\src\audio\PositionalAudio.d.ts
[warn] types\three\src\cameras\ArrayCamera.d.ts
[warn] types\three\src\cameras\Camera.d.ts
[warn] types\three\src\cameras\CubeCamera.d.ts
[warn] types\three\src\cameras\OrthographicCamera.d.ts
[warn] types\three\src\cameras\PerspectiveCamera.d.ts
[warn] types\three\src\cameras\StereoCamera.d.ts
[warn] types\three\src\constants.d.ts
[warn] types\three\src\core\BufferAttribute.d.ts
[warn] types\three\src\core\BufferGeometry.d.ts
[warn] types\three\src\core\Clock.d.ts
[warn] types\three\src\core\EventDispatcher.d.ts
[warn] types\three\src\core\GLBufferAttribute.d.ts
[warn] types\three\src\core\InstancedBufferAttribute.d.ts
[warn] types\three\src\core\InstancedBufferGeometry.d.ts
[warn] types\three\src\core\InstancedInterleavedBuffer.d.ts
[warn] types\three\src\core\InterleavedBuffer.d.ts
[warn] types\three\src\core\InterleavedBufferAttribute.d.ts
[warn] types\three\src\core\Layers.d.ts
[warn] types\three\src\core\Object3D.d.ts
[warn] types\three\src\core\Raycaster.d.ts
[warn] types\three\src\core\Uniform.d.ts
[warn] types\three\src\extras\core\Curve.d.ts
[warn] types\three\src\extras\core\CurvePath.d.ts
[warn] types\three\src\extras\core\Path.d.ts
[warn] types\three\src\extras\core\Shape.d.ts
[warn] types\three\src\extras\core\ShapePath.d.ts
[warn] types\three\src\extras\curves\ArcCurve.d.ts
[warn] types\three\src\extras\curves\CatmullRomCurve3.d.ts
[warn] types\three\src\extras\curves\CubicBezierCurve.d.ts
[warn] types\three\src\extras\curves\CubicBezierCurve3.d.ts
[warn] types\three\src\extras\curves\Curves.d.ts
[warn] types\three\src\extras\curves\EllipseCurve.d.ts
[warn] types\three\src\extras\curves\LineCurve.d.ts
[warn] types\three\src\extras\curves\LineCurve3.d.ts
[warn] types\three\src\extras\curves\QuadraticBezierCurve.d.ts
[warn] types\three\src\extras\curves\QuadraticBezierCurve3.d.ts
[warn] types\three\src\extras\curves\SplineCurve.d.ts
[warn] types\three\src\extras\DataUtils.d.ts
[warn] types\three\src\extras\ImageUtils.d.ts
[warn] types\three\src\extras\PMREMGenerator.d.ts
[warn] types\three\src\extras\ShapeUtils.d.ts
[warn] types\three\src\geometries\BoxGeometry.d.ts
[warn] types\three\src\geometries\CircleGeometry.d.ts
[warn] types\three\src\geometries\ConeGeometry.d.ts
[warn] types\three\src\geometries\CylinderGeometry.d.ts
[warn] types\three\src\geometries\DodecahedronGeometry.d.ts
[warn] types\three\src\geometries\EdgesGeometry.d.ts
[warn] types\three\src\geometries\ExtrudeGeometry.d.ts
[warn] types\three\src\geometries\Geometries.d.ts
[warn] types\three\src\geometries\IcosahedronGeometry.d.ts
[warn] types\three\src\geometries\LatheGeometry.d.ts
[warn] types\three\src\geometries\OctahedronGeometry.d.ts
[warn] types\three\src\geometries\PlaneGeometry.d.ts
[warn] types\three\src\geometries\PolyhedronGeometry.d.ts
[warn] types\three\src\geometries\RingGeometry.d.ts
[warn] types\three\src\geometries\ShapeGeometry.d.ts
[warn] types\three\src\geometries\SphereGeometry.d.ts
[warn] types\three\src\geometries\TetrahedronGeometry.d.ts
[warn] types\three\src\geometries\TorusGeometry.d.ts
[warn] types\three\src\geometries\TorusKnotGeometry.d.ts
[warn] types\three\src\geometries\TubeGeometry.d.ts
[warn] types\three\src\geometries\WireframeGeometry.d.ts
[warn] types\three\src\helpers\ArrowHelper.d.ts
[warn] types\three\src\helpers\AxesHelper.d.ts
[warn] types\three\src\helpers\Box3Helper.d.ts
[warn] types\three\src\helpers\BoxHelper.d.ts
[warn] types\three\src\helpers\CameraHelper.d.ts
[warn] types\three\src\helpers\DirectionalLightHelper.d.ts
[warn] types\three\src\helpers\GridHelper.d.ts
[warn] types\three\src\helpers\HemisphereLightHelper.d.ts
[warn] types\three\src\helpers\PlaneHelper.d.ts
[warn] types\three\src\helpers\PointLightHelper.d.ts
[warn] types\three\src\helpers\PolarGridHelper.d.ts
[warn] types\three\src\helpers\SkeletonHelper.d.ts
[warn] types\three\src\helpers\SpotLightHelper.d.ts
[warn] types\three\src\lights\AmbientLight.d.ts
[warn] types\three\src\lights\AmbientLightProbe.d.ts
[warn] types\three\src\lights\DirectionalLight.d.ts
[warn] types\three\src\lights\DirectionalLightShadow.d.ts
[warn] types\three\src\lights\HemisphereLight.d.ts
[warn] types\three\src\lights\HemisphereLightProbe.d.ts
[warn] types\three\src\lights\Light.d.ts
[warn] types\three\src\lights\LightProbe.d.ts
[warn] types\three\src\lights\LightShadow.d.ts
[warn] types\three\src\lights\PointLight.d.ts
[warn] types\three\src\lights\PointLightShadow.d.ts
[warn] types\three\src\lights\RectAreaLight.d.ts
[warn] types\three\src\lights\SpotLight.d.ts
[warn] types\three\src\lights\SpotLightShadow.d.ts
[warn] types\three\src\loaders\AnimationLoader.d.ts
[warn] types\three\src\loaders\AudioLoader.d.ts
[warn] types\three\src\loaders\BufferGeometryLoader.d.ts
[warn] types\three\src\loaders\Cache.d.ts
[warn] types\three\src\loaders\CompressedTextureLoader.d.ts
[warn] types\three\src\loaders\CubeTextureLoader.d.ts
[warn] types\three\src\loaders\DataTextureLoader.d.ts
[warn] types\three\src\loaders\FileLoader.d.ts
[warn] types\three\src\loaders\ImageBitmapLoader.d.ts
[warn] types\three\src\loaders\ImageLoader.d.ts
[warn] types\three\src\loaders\Loader.d.ts
[warn] types\three\src\loaders\LoaderUtils.d.ts
[warn] types\three\src\loaders\LoadingManager.d.ts
[warn] types\three\src\loaders\MaterialLoader.d.ts
[warn] types\three\src\loaders\ObjectLoader.d.ts
[warn] types\three\src\loaders\TextureLoader.d.ts
[warn] types\three\src\materials\LineBasicMaterial.d.ts
[warn] types\three\src\materials\LineDashedMaterial.d.ts
[warn] types\three\src\materials\Material.d.ts
[warn] types\three\src\materials\Materials.d.ts
[warn] types\three\src\materials\MeshBasicMaterial.d.ts
[warn] types\three\src\materials\MeshDepthMaterial.d.ts
[warn] types\three\src\materials\MeshDistanceMaterial.d.ts
[warn] types\three\src\materials\MeshLambertMaterial.d.ts
[warn] types\three\src\materials\MeshMatcapMaterial.d.ts
[warn] types\three\src\materials\MeshNormalMaterial.d.ts
[warn] types\three\src\materials\MeshPhongMaterial.d.ts
[warn] types\three\src\materials\MeshPhysicalMaterial.d.ts
[warn] types\three\src\materials\MeshStandardMaterial.d.ts
[warn] types\three\src\materials\MeshToonMaterial.d.ts
[warn] types\three\src\materials\PointsMaterial.d.ts
[warn] types\three\src\materials\RawShaderMaterial.d.ts
[warn] types\three\src\materials\ShaderMaterial.d.ts
[warn] types\three\src\materials\ShadowMaterial.d.ts
[warn] types\three\src\materials\SpriteMaterial.d.ts
[warn] types\three\src\math\Box2.d.ts
[warn] types\three\src\math\Box3.d.ts
[warn] types\three\src\math\Color.d.ts
[warn] types\three\src\math\Cylindrical.d.ts
[warn] types\three\src\math\Euler.d.ts
[warn] types\three\src\math\Frustum.d.ts
[warn] types\three\src\math\Interpolant.d.ts
[warn] types\three\src\math\interpolants\CubicInterpolant.d.ts
[warn] types\three\src\math\interpolants\DiscreteInterpolant.d.ts
[warn] types\three\src\math\interpolants\LinearInterpolant.d.ts
[warn] types\three\src\math\interpolants\QuaternionLinearInterpolant.d.ts
[warn] types\three\src\math\Line3.d.ts
[warn] types\three\src\math\MathUtils.d.ts
[warn] types\three\src\math\Matrix3.d.ts
[warn] types\three\src\math\Matrix4.d.ts
[warn] types\three\src\math\Plane.d.ts
[warn] types\three\src\math\Quaternion.d.ts
[warn] types\three\src\math\Ray.d.ts
[warn] types\three\src\math\Sphere.d.ts
[warn] types\three\src\math\Spherical.d.ts
[warn] types\three\src\math\SphericalHarmonics3.d.ts
[warn] types\three\src\math\Triangle.d.ts
[warn] types\three\src\math\Vector2.d.ts
[warn] types\three\src\math\Vector3.d.ts
[warn] types\three\src\math\Vector4.d.ts
[warn] types\three\src\objects\Bone.d.ts
[warn] types\three\src\objects\Group.d.ts
[warn] types\three\src\objects\InstancedMesh.d.ts
[warn] types\three\src\objects\Line.d.ts
[warn] types\three\src\objects\LineLoop.d.ts
[warn] types\three\src\objects\LineSegments.d.ts
[warn] types\three\src\objects\LOD.d.ts
[warn] types\three\src\objects\Mesh.d.ts
[warn] types\three\src\objects\Points.d.ts
[warn] types\three\src\objects\Skeleton.d.ts
[warn] types\three\src\objects\SkinnedMesh.d.ts
[warn] types\three\src\objects\Sprite.d.ts
[warn] types\three\src\renderers\shaders\ShaderChunk.d.ts
[warn] types\three\src\renderers\shaders\ShaderLib.d.ts
[warn] types\three\src\renderers\shaders\UniformsLib.d.ts
[warn] types\three\src\renderers\shaders\UniformsUtils.d.ts
[warn] types\three\src\renderers\webgl\WebGLAttributes.d.ts
[warn] types\three\src\renderers\webgl\WebGLBindingStates.d.ts
[warn] types\three\src\renderers\webgl\WebGLBufferRenderer.d.ts
[warn] types\three\src\renderers\webgl\WebGLCapabilities.d.ts
[warn] types\three\src\renderers\webgl\WebGLClipping.d.ts
[warn] types\three\src\renderers\webgl\WebGLCubeMaps.d.ts
[warn] types\three\src\renderers\webgl\WebGLCubeUVMaps.d.ts
[warn] types\three\src\renderers\webgl\WebGLExtensions.d.ts
[warn] types\three\src\renderers\webgl\WebGLGeometries.d.ts
[warn] types\three\src\renderers\webgl\WebGLIndexedBufferRenderer.d.ts
[warn] types\three\src\renderers\webgl\WebGLInfo.d.ts
[warn] types\three\src\renderers\webgl\WebGLLights.d.ts
[warn] types\three\src\renderers\webgl\WebGLObjects.d.ts
[warn] types\three\src\renderers\webgl\WebGLProgram.d.ts
[warn] types\three\src\renderers\webgl\WebGLPrograms.d.ts
[warn] types\three\src\renderers\webgl\WebGLProperties.d.ts
[warn] types\three\src\renderers\webgl\WebGLRenderLists.d.ts
[warn] types\three\src\renderers\webgl\WebGLShader.d.ts
[warn] types\three\src\renderers\webgl\WebGLShadowMap.d.ts
[warn] types\three\src\renderers\webgl\WebGLState.d.ts
[warn] types\three\src\renderers\webgl\WebGLTextures.d.ts
[warn] types\three\src\renderers\webgl\WebGLUniforms.d.ts
[warn] types\three\src\renderers\webgl\WebGLUtils.d.ts
[warn] types\three\src\renderers\WebGL1Renderer.d.ts
[warn] types\three\src\renderers\WebGLCubeRenderTarget.d.ts
[warn] types\three\src\renderers\WebGLMultipleRenderTargets.d.ts
[warn] types\three\src\renderers\WebGLMultisampleRenderTarget.d.ts
[warn] types\three\src\renderers\WebGLRenderer.d.ts
[warn] types\three\src\renderers\WebGLRenderTarget.d.ts
[warn] types\three\src\renderers\webxr\WebXR.d.ts
[warn] types\three\src\renderers\webxr\WebXRController.d.ts
[warn] types\three\src\renderers\webxr\WebXRManager.d.ts
[warn] types\three\src\scenes\Fog.d.ts
[warn] types\three\src\scenes\FogExp2.d.ts
[warn] types\three\src\scenes\Scene.d.ts
[warn] types\three\src\textures\CanvasTexture.d.ts
[warn] types\three\src\textures\CompressedTexture.d.ts
[warn] types\three\src\textures\CubeTexture.d.ts
[warn] types\three\src\textures\DataTexture.d.ts
[warn] types\three\src\textures\DataTexture2DArray.d.ts
[warn] types\three\src\textures\DataTexture3D.d.ts
[warn] types\three\src\textures\DepthTexture.d.ts
[warn] types\three\src\textures\Texture.d.ts
[warn] types\three\src\textures\VideoTexture.d.ts
[warn] types\three\src\Three.d.ts
[warn] types\three\src\Three.Legacy.d.ts
[warn] types\three\src\utils.d.ts
[warn] types\three\test\buffergeometry\buffergeometry-instancing-interleaved.ts
[warn] types\three\test\cameras\camera-array.ts
[warn] types\three\test\cameras\camera-cinematic.ts
[warn] types\three\test\cameras\camera.ts
[warn] types\three\test\controls\controls-arcballcontrols.ts
[warn] types\three\test\controls\controls-transformcontrols.ts
[warn] types\three\test\core\core-eventDispatcher.ts
[warn] types\three\test\geometries\geometry-buffer.ts
[warn] types\three\test\geometries\geometry-cube.ts
[warn] types\three\test\geometries\geometry-parametric.ts
[warn] types\three\test\geometries\geometry-shapes.ts
[warn] types\three\test\lights\lights-hemisphere.ts
[warn] types\three\test\lights\lights-physical.ts
[warn] types\three\test\lights\lights-pointlights.ts
[warn] types\three\test\lights\lights-pointlights2.ts
[warn] types\three\test\lights\lights-rectarealight.ts
[warn] types\three\test\lights\lights-spotlight.ts
[warn] types\three\test\lines\lines-line2.ts
[warn] types\three\test\loaders\loaders-gltfloader-extensions.ts
[warn] types\three\test\loaders\loaders-gltfloader-plugin.ts
[warn] types\three\test\loaders\loaders-ifc.ts
[warn] types\three\test\loaders\loaders-mmdanimation.ts
[warn] types\three\test\loaders\loaders-obj-mtl.ts
[warn] types\three\test\loaders\loaders-svgloader.ts
[warn] types\three\test\loaders\loaders-tgaloader.ts
[warn] types\three\test\loaders\loaders-voxloader.ts
[warn] types\three\test\materials\materials-envmaps-hdr.ts
[warn] types\three\test\materials\materials-texture3d-partialupdate.ts
[warn] types\three\test\materials\materials-variations-basic.ts
[warn] types\three\test\materials\materials-variations-lambert.ts
[warn] types\three\test\materials\materials-variations-phong.ts
[warn] types\three\test\materials\materials-variations-physical.ts
[warn] types\three\test\materials\materials-variations-standard.ts
[warn] types\three\test\misc\misc-gpucomputationrender.ts
[warn] types\three\test\modifiers\modifiers-tessellation.ts
[warn] types\three\test\objects\instanced-mesh.ts
[warn] types\three\test\objects\objects-reflector.ts
[warn] types\three\test\postprocessing\postprocessing-effectcomposer-pass.ts
[warn] types\three\test\postprocessing\postprocessing-ssr.ts
[warn] types\three\test\postprocessing\postprocessing-ssrr.ts
[warn] types\three\test\renderers\renderers-renderTarget-multiple.ts
[warn] types\three\test\renderers\renderers-renderTarget-texture2DArray.ts
[warn] types\three\test\renderers\webxr\webxr-vr-cube.ts
[warn] types\three\test\shadowmap\shadowmap-progressive.ts
[warn] types\three\test\shadowmap\shadowmap-vsm.ts
[warn] types\three\test\utils\utils-webgl-marchingcubes.ts
[warn] types\three\test\utils\utils-webgl-portal.ts
[warn] types\three\test\webxr\webxr-ar-lighting.ts
[warn] types\three\test\webxr\webxr-vr-handinput-cubes.ts
[warn] types\three\three-tests.ts
[warn] types\three\tsconfig.json
[warn] types\three\tslint.json
[warn] Code style issues found in the above file(s). Forgot to run Prettier?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
husky - pre-commit hook exited with code 1 (error)

Suggested solution:

I tried adding .gitattributes refs https://github.com/prettier/prettier/issues/7825 , but it has not helped

Lutymane commented 2 years ago

I faced the same issue. The current workaround I found is to remove yarn prettier:check from .husky/pre-commit. Because that script fails for some reason

capnmidnight commented 2 years ago

The problem is newline character disagreement. The prettier check doesn't understand whether or not your repo is configured to check in files in the newline format of the origin repo. I was able to run the "prettier:write", attempt to add the files to my commit, and then git figured out the newlines matched correctly, so they don't actually get added to the commit. With them sitting in my working tree with the newlines that prettier expects now, the prettier check passes.

Methuselah96 commented 1 year ago

Should be resolved by https://github.com/three-types/three-ts-types/pull/338.