1
0
mirror of synced 2026-09-01 00:04:45 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Borewit 89ff43a053 Migrate eslint to biome, fix lint errors 2024-08-08 19:15:49 +02:00
Bjorn Stromberg eb0f8e61b8 feat: convert most Buffer usage to Uint8Array (#2103)
Convert most Buffer usage to Uint8Array and `uint8array-extras` to fill functionality gaps
* Update `token-types` to version 6.0.0
* Update `strtok3`  to version 7.1.0
* Update `file-type` to version 19.1.0
* Update dependency diagram to desired Node.js free via primary entry point

Co-authored-by: Borewit <Borewit@users.noreply.github.com>
2024-07-08 19:53:02 +02:00
Borewit 7cdebd1ca6 Migrate from CommonJS to ES Modules 2022-02-27 15:27:40 +01:00
Borewit 0933544adc Minor code improvements in ASF parser 2022-02-26 10:54:13 +01:00
Borewit 5ae7f3817d Minor source code improvements 2021-12-10 17:50:09 +01:00
Borewit ef9a1883ef Simplify buffer string decoding
Get rid of `Windows1292Decoder` class, replace with `lantin1` buffer decoding.
2021-07-13 18:24:26 +02:00
Borewit ac47b0fb62 Convert static methods from Util to module functions
Normalize the util is imported.
2021-07-11 17:04:36 +02:00
Borewit a3c1e218c9 Update token-types to v3 utilizing BigInt
BigInt requires Node version 10, updated module engine API requirement.
Update strtok3 to v6.1.0 to allign the dependent token-types version.
2021-07-11 07:39:31 +02:00
Borewit 9ba31fc797 Combine JavaScript & TypeScript folder in /lib 2019-09-07 18:30:20 +02:00