BREAKING CHANGE(core): switch to esm and enable white space trimming.

This commit is contained in:
2022-08-06 18:38:53 +02:00
parent c4194bf037
commit d7c1677c9d
10 changed files with 5586 additions and 19555 deletions

View File

@@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartcsv from '../ts/index';
import * as smartcsv from '../ts/index.js';
import * as smartfile from '@pushrocks/smartfile';