()
| 1132 | } |
| 1133 | |
| 1134 | func (ctx *BuildContext) getNodeEnv() string { |
| 1135 | if ctx.dev { |
| 1136 | return "development" |
| 1137 | } |
| 1138 | return "production" |
| 1139 | } |
| 1140 | |
| 1141 | func (ctx *BuildContext) isDenoTarget() bool { |
| 1142 | return ctx.target == "deno" || ctx.target == "denonext" |
no outgoing calls
no test coverage detected