class Noir::JSRouteExtractor
- Noir::JSRouteExtractor
- Reference
- Object
Overview
JSRouteExtractor provides a unified interface for extracting routes from JavaScript files
Defined in:
miniparsers/js_route_extractor.crClass Method Summary
- .extract_params_from_context(content : String, pattern : JSRoutePattern, endpoint : Endpoint)
- .extract_routes(file_path : String) : Array(Endpoint)
Class Method Detail
def self.extract_params_from_context(content : String, pattern : JSRoutePattern, endpoint : Endpoint)
#