3 Star 1 Fork 0

Nikolay Igotti/webidl2.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
igotti_ec6a 提交于 2024-09-12 19:16 . Rebuild
export { parse } from "./lib/webidl2.js";
export { write } from "./lib/writer.js";
export { validate } from "./lib/validator.js";
export { WebIDLParseError } from "./lib/tokeniser.js";
import { parse } from "./lib/webidl2.js";
import { write } from "./lib/writer.js";
import { validate } from "./lib/validator.js";
if (false) {
const tree = parse(`
package "com.example.foo";
interface Foo {};
`);
const text = write(tree);
const validation = validate(tree);
console.log(text)
console.log(tree[0])
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nikolay-igotti/webidl2.js.git
[email protected]:nikolay-igotti/webidl2.js.git
nikolay-igotti
webidl2.js
webidl2.js
main

搜索帮助