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 23c8169 commit 9753973Copy full SHA for 9753973
scripts/const-enum.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
3
/**
4
- * We use rollup-plugin-esbuild for faster builds, but esbuild in insolation
+ * We use rollup-plugin-esbuild for faster builds, but esbuild in isolation
5
* mode compiles const enums into runtime enums, bloating bundle size.
6
*
7
* Here we pre-process all the const enums in the project and turn them into
0 commit comments