-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate app snapshots for the current OS
Might as well give some subset of our users a speed-up while we wait for dart-lang/sdk#28617.
- Loading branch information
Showing
2 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// This file is used to train application snapshots. It exercises the Sass value | ||
// types and the most common AST types so that they're already JIT-compiled when | ||
// the snapshot begins running. | ||
|
||
/* loud comment */ | ||
|
||
@media screen { | ||
type { | ||
&.class#id[attr]%placeholder:pseudo { | ||
number: 1.5px; | ||
color: #abc; | ||
list: 1 2 3; | ||
map: map-get((1: 2), 1); | ||
string: foo; | ||
boolean: true; | ||
null: null; | ||
} | ||
} | ||
} | ||
|
||
* {@extend %placeholder} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters