-
Notifications
You must be signed in to change notification settings - Fork 2
BoundingRect
bhsd edited this page Jun 3, 2024
·
1 revision
This is an internal document. For visitors, you can now go back to the home page.
// BoundingRect
var {BoundingRect} = require('../lib/rect');
var token = Parser.parse('{{a\n|b=1\n}}').querySelector('parameter'),
rect = new BoundingRect(token, 5);
assert.equal(token, 'b=1\n');
assert.strictEqual(rect.top, 1);
assert.strictEqual(rect.left, 1);
对维基文本批量执行语法检查的命令行工具
用于维基文本的 ESLint 插件
A command-line tool that performs linting on Wikitext in bulk
ESLint plugin for Wikitext