refactor: localize, remove helpers file when there's no reuse
This commit is contained in:
parent
3911142443
commit
761e2e347e
8 changed files with 176 additions and 178 deletions
|
|
@ -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 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue