@wiredwp/robinpath
Advanced tools
| import { Value } from '../utils'; | ||
| import { Environment, RobinPath } from '../index'; | ||
| import { Environment, OnBlock, RobinPath } from '../index'; | ||
| export declare class RobinPathThread { | ||
@@ -66,2 +66,12 @@ private environment; | ||
| /** | ||
| * Get all event handlers as a flat array | ||
| * @returns Array of all OnBlock handlers | ||
| */ | ||
| getAllEventHandlers(): OnBlock[]; | ||
| /** | ||
| * Get event handlers as serialized AST | ||
| * @returns Array of serialized event handler AST nodes | ||
| */ | ||
| getEventAST(): any[]; | ||
| /** | ||
| * Get the AST with execution state for the current thread | ||
@@ -68,0 +78,0 @@ * Returns a JSON-serializable object with: |
+1
-1
| { | ||
| "name": "@wiredwp/robinpath", | ||
| "description": "RobinPath - A lightweight, fast, and easy-to-use scripting language for automation and data processing.", | ||
| "version": "0.20.4", | ||
| "version": "0.20.5", | ||
| "author": "Ryan Lee <ryan@wiredwp.com>", | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
426047
0.23%11228
0.32%