Closed
Description
Currently the CLI protocol mandates BuildConfig.targetOS
. Though making builds for the web platform wouldn't have any operating system. So we could either move this to BuildConfig.codeConfig.targetOS
or remove it entirely.
We may decide that we introduce a BuildConfig.targetPlatform
which is the platform we're going to run Dart code on - but this is different from an operating system concept ("web" is a target platform, but not an operating system).
/cc @dcharkes
Metadata
Metadata
Assignees
Type
Projects
Status
Done