This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Commit 23f26fe
2 files changed
+2
-2
lines changed- CHANGELOG.md+84
- drafter.gyp+3-1
- drafter.xcodeproj/project.pbxproj+12-4
- package.json+1-1
- src/ConversionContext.h+28
- src/NamedTypesRegistry.cc+9-14
- src/NamedTypesRegistry.h+3-2
- src/RefractAPI.cc+81-53
- src/RefractAPI.h+4-2
- src/RefractDataStructure.cc+81-70
- src/RefractDataStructure.h+5-3
- src/RefractElementFactory.cc+15-9
- src/RefractElementFactory.h+6-2
- src/RefractSourceMap.h+3-2
- src/Render.cc+8-6
- src/Render.h+9-2
- src/Serialize.h+33-4
- src/SerializeAST.cc+36-34
- src/SerializeAST.h+3-1
- src/SerializeResult.cc+27-31
- src/SerializeSourcemap.cc+3-2
- src/SerializeSourcemap.h+3-1
- src/Version.h+2-2
- src/cdrafter.cc+8-3
- src/main.cc+3-2
- test/draftertest.h+2
- test/fixtures/api/action-parameters.apib+4-1
- test/fixtures/api/action-parameters.json+37-1
- test/fixtures/api/action-parameters.sourcemap.json+87-12
- test/fixtures/api/action-request-attributes.sourcemap.json+294
- test/fixtures/api/attributes-references.sourcemap.json+357
- test/fixtures/api/mson.json+212
- test/fixtures/api/request-only.sourcemap.json+215
- test/fixtures/api/request-parameters.json+1-2
- test/fixtures/api/request-parameters.sourcemap.json+1-2
- test/fixtures/parse-result/blueprint.apib
- test/fixtures/parse-result/blueprint.ast.json
- test/fixtures/parse-result/blueprint.ast.sourcemap.json
- test/fixtures/parse-result/blueprint.json
- test/fixtures/parse-result/blueprint.sourcemap.json+211
- test/fixtures/parse-result/error-warning.ast.json+35
- test/fixtures/parse-result/error-warning.ast.sourcemap.json+35
- test/fixtures/parse-result/error-warning.sourcemap.json+74
- test/fixtures/parse-result/error.ast.json
- test/fixtures/parse-result/error.ast.sourcemap.json
- test/fixtures/parse-result/error.sourcemap.json
- test/fixtures/parse-result/simple.ast.json+109
- test/fixtures/parse-result/simple.ast.sourcemap.json+234
- test/fixtures/parse-result/simple.sourcemap.json+124
- test/fixtures/parse-result/warning.ast.json+120
- test/fixtures/parse-result/warning.ast.sourcemap.json+245
- test/fixtures/parse-result/warning.sourcemap.json+147
- test/fixtures/parse-result/warnings.ast.json+146
- test/fixtures/parse-result/warnings.ast.sourcemap.json+299
- test/fixtures/parse-result/warnings.sourcemap.json+193
- test/test-ElementFactoryTest.cc+5-5
- test/test-RefractAPITest.cc+1
- test/test-RefractParseResultTest.cc+1
- test/test-RefractSourceMapTest.cc+9
- test/test-SerializeResult.cc-7
- test/test-SerializeResultTest.cc+9
- test/test-SerializeSourceMapTest.cc+17
- test/test-cdrafter.cc+4-4
- tools/homebrew/drafter.rb+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments