Skip to content

Commit

Permalink
fix: expose inlined-swc-to-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed May 14, 2024
1 parent a9d8546 commit f9698e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-rice-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'providence-analytics': patch
---

fix: expose inlined-swc-to-babel
1 change: 1 addition & 0 deletions packages-node/providence-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"providence": "./src/cli/index.js"
},
"files": [
"inlined-swc-to-babel",
"src"
],
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const measurePerf = process.argv.includes('--measure-perf');
/**
* @param {*} patterns
* @param {*} options
* @returns {string[]}
* @returns {Promise<string[]>}
*/
async function runOptimisedGlobAndCheckGlobbyParity(patterns, options) {
performance.mark('start-optimisedGlob');
Expand Down

0 comments on commit f9698e9

Please sign in to comment.