refactor: localize, remove helpers file when there's no reuse

This commit is contained in:
Felix Roos 2026-02-18 23:47:47 +01:00
parent 3911142443
commit 761e2e347e
No known key found for this signature in database
8 changed files with 176 additions and 178 deletions

View file

@ -5,7 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th
*/
import { describe, it, expect } from 'vitest';
import { transpiler } from '../transpiler.mjs';
import { transpiler } from '../index.mjs';
const simple = { wrapAsync: false, addReturn: false, simpleLocs: true };