Skip to content

Commit

Permalink
un-document internal performance flags
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jul 10, 2020
1 parent 7f3f6db commit 2930b7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ Advanced options:
--strict Transforms handle edge cases but have more overhead
--pure=N Mark the name N as a pure function for tree shaking
--trace=... Write a CPU trace to this file
--cpuprofile=... Write a CPU profile to this file
Examples:
# Produces dist/entry_point.js and dist/entry_point.js.map
esbuild --bundle entry_point.js --outdir=dist --minify --sourcemap
Expand Down
3 changes: 0 additions & 3 deletions cmd/esbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ Advanced options:
--strict Transforms handle edge cases but have more overhead
--pure=N Mark the name N as a pure function for tree shaking
--trace=... Write a CPU trace to this file
--cpuprofile=... Write a CPU profile to this file
Examples:
# Produces dist/entry_point.js and dist/entry_point.js.map
esbuild --bundle entry_point.js --outdir=dist --minify --sourcemap
Expand Down

0 comments on commit 2930b7a

Please sign in to comment.