Skip to content

Commit f9698e9

Browse files
committed
fix: expose inlined-swc-to-babel
1 parent a9d8546 commit f9698e9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/wise-rice-speak.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'providence-analytics': patch
3+
---
4+
5+
fix: expose inlined-swc-to-babel

packages-node/providence-analytics/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"providence": "./src/cli/index.js"
2424
},
2525
"files": [
26+
"inlined-swc-to-babel",
2627
"src"
2728
],
2829
"scripts": {

packages-node/providence-analytics/test-node/program/utils/optimised-glob.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const measurePerf = process.argv.includes('--measure-perf');
1313
/**
1414
* @param {*} patterns
1515
* @param {*} options
16-
* @returns {string[]}
16+
* @returns {Promise<string[]>}
1717
*/
1818
async function runOptimisedGlobAndCheckGlobbyParity(patterns, options) {
1919
performance.mark('start-optimisedGlob');

0 commit comments

Comments
 (0)