Skip to content

Commit

Permalink
Merge pull request #2283 from ing-bank/fix/providence-expose-inline-s…
Browse files Browse the repository at this point in the history
…wc-to-babel

Fix/providence expose inline swc to babel
  • Loading branch information
okadurin authored May 15, 2024
2 parents a9d8546 + 337d847 commit ee26f3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable import/no-extraneous-dependencies */
module.exports = {
'*.js': ['eslint --fix', 'prettier --write', 'git add'],
'*.js': ['eslint --fix', 'prettier --write'],
'*.md': [
'prettier --write',
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
Expand Down
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 ee26f3b

Please sign in to comment.