help please … im converting a code.txt output from NME , which outputs all babylon code with the global BABYLON. So one by one I need to dig through all the packages and find what to import , so far i found
import { NodeMaterial } from "@babylonjs/core/Materials/Node/nodeMaterial";
import { InputBlock } from "@babylonjs/core/Materials/Node/Blocks/Input/inputBlock";
import { TransformBlock } from "@babylonjs/core/Materials/Node/Blocks/transformBlock";
import { ConditionalBlock } from "@babylonjs/core/Materials/Node/Blocks/conditionalBlock";
import { VertexOutputBlock } from "@babylonjs/core/Materials/Node/Blocks/Vertex/vertexOutputBlock";
import { NodeMaterialSystemValues } from "@babylonjs/core/Materials/Node/Enums/nodeMaterialSystemValues";
import { AnimatedInputBlockTypes } from "@babylonjs/core/Materials/Node/Blocks/Input/animatedInputBlockTypes";
I still have so many to go. Any help pls, also I know I keep asking , but is there some faster way to do this?