This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree
8 files changed
+19
-12
lines changed- ext
- lib
- sassc
- tasks
- test
8 files changed
+19
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
Submodule libsass updated 61 files
- Makefile+10-6
- Readme.md+4-4
- appveyor.yml+16-1
- docs/README.md+1-1
- docs/api-context-example.md+1-1
- docs/api-context.md+1-1
- docs/api-doc.md+1-1
- docs/api-function-example.md+12-3
- docs/api-function-internal.md+4-4
- docs/api-function.md+15-13
- docs/api-importer-internal.md+9-4
- docs/api-value.md+1-1
- docs/build-shared-library.md+3-3
- docs/custom-functions-internal.md+1-1
- docs/plugins.md
- script/ci-build-libsass+25-36
- script/ci-install-deps+3-8
- script/ci-report-coverage+17-13
- script/coveralls-debug-32
- src/ast.cpp+102-7
- src/ast.hpp+53-27
- src/ast_def_macros.hpp+8
- src/ast_fwd_decl.hpp+3-2
- src/backtrace.hpp+1-1
- src/bind.cpp+28-17
- src/bind.hpp+1-1
- src/context.cpp+441-184
- src/context.hpp+79-82
- src/debugger.hpp+3-1
- src/emitter.cpp+18-17
- src/emitter.hpp+5-2
- src/error_handling.cpp+78-7
- src/error_handling.hpp+50-9
- src/eval.cpp+100-36
- src/eval.hpp+5-5
- src/expand.cpp+32-3
- src/extend.cpp+1-1
- src/file.cpp+39-27
- src/file.hpp+67-13
- src/functions.cpp+39-32
- src/inspect.cpp+21-21
- src/json.cpp+1-1
- src/lexer.hpp+33-4
- src/output.cpp+11-11
- src/parser.cpp+28-130
- src/parser.hpp-4
- src/prelexer.cpp+8-5
- src/prelexer.hpp+1-3
- src/sass_context.cpp+52-241
- src/sass_context.hpp+156
- src/sass_functions.cpp+1-26
- src/sass_functions.hpp+32
- src/sass_interface.cpp+14-48
- src/sass_values.cpp+3-77
- src/sass_values.hpp+81
- src/source_map.cpp+7-7
- src/source_map.hpp+1-4
- src/to_string.cpp+4-3
- src/to_string.hpp+2-1
- src/util.cpp+34-16
- src/util.hpp+10-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments