We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f183fee commit f82dea3Copy full SHA for f82dea3
‎package.json
@@ -37,7 +37,7 @@
37
"license": "Apache-2.0",
38
"scripts": {
39
"format": "biome format ./src",
40
- "format:write": "biome format --write ./src",
+ "format:fix": "biome format --write ./src",
41
"lint": "biome lint ./src",
42
"lint:fix": "biome lint --apply ./src",
43
"clean": "npx [email protected] lib typedocs coverage gh-pages yarn-error.log",
‎src/codegen/index.ts
@@ -1,2 +1,2 @@
1
export {$$find} from './find';
2
-export {$$findRef, $findRef} from './findRef';
+export {$$findRef, $findRef} from './findRef';
0 commit comments