2023-10-24 23:53:56 +02:00
2023-04-10 22:07:35 +02:00
2023-04-10 17:06:12 +02:00
2023-04-10 22:07:35 +02:00
2023-04-10 22:07:35 +02:00
2023-04-10 17:04:01 +02:00
2014-09-29 19:40:13 -04:00
2023-04-10 22:07:35 +02:00
2014-09-29 19:44:43 -04:00
2023-10-24 23:18:07 +02:00
2014-09-29 19:40:13 -04:00
2023-04-10 22:07:35 +02:00
2023-04-10 22:07:35 +02:00
2023-10-24 23:53:56 +02:00
2023-04-10 22:07:35 +02:00

wow-toc-parser

World Of Warcraft addon .toc file parser. Written in typescript.

Ressources

This implementation is based on wow-toc by Zoey Mertes.

Furthermore the following documentation was used to create this tool:

Usage

// TODO publish

$ npm install wow-toc

import { open } from 'fs/promises';
import { parse } from 'wow-toc-parser'

const file = await open('/path/to/file.toc', 'r');
const toc = await parse(file)

console.log(toc)

Notes / Caveats

  • Does not acknowledge #@no-lib-strip@/#@end-no-lib-strip@

License

// TODO change license to Apache

MIT. See LICENSE

Description
World Of Warcraft Addon .toc file parser
Readme 132 KiB
Languages
TypeScript 98.2%
JavaScript 1.8%