1
0
Fork 0

chore(core): Port tests to ESM

This commit is contained in:
joostdecock 2022-08-25 11:47:54 +02:00
parent 8af23b9b94
commit 547d11569d
14 changed files with 77 additions and 48 deletions

View file

@ -4,7 +4,9 @@ import Point from './point'
import Path from './path'
import Snippet from './snippet'
import * as utils from './utils'
import { version } from '../package.json'
import pkg from '../package.json' assert { type: 'json' }
const { version } = pkg
/*
* Named exports will become the default in FreeSewing v3