ReadableRegex/readableRegex

Add isValidCode API route and function

开放

#44 创建于 2025年2月6日

 (3 条评论) (0 个反应) (1 位负责人)JavaScript (22 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (12 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

This might be an interesting use case.

We could somehow validate if a given script or class is valid based on the language and string input.

Basically we could pass it through a compiler or interpreter, or at least syntax check.

Might not be simple, but could be interesting

贡献者指南