This commit is contained in:
Timothee Guerin 2022-03-31 08:26:21 -07:00 коммит произвёл GitHub
Родитель bc34dadb16
Коммит 5d057edf60
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
20 изменённых файлов: 108 добавлений и 38 удалений

Просмотреть файл

@ -7,7 +7,7 @@ shapes common among REST, GraphQL, gRPC, and other protocols.
You can try a work-in-progress build of the compiler by following the steps in
the Getting Started section below. Please feel free to [file
issues](https://github.com/Azure/adl/issues) for any issues you encounter while
issues](https://github.com/Microsoft/cadl/issues) for any issues you encounter while
using the preview.
## Packages

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/compiler",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/compiler"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/openapi3",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/openapi3"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/rest",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/rest"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/versioning",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/versioning"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "cadl-vs",
"comment": "",
"type": "none"
}
],
"packageName": "cadl-vs"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "cadl-vscode",
"comment": "",
"type": "none"
}
],
"packageName": "cadl-vscode"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "tmlanguage-generator",
"comment": "",
"type": "none"
}
],
"packageName": "tmlanguage-generator"
}

Просмотреть файл

@ -4,7 +4,7 @@
<Identity Id="88b9492f-c019-492c-8aeb-f325a7e4cf23" Version="|%CurrentProject%;GetPackageVersionForVsixManifest|" Language="en-US" Publisher="Microsoft" />
<DisplayName>Cadl Language Support</DisplayName>
<Description>Cadl Language Support for Visual Studio 2019</Description>
<MoreInfo>https://github.com/azure/adl</MoreInfo>
<MoreInfo>https://github.com/Microsoft/cadl</MoreInfo>
<License>LICENSE</License>
</Metadata>
<Installation>

Просмотреть файл

@ -4,7 +4,7 @@
<Identity Id="88b9492f-c019-492c-8aeb-f325a7e4cf23" Version="|%CurrentProject%;GetPackageVersionForVsixManifest|" Language="en-US" Publisher="Microsoft" />
<DisplayName>Cadl Language Support</DisplayName>
<Description>Cadl Language Support for Visual Studio 2022</Description>
<MoreInfo>https://github.com/azure/adl</MoreInfo>
<MoreInfo>https://github.com/Microsoft/cadl</MoreInfo>
<License>LICENSE</License>
</Metadata>
<Installation>

Просмотреть файл

@ -3,15 +3,15 @@
"author": "Microsoft Corporation",
"version": "0.6.1",
"description": "Cadl Language Support for Visual Studio",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"

Просмотреть файл

@ -3,15 +3,15 @@
"version": "0.13.0",
"author": "Microsoft Corporation",
"description": "Cadl Language Support for VS Code",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"

Просмотреть файл

@ -4,14 +4,14 @@
"description": "Cadl Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl",

Просмотреть файл

@ -330,7 +330,7 @@ describe("compiler: syntax", () => {
describe("numeric literals", () => {
const good: [string, number][] = [
// Some questions remain here: https://github.com/Azure/adl/issues/506
// Some questions remain here: https://github.com/Microsoft/cadl/issues/506
["-0", -0],
["1e9999", Infinity],
["1e-9999", 0],

Просмотреть файл

@ -3,15 +3,15 @@
"version": "0.9.0",
"author": "Microsoft Corporation",
"description": "Cadl library for emitting OpenAPI 3.0 from the Cadl REST protocol binding",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"

Просмотреть файл

@ -9,10 +9,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"

Просмотреть файл

@ -3,15 +3,15 @@
"version": "0.12.0",
"author": "Microsoft Corporation",
"description": "Cadl REST protocol binding",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"

Просмотреть файл

@ -4,15 +4,15 @@
"private": true,
"author": "Microsoft Corporation",
"description": "Cadl Language Specification Source Code",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"type": "module",
"scripts": {

Просмотреть файл

@ -3,15 +3,15 @@
"version": "0.2.2",
"author": "Microsoft Corporation",
"description": "Helper library to generate TextMate syntax highlighting tmLanguage files.",
"homepage": "https://github.com/Azure/adl/tree/master/packages/tmlanguage-generator",
"readme": "https://github.com/Azure/adl/blob/master/packages/tmlanguage-generator/README.md",
"homepage": "https://github.com/Microsoft/cadl/tree/master/packages/tmlanguage-generator",
"readme": "https://github.com/Microsoft/cadl/blob/master/packages/tmlanguage-generator/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"textmate",

Просмотреть файл

@ -3,15 +3,15 @@
"version": "0.3.2",
"author": "Microsoft Corporation",
"description": "Cadl library for declaring and emitting versioned APIs",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
"homepage": "https://github.com/Microsoft/cadl",
"readme": "https://github.com/Microsoft/cadl/blob/master/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/adl.git"
"url": "git+https://github.com/Microsoft/cadl.git"
},
"bugs": {
"url": "https://github.com/Azure/adl/issues"
"url": "https://github.com/Microsoft/cadl/issues"
},
"keywords": [
"cadl"