2 files changed
+10
-2
lines changedSubmodule libsass updated 48 files
- .gitignore+1
- Makefile+3
- Makefile.am+15-27
- ast.hpp+25-11
- ast_factory.hpp+2
- ast_fwd_decl.hpp+1
- bind.cpp+15-13
- configure.ac+17-5
- context.cpp+11-5
- contextualize.cpp+2-28
- contextualize.hpp+6-10
- contextualize_eval.cpp+88
- contextualize_eval.hpp+44
- debugger.hpp+7-7
- environment.hpp+113-25
- error_handling.cpp-2
- error_handling.hpp-1
- eval.cpp+85-51
- eval.hpp+9-1
- expand.cpp+73-36
- expand.hpp+5-2
- extend.cpp+5-3
- functions.cpp+13-7
- inspect.cpp+12-1
- inspect.hpp+1
- lexer.cpp+119
- lexer.hpp+210
- listize.cpp+95
- listize.hpp+45
- operation.hpp+2
- output.cpp+1-1
- parser.cpp+274-232
- parser.hpp+83-107
- position.cpp+52-17
- position.hpp+18-17
- prelexer.cpp+182-237
- prelexer.hpp+59-329
- sass.h+1-4
- sass_context.cpp+32-4
- sass_context.h+2
- sass_interface.cpp+1-1
- sass_version.h+8
- sass_version.h.in+8
- source_map.cpp+2-2
- util.cpp+34-8
- util.hpp+2-1
- win/libsass.filters+12
- win/libsass.vcxproj+6
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1009 | 1009 |
| |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 |
| - | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
1013 | 1015 |
| |
1014 | 1016 |
| |
1015 | 1017 |
| |
| |||
1021 | 1023 |
| |
1022 | 1024 |
| |
1023 | 1025 |
| |
| 1026 | + | |
| 1027 | + | |
1024 | 1028 |
| |
1025 | 1029 |
| |
1026 | 1030 |
| |
| |||
1031 | 1035 |
| |
1032 | 1036 |
| |
1033 | 1037 |
| |
| 1038 | + | |
| 1039 | + | |
1034 | 1040 |
| |
1035 | 1041 |
| |
1036 | 1042 |
| |
| |||
1053 | 1059 |
| |
1054 | 1060 |
| |
1055 | 1061 |
| |
| 1062 | + | |
| 1063 | + | |
1056 | 1064 |
| |
1057 | 1065 |
| |
1058 | 1066 |
| |
|
0 commit comments