TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Expose ArgumentTypeMap (iwnafhwtb for runtime) #221

Open yuri-kiss opened 3 months ago

yuri-kiss commented 3 months ago

Resolves

Nothing

Proposed Changes

Exposes ArgumentTypeMap in exports. I added the same i_will_not_ask_for_help_when_these_break thing for the export.

Reason for Changes

Allows extensions to add new types or edit existing types while letting the runtime not cry.

Test Coverage

No tests sorry

CubesterYT commented 3 months ago

sounds fun