Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
19fdd16
Migrate to 'yaml' package
timotheeguerin Jul 31, 2023
4b2fb8f
Merge with main
timotheeguerin Aug 8, 2023
1d9a21a
Merge branch 'main' of https://github.com/Microsoft/typespec into fea…
timotheeguerin Aug 8, 2023
e83e41d
Fix server lib
timotheeguerin Aug 8, 2023
ab4be71
report yaml errors
timotheeguerin Aug 8, 2023
5a600d2
Report yaml position
timotheeguerin Aug 8, 2023
1cb8d49
Allow YamlDiagnosticTarget
timotheeguerin Aug 8, 2023
3a76c5f
merge with main
timotheeguerin Aug 8, 2023
8d5bc77
Show errors for schema validations
timotheeguerin Aug 8, 2023
8567edb
Show all ajv errors
timotheeguerin Aug 8, 2023
71773ad
Remove abstraction for now
timotheeguerin Aug 9, 2023
003aa2a
Add test for parser
timotheeguerin Aug 9, 2023
a0059db
Add test for location resolution
timotheeguerin Aug 9, 2023
2f512c7
Merge branch 'main' into feature/yaml-ast
timotheeguerin Aug 9, 2023
d3c602c
replace all js-yaml with yaml:
timotheeguerin Aug 9, 2023
89ab035
Error location
timotheeguerin Aug 9, 2023
e62e303
merge with main
timotheeguerin Aug 9, 2023
0d94918
Fix merge conflict
timotheeguerin Aug 9, 2023
75849c7
Regen samples slight diff
timotheeguerin Aug 9, 2023
035c42e
Fix tests
timotheeguerin Aug 9, 2023
9c8e169
Merge branch 'main' of https://github.com/Microsoft/typespec into fea…
timotheeguerin Aug 14, 2023
1adc539
Merge branch 'main' into feature/yaml-ast
timotheeguerin Aug 15, 2023
0fca712
Disable alias
timotheeguerin Aug 18, 2023
acb55f6
Merge branch 'main' of https://github.com/Microsoft/typespec into fea…
Sep 5, 2023
a2c4176
.
Sep 5, 2023
e903794
regen
Sep 5, 2023
22853ef
Merge branch 'main' into feature/yaml-ast
timotheeguerin Sep 6, 2023
95eb0de
Merge branch 'main' into feature/yaml-ast
timotheeguerin Sep 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"changes": [
{
"packageName": "@typespec/compiler",
"comment": "Changed yaml parser from `js-yaml` to `yaml`",
"type": "none"
},
{
"packageName": "@typespec/compiler",
"comment": "Parsing and validation of the tspconfig.yaml will not report the error location.",
"type": "none"
}
],
"packageName": "@typespec/compiler"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/json-schema",
"comment": "Changed yaml parser from `js-yaml` to `yaml`",
"type": "none"
}
],
"packageName": "@typespec/json-schema"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/migrate",
"comment": "Changed yaml parser from `js-yaml` to `yaml`",
"type": "none"
}
],
"packageName": "@typespec/migrate"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/openapi3",
"comment": "Changed yaml parser from `js-yaml` to `yaml`",
"type": "none"
}
],
"packageName": "@typespec/openapi3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@typespec/prettier-plugin-typespec",
"comment": "Changed yaml parser from `js-yaml` to `yaml`",
"type": "none"
}
],
"packageName": "@typespec/prettier-plugin-typespec"
}
Loading