mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-30 00:01:02 +00:00
Prepare TS flatbuffer support
This commit is contained in:
8
page/src/fb/debugger.ts
Normal file
8
page/src/fb/debugger.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
|
||||
export { DebugEvent, DebugEventT } from './debugger/debug-event.js';
|
||||
export { Event } from './debugger/event.js';
|
||||
export { PauseEvent, PauseEventT } from './debugger/pause-event.js';
|
||||
export { RunEvent, RunEventT } from './debugger/run-event.js';
|
||||
Reference in New Issue
Block a user