This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Commit 2a58f0b
File tree
7 files changed
+6
-162
lines changed- scripts
- test/fixtures
7 files changed
+6
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
- .npmignore-27
- CHANGELOG.md+31
- circle.yml+1-13
- drafter.gyp+22-26
- drafter.xcodeproj/project.pbxproj+6-22
- emcc/emcbuild.sh-53
- emcc/emcclean.sh-4
- emcc/post.js-85
- emcc/pre.js-6
- emcc/release.sh-18
- emcc/test-drafter-185
- emcc/test.html-50
- ext/snowcrash+1-1
- ext/sos+1-1
- features/fixtures/ast.sourcemap.json+4-150
- features/fixtures/ast.sourcemap.yaml+4-96
- package.json-30
- src/NamedTypesRegistry.cc+2-2
- src/RefractDataStructure.cc+51-19
- src/RefractElementFactory.cc+22-16
- src/RefractElementFactory.h+13-5
- src/Render.cc+4-1
- src/Serialize.cc+2-10
- src/Serialize.h-3
- src/SerializeAST.cc-331
- src/SerializeSourcemap.cc+1-117
- src/main.cc+1-1
- src/refract/ApplyVisitor.cc-33
- src/refract/ApplyVisitor.h-112
- src/refract/ComparableVisitor.cc+6-5
- src/refract/ComparableVisitor.h+4-6
- src/refract/Element.cc+13-9
- src/refract/Element.h+5-41
- src/refract/ExpandVisitor.cc+14-10
- src/refract/ExpandVisitor.h+13-14
- src/refract/IsExpandableVisitor.cc+21-16
- src/refract/IsExpandableVisitor.h+2-4
- src/refract/Iterate.h+11-10
- src/refract/JSONSchemaVisitor.cc+36-32
- src/refract/JSONSchemaVisitor.h+12-13
- src/refract/PrintVisitor.cc+18-14
- src/refract/PrintVisitor.h+13-14
- src/refract/Query.h+1-3
- src/refract/Registry.cc+5-3
- src/refract/RenderJSONVisitor.cc+20-17
- src/refract/RenderJSONVisitor.h+17-14
- src/refract/SerializeCompactVisitor.cc+28-26
- src/refract/SerializeCompactVisitor.h+16-16
- src/refract/SerializeVisitor.cc+24-21
- src/refract/SerializeVisitor.h+16-17
- src/refract/TypeQueryVisitor.cc+5-4
- src/refract/TypeQueryVisitor.h+18-18
- src/refract/Typelist.h-119
- src/refract/VisitableBy.h-47
- src/refract/Visitor.h+109-4
- src/refract/VisitorUtils.cc-1
- src/refract/VisitorUtils.h+7-2
- src/refract/Visitors.h-22
- src/stream.h+1-1
- test/draftertest.h+1-1
- test/fixtures/parse-result/mson.apib+7
- test/fixtures/parse-result/mson.ast.json+168
- test/fixtures/parse-result/mson.ast.sourcemap.json+307
- test/fixtures/parse-result/mson.json+152
- test/fixtures/parse-result/mson.sourcemap.json+266
- test/fixtures/render/issue-246.apib+21
- test/fixtures/render/issue-246.ast.json+268
- test/fixtures/render/issue-312.apib+14
- test/fixtures/render/issue-312.ast.json+230
- test/fixtures/render/issue-318.apib+16
- test/fixtures/render/issue-318.ast.json+248
- test/fixtures/render/issue-328-1.apib+6
- test/fixtures/render/issue-328-1.ast.json+86
- test/fixtures/render/issue-328-2.apib+11
- test/fixtures/render/issue-328-2.ast.json+90
- test/test-ApplyVisitorTest.cc+19-16
- test/test-ElementFactoryTest.cc+34-6
- test/test-RefractParseResultTest.cc+1
- test/test-RefractSourceMapTest.cc+1
- test/test-RenderTest.cc+7
- test/test-SerializeResultTest.cc+1
- test/test-SerializeSourceMapTest.cc+1
- test/vendor/Catch+1-1
- tools/release.sh-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 123 | + | |
135 | 124 | | |
136 | 125 | | |
137 | 126 | | |
| |||
186 | 175 | | |
187 | 176 | | |
188 | 177 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 178 | + | |
241 | 179 | | |
242 | 180 | | |
243 | 181 | | |
| |||
354 | 292 | | |
355 | 293 | | |
356 | 294 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 295 | + | |
369 | 296 | | |
370 | 297 | | |
371 | 298 | | |
| |||
420 | 347 | | |
421 | 348 | | |
422 | 349 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
| 350 | + | |
475 | 351 | | |
476 | 352 | | |
477 | 353 | | |
| |||
0 commit comments