fix: expose inlined-swc-to-babel

This commit is contained in:
Thijs Louisse 2024-05-15 00:27:47 +02:00
parent a9d8546c76
commit f9698e9725
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'providence-analytics': patch
---
fix: expose inlined-swc-to-babel

View file

@ -23,6 +23,7 @@
"providence": "./src/cli/index.js" "providence": "./src/cli/index.js"
}, },
"files": [ "files": [
"inlined-swc-to-babel",
"src" "src"
], ],
"scripts": { "scripts": {

View file

@ -13,7 +13,7 @@ const measurePerf = process.argv.includes('--measure-perf');
/** /**
* @param {*} patterns * @param {*} patterns
* @param {*} options * @param {*} options
* @returns {string[]} * @returns {Promise<string[]>}
*/ */
async function runOptimisedGlobAndCheckGlobbyParity(patterns, options) { async function runOptimisedGlobAndCheckGlobbyParity(patterns, options) {
performance.mark('start-optimisedGlob'); performance.mark('start-optimisedGlob');