chore: Run unit tests from source
This commit is contained in:
parent
ac4d134075
commit
bdd5cb562e
125 changed files with 50 additions and 1100 deletions
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Aaron } from './dist/index.mjs'
|
import { Aaron } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Albert } from './dist/index.mjs'
|
import { Albert } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Bee } from './dist/index.mjs'
|
import { Bee } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Bella } from './dist/index.mjs'
|
import { Bella } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Benjamin } from './dist/index.mjs'
|
import { Benjamin } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Bent } from './dist/index.mjs'
|
import { Bent } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Bob } from './dist/index.mjs'
|
import { Bob } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Breanna } from './dist/index.mjs'
|
import { Breanna } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Brian } from './dist/index.mjs'
|
import { Brian } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Bruce } from './dist/index.mjs'
|
import { Bruce } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Carlita } from './dist/index.mjs'
|
import { Carlita } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Carlton } from './dist/index.mjs'
|
import { Carlton } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Cathrin } from './dist/index.mjs'
|
import { Cathrin } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Charlie } from './dist/index.mjs'
|
import { Charlie } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Cornelius } from './dist/index.mjs'
|
import { Cornelius } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Diana } from './dist/index.mjs'
|
import { Diana } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Examples } from './dist/index.mjs'
|
import { Examples } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Florence } from './dist/index.mjs'
|
import { Florence } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Florent } from './dist/index.mjs'
|
import { Florent } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Hi } from './dist/index.mjs'
|
import { Hi } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Holmes } from './dist/index.mjs'
|
import { Holmes } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Hortensia } from './dist/index.mjs'
|
import { Hortensia } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Huey } from './dist/index.mjs'
|
import { Huey } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Hugo } from './dist/index.mjs'
|
import { Hugo } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Jaeger } from './dist/index.mjs'
|
import { Jaeger } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Legend } from './dist/index.mjs'
|
import { Legend } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Lucy } from './dist/index.mjs'
|
import { Lucy } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Lunetius } from './dist/index.mjs'
|
import { Lunetius } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Noble } from './dist/index.mjs'
|
import { Noble } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Octoplushy } from './dist/index.mjs'
|
import { Octoplushy } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Paco } from './dist/index.mjs'
|
import { Paco } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Penelope } from './dist/index.mjs'
|
import { Penelope } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Plugintest } from './dist/index.mjs'
|
import { Plugintest } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Rendertest } from './dist/index.mjs'
|
import { Rendertest } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Sandy } from './dist/index.mjs'
|
import { Sandy } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Shin } from './dist/index.mjs'
|
import { Shin } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Simon } from './dist/index.mjs'
|
import { Simon } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Simone } from './dist/index.mjs'
|
import { Simone } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Sven } from './dist/index.mjs'
|
import { Sven } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Tamiko } from './dist/index.mjs'
|
import { Tamiko } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Teagan } from './dist/index.mjs'
|
import { Teagan } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Tiberius } from './dist/index.mjs'
|
import { Tiberius } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Titan } from './dist/index.mjs'
|
import { Titan } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Trayvon } from './dist/index.mjs'
|
import { Trayvon } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Tutorial } from './dist/index.mjs'
|
import { Tutorial } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Ursula } from './dist/index.mjs'
|
import { Ursula } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Wahid } from './dist/index.mjs'
|
import { Wahid } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Walburga } from './dist/index.mjs'
|
import { Walburga } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Waralee } from './dist/index.mjs'
|
import { Waralee } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
|
@ -33,18 +33,4 @@ let result
|
||||||
console.log(info)
|
console.log(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also build a version that has all dependencies bundled
|
|
||||||
// This makes it easy to run tests
|
|
||||||
await esbuild
|
|
||||||
.build({
|
|
||||||
...options,
|
|
||||||
minify: false,
|
|
||||||
keepNames: true,
|
|
||||||
sourcemap: false,
|
|
||||||
outfile: 'tests/dist/index.mjs',
|
|
||||||
format: 'esm',
|
|
||||||
external: [],
|
|
||||||
})
|
|
||||||
.catch(() => process.exit(1))
|
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
import { Yuri } from './dist/index.mjs'
|
import { Yuri } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue