chore(core): Port tests to ESM
This commit is contained in:
parent
8af23b9b94
commit
547d11569d
14 changed files with 77 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue