Results 21 issues of Ben

- dungeon generation - building floorplan generation - city layout generation - DeVeg (Vegetation and Tree Generator) - Create Trees - Create Grass "patches" - Vegetation Maps? - Biome Types?

![image](https://github.com/vantreeseba/tree-sitter-haxe/assets/316782/0879159b-47fa-44f4-bb46-2c746e3635da)

closes #40

This is probably an already known issue, but when trying to generate the exports for abstracts, it includes the impl version, even though that does not exist in the output....

IModule2D.hx ```hx package dropecho.noise; import dropecho.utils.FastMath; interface IModule2D { public function value(x:F32, y:F32):F32; } ``` IModule2d.d.ts ```ts import {F32} from "../utils/FastMath" export declare interface IModule2D { value(x: F32, y: F32):...

In JS output (I haven't checked others), using the profiling or coverage prevents functions from being inlined. This makes the actual profiling output inaccurate.

**Environment** - OS: Windows 10 - Version 1.9.4 **Describe the bug** When multiple network interfaces exist, sACN multicast is sometimes not sent to the correct one. **To Reproduce** Enable multicast...

![Image](https://github.com/user-attachments/assets/15c977e2-2cf3-4edb-9cf9-5653d14406ee)

## Feature Request Add binary sensor entities for each area per device. i.e. My Phone Area: "Bedroom" My Phone Bedroom: true My Phone Kitchen: false --- For alternatives, I can/could...

enhancement