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 f95e113 commit 3057d3aCopy full SHA for 3057d3a
README.md
@@ -1,13 +1,12 @@
1
-# Bob (The ~~Bundler~~ Butler)
+# Bob (The Compiler)
2
3
Bob is the TypeScript build, bundle and verification tool used by almost all
4
[The Guild](https://the-guild.dev) open source projects.
5
6
Scope:
7
8
- **Build**: Build ESM and CommonJS compatible npm packages
9
-- **Verify**: Ensure all ESM and CommonJS imports within a npm package are usable
10
-- **Bundle**: Build a single executable for an application (experimental)
+- **Verify**: Ensure all ESM and CommonJS imports within an npm package are usable
11
12
## Requirements
13
0 commit comments