BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-04-13 16:02:29 +02:00
parent 66546a8b17
commit 1da4e08ed2
5 changed files with 19416 additions and 3435 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartupdate from '../ts/index';
import * as smartupdate from '../ts/index.js';
let testSmartUpdate: smartupdate.SmartUpdate;