mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 22:46:54 +08:00
8 lines
346 B
Go
8 lines
346 B
Go
package api_helpers
|
|
|
|
// This flag is set by the CLI to activate the timer. It's put here instead of
|
|
// by the timer to discourage code from checking this flag. Only the code that
|
|
// creates the root timer should check this flag. Other code should check that
|
|
// the timer is not null to detect if the timer is being used or not.
|
|
var UseTimer bool
|