Connor Skees
|
d360af2cd6
|
improve code coverage
|
2021-07-21 09:17:37 -04:00 |
|
Connor Skees
|
b03561bc37
|
add test for multiline comments between function name and args
|
2020-08-21 19:38:43 -04:00 |
|
Connor Skees
|
a665cb13cc
|
remove cfg(test) from test files
|
2020-08-11 20:22:24 -04:00 |
|
Connor Skees
|
9c2d1200f7
|
allow multiline comments in functions
|
2020-08-04 02:13:15 -04:00 |
|
Connor Skees
|
622d44ac63
|
disallow selectors and styles in functions
|
2020-08-04 01:18:34 -04:00 |
|
Connor Skees
|
3e5f69118b
|
disallow more at-rules in @function
|
2020-08-02 23:00:00 -04:00 |
|
Connor Skees
|
47902c077c
|
refactor how scopes are calculated
|
2020-07-08 14:51:04 -04:00 |
|
Connor Skees
|
6faf30795e
|
add ignored scope tests for mixins and functions
|
2020-07-07 12:00:11 -04:00 |
|
Connor Skees
|
f582439744
|
add scope test for local variables with functions
|
2020-06-27 04:26:45 -04:00 |
|
ConnorSkees
|
aea7c9c408
|
deny functions with reserved names or in control flow
|
2020-06-22 11:35:15 -04:00 |
|
ConnorSkees
|
09a322f175
|
resolve regression in @mixin scoping
|
2020-06-18 18:22:59 -04:00 |
|
ConnorSkees
|
962549e31b
|
remove most remaining unwraps
|
2020-06-18 18:22:58 -04:00 |
|
ConnorSkees
|
d4acb3f014
|
test for double comma in fn args
|
2020-05-22 22:24:24 -04:00 |
|
ConnorSkees
|
b82be09b95
|
remove panic on invalid fn args
|
2020-05-22 22:06:33 -04:00 |
|
ConnorSkees
|
38c45129d9
|
refactor function eval
|
2020-04-21 11:32:27 -04:00 |
|
ConnorSkees
|
c98bc46c10
|
properly handle quotes in function calls
|
2020-03-31 22:11:01 -04:00 |
|
ConnorSkees
|
0ded248e1e
|
allow comma separated bracketed list in function args
|
2020-03-23 23:52:15 -04:00 |
|
ConnorSkees
|
785c824cd8
|
check global scope for functions as well
|
2020-03-23 14:46:15 -04:00 |
|
ConnorSkees
|
3919e92dcb
|
Allow function declarations inside rulesets
|
2020-03-19 20:01:13 -04:00 |
|
ConnorSkees
|
7949699229
|
Handle variables in binary ops in function calls
|
2020-02-29 18:58:09 -05:00 |
|
ConnorSkees
|
46b96d03b1
|
Refactor how @return is parsed
|
2020-02-28 01:02:11 -05:00 |
|
ConnorSkees
|
a44e52c7e3
|
Test for trailing comma in function args
|
2020-02-16 21:46:11 -05:00 |
|
ConnorSkees
|
8e0fdb8585
|
Test for named arg with value of variable
|
2020-02-16 21:38:29 -05:00 |
|
ConnorSkees
|
d6ed0391db
|
Handle function calls in call args
|
2020-02-09 14:27:54 -05:00 |
|
ConnorSkees
|
b8bacbde8b
|
Refactor tests into separate files
|
2020-02-01 23:09:22 -05:00 |
|