Commit Graph

918 Commits

Author SHA1 Message Date
Natalie Weizenbaum
d691c77db5 Don't duplicate line/column info in error output. (#36)
All span information is now presented as a stack frame, and elided if
it's redundant with the existing stack.
2016-11-08 12:22:55 -08:00
Takashi Fujita
96730d9b5e fix typo on perf.md (#35) 2016-11-08 11:26:29 -08:00
Natalie Weizenbaum
b41dcfb457 Tag 1.0.0-alpha.3. 2016-11-07 18:49:05 -08:00
Natalie Weizenbaum
0548ca3c0a Add a build status badge. 2016-11-07 18:40:10 -08:00
Natalie Weizenbaum
db25251c49 Properly declare arguments for opacify et al. (#34)
Closes #32
2016-11-07 17:54:22 -08:00
Natalie Weizenbaum
bcd7f90ad8 Add a dependency on stack_trace.
Closes #26
2016-11-07 17:15:44 -08:00
Natalie Weizenbaum
c5508cac89 Fix parent selector resolution. (#33)
If a child selector list contained one complex selector with & and one
without, the latter's parent wouldn't be added automatically.

Closes #28
2016-11-07 17:11:34 -08:00
Natalie Weizenbaum
d4f77cc674 Fix the documentation for render().
Closes #23
2016-11-07 16:49:18 -08:00
Natalie Weizenbaum
57e9652cf4 Re-enable Travis for the new sass-spec branch. 2016-11-06 01:51:31 -07:00
Natalie Weizenbaum
28aaa7a080 Disable Travis temporarily.
I'll re-enable this once I triage all the specs in sass-spec.
2016-11-06 00:00:08 -07:00
Natalie Weizenbaum
a15bc625bf Fix an RGB-to-HSL bug. 2016-11-05 23:42:07 -07:00
Natalie Weizenbaum
ce8e223d88 Make color equality consider alpha. 2016-11-05 22:28:34 -07:00
Natalie Weizenbaum
d9d4f7c338 Await stdout.flush(). 2016-11-05 12:47:51 -07:00
Natalie Weizenbaum
805ce12e84 Use the exitCode attribute rather than exit(). 2016-11-05 12:23:45 -07:00
Natalie Weizenbaum
6da45c827d Merge pull request #24 from sass/serialize-color
Match Ruby Sass's color serialization.
2016-11-03 12:13:09 -07:00
Natalie Weizenbaum
5fb090ef7e Print colors by name if possible. 2016-11-02 17:37:10 -07:00
Natalie Weizenbaum
bab6ebb59a Track and use colors' original representations. 2016-11-02 17:37:10 -07:00
Natalie Weizenbaum
d18ac3c6b4 Don't add extra newlines after loud comments. 2016-11-02 17:30:28 -07:00
Natalie Weizenbaum
12ec31566f Clean up more newline generation. 2016-11-02 17:27:17 -07:00
Natalie Weizenbaum
d096be56f8 Don't write extra trailing newlines. 2016-11-02 17:18:39 -07:00
Natalie Weizenbaum
75a1d2980c Use the old dart-sass branch of sass-spec for now.
We still need to do a bunch of triage on the new branch.
2016-11-02 17:01:48 -07:00
Martin Lepadusch
446cb846c3 Fixes for the windows archives (#22)
* add file extension for windows executables

* fix comments
2016-11-02 13:01:47 -07:00
Natalie Weizenbaum
e0fd5ea65c Fix a bug where names were broken through imports.
Closes #20
Closes #8
2016-11-01 14:43:46 -07:00
Natalie Weizenbaum
17e29fd06e Fix a bug in setting global variables.
Setting a global variable would clobber any local variables with the
same name.
2016-11-01 14:43:46 -07:00
Matan Lurey
9d4efd2120 Fix broken link on perf.md pointing to issue 1599 (#17) 2016-11-01 10:23:36 -07:00
Natalie Weizenbaum
a032e2a737 Properly return indexed names. 2016-10-31 18:07:36 -07:00
Nicholas Shahan
55c448b83e Update pub global command in the documentation. (#5)
Should this be `pub global activate dart-sass` instead of `pub global install dart-sass`?
2016-10-31 16:34:21 -07:00
Natalie Weizenbaum
cafd6bf010 Merge pull request #4 from adaojunior/patch-1
fix homepage link
2016-10-31 16:15:40 -07:00
Adão Júnior
9e71e652ae fix homepage link 2016-10-31 21:14:36 -02:00
Natalie Weizenbaum
e98b708ddf Don't run analysis with older Dart versions. 2016-10-31 15:14:25 -07:00
Natalie Weizenbaum
8ff9150cf8 Add Travis support.
Currently this only runs --expanded tests, because they're the only
tests that have been triaged.
2016-10-31 15:09:58 -07:00
Natalie Weizenbaum
d99b999c4e Fix a grinder issue. 2016-10-31 15:06:50 -07:00
Natalie Weizenbaum
b318ec2d4c Merge pull request #1 from kaelig/patch-1
Update usage to show the accurate command
2016-10-31 15:01:03 -07:00
Kaelig Deloumeau-Prigent
ab8e0e4d37 Update usage to show the accurate command 2016-10-31 14:51:25 -07:00
Natalie Weizenbaum
64dc85c80c Tag 1.0.0-alpha.1. 2016-10-31 13:19:10 -07:00
Natalie Weizenbaum
12397aa8c7 Fix nested declarations in SCSS. 2016-10-30 15:06:32 -07:00
Natalie Weizenbaum
845c1b8d8d Add missing scanner.expectDone() calls. 2016-10-30 14:54:09 -07:00
Natalie Weizenbaum
c9bbcbda3a Fix initial media query parsing. 2016-10-30 14:53:58 -07:00
Natalie Weizenbaum
2db0c08b29 Fix more specificity bugs. 2016-10-30 14:45:45 -07:00
Natalie Weizenbaum
468f21f4eb Track selector sources as specificity. 2016-10-30 14:19:27 -07:00
Natalie Weizenbaum
5ccec2b5be Fix another bug in _groupSelectors. 2016-10-30 13:59:43 -07:00
Natalie Weizenbaum
e28b399c0b Fix an indented syntax parsing bug. 2016-10-30 13:06:23 -07:00
Natalie Weizenbaum
5ad9540e39 Node API: add renderSync(). 2016-10-29 11:25:38 -07:00
Natalie Weizenbaum
423deb5eab Node API: add an info string. 2016-10-29 11:20:47 -07:00
Natalie Weizenbaum
bc5852f64d Support multiple @import arguments. 2016-10-29 10:58:56 -07:00
Natalie Weizenbaum
9edb2bb447 Fix a selector parsing bug. 2016-10-29 10:55:10 -07:00
Natalie Weizenbaum
aec39904bc Clean up the output a bit.
This should match Ruby Sass's group logic.
2016-10-28 17:18:11 -07:00
Natalie Weizenbaum
868286911b Reparse media queries at perform-time. 2016-10-28 16:55:56 -07:00
Natalie Weizenbaum
6f6eb79dae Fix "2n of .foo" parsing. 2016-10-28 15:36:30 -07:00
Natalie Weizenbaum
9ec89f6944 Support get-function(). 2016-10-28 15:28:05 -07:00