Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8c5a1ea7
Unverified
Commit
8c5a1ea7
authored
May 08, 2023
by
Kevin Moore
Committed by
GitHub
May 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tool/web: tiniest tweak to wasm help content (#126284)
Missing "tick"
parent
8ceec452
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compiler_config.dart
packages/flutter_tools/lib/src/web/compiler_config.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/web/compiler_config.dart
View file @
8c5a1ea7
...
@@ -200,7 +200,7 @@ enum WasmOptLevel implements CliEnum {
...
@@ -200,7 +200,7 @@ enum WasmOptLevel implements CliEnum {
@override
@override
String
get
helpText
=>
switch
(
this
)
{
String
get
helpText
=>
switch
(
this
)
{
WasmOptLevel
.
none
=>
'wasm-opt is not run. Fastest build; bigger, slower output.'
,
WasmOptLevel
.
none
=>
'wasm-opt is not run. Fastest build; bigger, slower output.'
,
WasmOptLevel
.
debug
=>
'Similar to `
${WasmOptLevel.full.name}
, but member names are preserved. Debugging is easier, but size is a bit bigger.'
,
WasmOptLevel
.
debug
=>
'Similar to `
${WasmOptLevel.full.name}
`
, but member names are preserved. Debugging is easier, but size is a bit bigger.'
,
WasmOptLevel
.
full
=>
'wasm-opt is run. Build time is slower, but output is smaller and faster.'
,
WasmOptLevel
.
full
=>
'wasm-opt is run. Build time is slower, but output is smaller and faster.'
,
};
};
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment