Commit 14743b5
Sync latest main back to feature lro v3 branch (#2464)
* deprecate-baseurl-in-favor-of-endpoint (#2246)
* deprecate-baseurl-in-favor-of-endpoint
* codegen change
* fix integration test and unit test
* update smoke-test && merge main
* revert smoke-test-list
* update
* revert change
* update
* update
* update
* update
* Revert "update"
This reverts commit 02967a1.
* update
* fix ci
* rename endpoint parameter
* update (#15)
* update test
---------
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
* Support usage and access (#2356)
* support-usage-and-access
* add generate orphan models options
* test push code to pr
* add test case for clientGeneratorCore access and usage
* rename public as operation name for now
* fix integration test
* add modular test case and remove duplicate case
* regenerate all test
* regenerate rlc test
* fix ci
---------
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
* Support server versions in modular and add cadl-ranch test cases (#2261)
* add modular server versions
* fix version param global calculation
* fix api version in operation logic
* fix versioned test
* fix ci
* fix ci
* add rlc server versions in this pr
* revert smoke test
* should only have client side api version if api version exists in all operations
* fix batch
* fix ut
* unify api version when it exists in all operations
* fix smoke test
* fix ci
* fix parameters
* fix ci
* add ut for api version in modular
* Update packages/typespec-ts/test/modularUnit/apiOperations.spec.ts
* fix ut
* reserve work
* generate client level required apiVersion
* handle api-version in both url and query
* fix ci
* should not export apiVersion in operation level signature when it has default value
* Update packages/typespec-ts/src/modular/helpers/operationHelpers.ts
* fix integration test
* fix smoke-test
* regen smoke-test
* regen cadl test case
* add ut and fix smoke test
* resolve comments
---------
Co-authored-by: qiaozha <qiaozha@microsoft.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
* Add coverage cases for Server NotDefined in cadl-ranch (#2370)
* Supplement server endpoint not-defined
* update cadl-ranch version
* bump cadl ranch version regen code
* Add coverage cases for Azure Core Scalar in cadl-ranch (#2369)
* Supplement azure core scalar
* update test case
* remove .only in test case
* update test case
* fix easm build failure (#2379)
* add easm test case
* Fix the core model renaming due to enableModelNamespace option enabled
* update
* update
* remove easm
---------
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
* Upgrade the emitter version in April (#2395)
* Upgrade the emitter version
* Update the changelog
* Update the changelog
* Update the changelog
* Update packages/autorest.typescript/CHANGELOG.md
* Update packages/rlc-common/CHANGELOG.md
* Update packages/typespec-ts/CHANGELOG.md
---------
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
* Fix missing scripts issue in package.json and bump emitter version (#2402)
* fix rlc package.json script issue
* Update the Unit test
* Update the changelog and regen smoke test
* Update the issue number
* Update the lock file
---------
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
* Support special words (#2387)
* support-special-words
* update cadl ranch list
* update
* Update specialWords.spec.ts
* design implementation
* update test
* Update nameUtils.spec.ts
* update
* fix naming if operation name duplicate
* update typespec-test smoke-test
* Update clientContext.spec.ts
* fix-naming-parity-with-hlc (#17)
* fix optional params
* update rlc test
* update non-branded-test
* should not rename property name
---------
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
* Update specialWords.spec.ts (#2431)
* Add rlc coverage cases for payload media type in cadl-ranch (#2265)
* add rlc payload media type
* rege code and remove .only in test case
* update test case
* Upgrade `mkdirp` to ^3.0.1
by doing a string replacement
* Support server parameter in modular (#2424)
* enable-modular-in-parameterized-host
* support optional client parameter in modular
* enable anomaly detector modular generation
* fix ut
* fix cadl ranch test case
* fix smoke test
* reserve work
* fix anomaly detector api version missing
* use camel case for file name in modular client
* fix filename uppercase
* fix client name upper case
* resolve duplicate files
* fix batch rename
* fix rename in chatapi
* fix rename for contentsafety
* fix renaming in smoke test
* fix renaming in integration test
* fix batch rename
* fix smoke-test
* normalize name
* fix non-branded case
* fix ci
* fix ci
* Add modular coverage cases for payload media type in cadl-ranch (#2266)
* add modular payload media type
* update test case
* fix issus
* use local dev version
* update @azure-rest/core-client to 1.4.0
* regen code
---------
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>
* Fix the missing scripts issues and add test config (#2426)
* Fix the missing scripts issues
* add ut
* update
* update
* fix ci
* Remove the @azure-tools/vite-plugin-browser-test-map dependency
* Added the browser config in azure mono repo
* update smoke test
* update
---------
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
* Upgrade generated packages to have `typescript@~5.4.5`
* Extensible/fixed enum support & upgrade compiler to v0.55 (#2380)
* Update the tcgc to latest dev
* Fix build issue
* Update the UTs
* Update the enum and union cases
* Update the extensible enum
* Update the modular enum and union
* regen code
* Set the default flattenUnionAsEnum option
* gen fixedEnums and extensibleEnums code
* Enable the option flatten-union-as-enum as false for ts
* Refactor rlc UTs
* Regenerate the union cases in modular
* update smoeke test
* Update the UnitTest
* update input usage
* skip overload and generate code
* Update the import issue
* Disable the overload case
* regen code
* Upgrade to the latest
* Revert overload
* Resolve conflicts
* Remove skipped cases
* add union enum case
* smoke test
* regen integration code
* Disable the server case
* regen smoke test
* enable server path multiple
* rege integration code
* rebuild server path multiple
* Update the apiVerison fix
* update lock file
* lock file update
* Update the extensible and fixed enum
* update the changes
* update deleted files
* Regenerate smoke test
* Resolve comments
---------
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
* Update core client (#2441)
* update core client
* update format
* fix ci error
* Bump `typescript` version to ~5.4.5 in code generator packages
* Upgrade `c8` version to ^9.1.0 in generated packages
The c8 version azure-sdk-for-js repro has been upgraded to ^9.1.0 already.
* Support additional properties full cases in RLC (#2445)
* upgrade cadl-ranch version
* update
* fix rlc additional properties
* update test case
* update
* update test case
---------
Co-authored-by: qiaozha <qiaozha@microsoft.com>
* 9.1.0
* Update the changelog and bump versions in mid April (#2452)
* Update the changelog and bump versions
* update the lock file
* upgrade the tcgc to the latest stable
* revert version
* Downgrade to 18.19.x version
* Downgrade to 18.19.x
---------
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
* add server test case for modular and rlc (#2457)
* Document package-version in README.md (#2365)
* Add encode bytes missing test (#2456)
* add missing test
* fix body parameter format
---------
Co-authored-by: qiaozha <qiaozha@microsoft.com>
* Replace `esm` dev dependency with `tsx` for js mono repo
as we already switched to `tsx` in PR https://github.com/Azure/azure-sdk-for-js/pull/28826/files#diff-164a9ae95cf7571742ca1882b5fdc0a43e7000c271ff566de5e99ef2c2820021R34
* update unit test
* use `dev-tool run extract-api` in packages generated for JS mono repo
This follows the commit in JS repo: Azure/azure-sdk-for-js@224f7c1
* update test baselines
* fix unit tests
* fix test
* switch back to nyc
* update unit test
* add cancellationToken case (#2463)
* add cancellationToken case
* update
* update to the latest
* Update the smoke test code to the latest main
* update the integration to latest main
* update the latest modular int
* Adopt change to latest main
* Regen smoke and integration test
* change the client name
* Delete useless code
* remove ut
* update the integration for lro
* Upgrade the tcgc to v0.41.3 (#2453)
* Update the changelog and bump versions
* update the lock file
* upgrade the tcgc to the latest stable
* update version
* update version
* upgrade tcgc
* fix ci error
* regen smoke test
* Remove the hard coded template logic
* regen integration and smoke test
---------
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
* upgrade rush version (#2468)
* merge to the latest feature branch
* merge to the main
* update the lock file
* fix ci error
---------
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: qiaozha <qiaozha@microsoft.com>
Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
Co-authored-by: Max Horstmann <MaxHorstmann@users.noreply.github.com>1 parent efbba8d commit 14743b5
1,285 files changed
Lines changed: 28557 additions & 12890 deletions
File tree
- .scripts
- .vscode
- common
- config/rush
- scripts
- packages
- autorest.typescript
- src/generators/static
- test
- integration/generated
- additionalProperties
- appconfigurationexport
- appconfiguration
- arrayConstraints
- attestation
- azureParameterGrouping
- azureReport
- azureSpecialProperties
- bodyArray
- bodyBooleanQuirks
- bodyBoolean
- bodyByte
- bodyComplexWithTracing
- bodyComplex
- bodyDateTimeRfc1123
- bodyDateTime
- bodyDate
- bodyDictionary
- bodyDuration
- bodyFile
- bodyFormData
- bodyInteger
- bodyNumber
- bodyString
- bodyTime
- constantParam
- corecompattest
- customUrlMoreOptions
- customUrlPaging
- customUrl
- datafactory
- datalakestorage
- datasearch
- deviceprovisioningservice
- domainservices
- extensibleEnums
- headerprefix
- header
- healthcareapis
- httpInfrastructure
- iotspaces
- licenseHeader
- lroParametrizedEndpoints
- lro
- mapperrequired
- mediaTypesV3Lro
- mediaTypesV3
- mediaTypesWithTracing
- mediaTypes
- modelFlattening
- multipleInheritance
- nameChecker
- noLicenseHeader
- noMappers
- noOperation
- nonStringEnum
- objectType
- odataDiscriminator
- operationgroupclash
- optionalnull
- pagingNoIterators
- paging
- patterntest
- petstore
- readmeFileChecker
- regexConstraint
- report
- requiredOptional
- resources
- sealedchoice
- storageblob
- subscriptionIdApiVersion
- textanalytics
- url2
- urlMulti
- url
- useragentcorev1
- useragentcorev2
- uuid
- validation
- xmlservice
- xmsErrorResponses
- rlcIntegration/generated
- azureReport
- bodyComplexRest
- bodyFileRest
- bodyFormDataRest
- bodyStringRest
- customUrlRest
- dpgCustomization
- headerRest
- httpInfrastructureRest
- lroRest
- mediaTypesRest
- multipleInheritanceRest
- multipleUrlParameters
- pagingRest
- report
- securityAADRest
- securityKeyRest
- urlRest
- smoke/generated
- agrifood-data-plane
- anomaly-detector-mv-rest
- anomaly-detector-rest
- arm-package-deploymentscripts-2019-10-preview
- arm-package-features-2015-12
- arm-package-links-2016-09
- arm-package-locks-2016-09
- arm-package-managedapplications-2018-06
- arm-package-policy-2019-09
- arm-package-resources-2019-08
- arm-package-subscriptions-2019-06
- compute-resource-manager
- cosmos-db-resource-manager
- graphrbac-data-plane
- keyvault-resource-manager
- monitor-data-plane
- msi-resource-manager
- network-resource-manager
- networkcloud-resource-manager
- purview-administration-rest
- sql-resource-manager
- storage-resource-manager
- web-resource-manager
- version-tolerance/generated
- rlc-initial
- rlc-updated
- rlc-common
- src
- helpers
- metadata
- packageJson
- test
- helpers
- integration
- typespec-test
- test
- anomalyDetector
- generated/typespec-ts
- review
- samples-dev
- src
- api
- multivariate
- univariate
- classic
- multivariate
- univariate
- models
- rest
- authoring/generated
- openapi/2022-05-15-preview
- typespec-ts
- review
- src
- batch_modular/generated/typespec-ts
- review
- src
- api
- models
- rest
- chatApi_modular/generated/typespec-ts
- review
- src
- api
- models
- rest
- confidentialLedger/generated/typespec-ts
- review
- src
- contentsafety_modular/generated/typespec-ts
- review
- src
- api
- models
- rest
- contoso/generated
- openapi/2022-11-01-preview
- typespec-ts
- review
- src
- customWrapper/generated/typespec-ts
- eventgrid_modular/generated/typespec-ts
- review
- src
- api
- models
- rest
- faceai/generated/typespec-ts
- review
- src
- healthInsights_radiologyinsights/generated/typespec-ts
- review
- samples-dev
- src
- healthInsights_trialmatcher/generated/typespec-ts
- review
- samples-dev
- src
- hierarchy_generic/generated/typespec-ts
- review
- src
- api
- b
- c
- e/c
- d
- classic
- b
- c
- e
- c
- d
- models
- loadTest/generated
- openapi/2022-11-01
- typespec-ts
- review
- samples-dev
- src
- loadtesting_modular/generated/typespec-ts
- review
- src
- administrationOperations
- api
- models
- rest
- testRunOperations
- api
- models
- openai_generic/generated/typespec-ts
- review
- src
- api
- audio
- transcriptions
- translations
- chat/completions
- completions
- edits
- embeddings
- files
- fineTunes
- fineTuning/jobs
- images
- models
- moderations
- classic
- audio
- transcriptions
- translations
- chat
- completions
- completions
- edits
- embeddings
- files
- fineTunes
- fineTuning
- jobs
- images
- models
- moderations
- models
- rest
- openai_modular/generated/typespec-ts
- review
- src
- api
- models
- rest
- openai_non_branded/generated/typespec-ts
- review
- src
- api
- audio
- transcriptions
- translations
- chat/completions
- completions
- edits
- embeddings
- files
- fineTunes
- fineTuning/jobs
- images
- models
- moderations
- classic
- audio
- transcriptions
- translations
- chat
- completions
- completions
- edits
- embeddings
- files
- fineTunes
- fineTuning
- jobs
- images
- models
- moderations
- models
- rest
- openai/generated/typespec-ts
- review
- src
- overloads_modular/generated/typespec-ts
- review
- src
- api
- fooOperations
- classic/fooOperations
- models
- parametrizedHost
- generated/typespec-ts
- review
- src
- api
- confidentialLedger
- classic
- confidentialLedger
- models
- rest
- schemaRegistry/generated/typespec-ts
- review
- src
- api
- schemaOperations
- classic/schemaOperations
- models
- todo_non_branded/generated/typespec-ts
- review
- src
- translator/generated/typespec-ts
- review
- src
- widget_dpg
- generated/typespec-ts
- review
- sources/generated/src
- api
- budgets
- widgets
- classic
- budgets
- widgets
- models
- src
- api
- budgets
- widgets
- classic
- budgets
- widgets
- models
- spec
- typespec-ts
- src
- modular
- helpers
- transform
- utils
- test
- commands
- integration
- generated
- authentication
- apiKey
- http-custom
- azure
- clientGeneratorCore
- access
- src
- usage
- core-scalar
- core-traits
- src
- core
- src
- client
- naming
- structure
- default
- src
- multi-client
- src
- renamed-operation
- src
- two-operation-group
- src
- dictionary
- enums
- extensible
- fixed
- src
- headers
- clientRequestId
- repeatability
- hello
- lro
- lroCore
- src
- lroRPC
- src
- models
- empty
- inheritance-enum-discriminator
- src
- inheritance-not-discriminated
- inheritance-recursive
- inheritance-single-discriminator
- inheritance
- propertyAdditional
- src
- propertyNullable
- propertyOptional
- propertyTypes
- src
- usage
- visibility
- payload
- media-type
- src
- multipart/src
- projection/src
- resiliency
- srvDriven1
- srvDriven2
- server
- path/multiple/src
- versions/versioned/src
- union-body
- src
- unions
- samples-dev
- src
- modularIntegration
- generated
- arrays/items/src
- api
- booleanValue
- datetimeValue
- durationValue
- float32Value
- int32Value
- int64Value
- modelValue
- nullableFloatValue
- stringValue
- unknownValue
- classic
- booleanValue
- datetimeValue
- durationValue
- float32Value
- int32Value
- int64Value
- modelValue
- nullableFloatValue
- stringValue
- unknownValue
- models
- authentication
- api-key/src
- api
- models
- http-custom/src
- api
- models
- oauth2/src
- api
- models
- union/src
- api
- models
- azure
- clientGeneratorCore
- access
- src
- api
- models
- rest
- usage
- src
- api
- models
- core-scalar
- src
- api
- models
- core-traits
- src
- api
- models
- rest
- core
- src
- api
- models
- rest
- client
- naming
- src
- api
- clientModel
- unionEnum
- classic
- clientModel
- unionEnum
- models
- structure
- default
- src
- api
- bar
- baz/foo
- foo
- qux
- bar
- classic
- bar
- baz
- foo
- foo
- qux
- bar
- models
- rest
- multi-client
- src
- a
- api
- models
- b
- api
- models
- rest
- renamed-operation
- src
- api
- group
- classic/group
- models
- rest
- two-operation-group
- src
- api
- group1
- group2
- classic
- group1
- group2
- models
- rest
- encode
- bytes/src
- api
- header
- property
- query
- requestBody
- responseBody
- classic
- header
- property
- query
- requestBody
- responseBody
- models
- datetime/src
- api
- header
- property
- query
- responseHeader
- classic
- header
- property
- query
- responseHeader
- models
- duration/src
- api
- header
- property
- query
- classic
- header
- property
- query
- models
- enums
- extensible
- src
- api
- string
- classic
- string
- models
- rest
- fixed
- src
- api
- string
- classic
- string
- models
- rest
- headers
- client-request-id/src
- api
- models
- repeatability/generated/src
- api
- models
- lro
- rpc/generated
- src
- api
- models
- rest
- standard/generated
- src
- api
- models
- rest
- models
- empty/generated/src
- api
- models
- inheritance
- enum-discriminator
- src
- api
- models
- rest
- nested-discriminator
- src
- api
- models
- not-discriminated
- src
- api
- models
- recursive/generated/src
- api
- models
- single-discriminator
- src
- api
- models
- propertyTypes/generated/src
- api
- booleanLiteral
- boolean
- bytes
- collectionsInt
- collectionsModel
- collectionsString
- datetime
- decimal128
- decimal
- dictionaryString
- duration
- enum
- extensibleEnum
- floatLiteral
- float
- intLiteral
- int
- model
- never
- stringLiteral
- string
- unionEnumValue
- unionFloatLiteral
- unionIntLiteral
- unionStringLiteral
- unknownArray
- unknownDict
- unknownInt
- unknownString
- classic
- booleanLiteral
- boolean
- bytes
- collectionsInt
- collectionsModel
- collectionsString
- datetime
- decimal128
- decimal
- dictionaryString
- duration
- enum
- extensibleEnum
- floatLiteral
- float
- intLiteral
- int
- model
- never
- stringLiteral
- string
- unionEnumValue
- unionFloatLiteral
- unionIntLiteral
- unionStringLiteral
- unknownArray
- unknownDict
- unknownInt
- unknownString
- models
- rest
- usage/generated/src
- api
- models
- parameters
- body-optionality/src
- api
- optionalExplicit
- classic/optionalExplicit
- models
- collection-format/src
- api
- header
- query
- classic
- header
- query
- models
- spread/src
- api
- alias
- model
- classic
- alias
- model
- models
- payload
- media-type
- src
- api
- stringBody
- classic
- stringBody
- models
- rest
- pageable/src
- api
- models
- scalar/src
- api
- boolean
- decimal128Type
- decimal128Verify
- decimalType
- decimalVerify
- string
- unknown
- classic
- boolean
- decimal128Type
- decimal128Verify
- decimalType
- decimalVerify
- string
- unknown
- models
- serialization/encoded-name/json/src
- api
- models
- server
- endpoint/not-defined/src
- api
- models
- path
- multiple/src
- api
- models
- rest
- single/src
- api
- models
- versions
- not-versioned/src
- api
- models
- versioned/src
- api
- models
- rest
- specialWords
- src
- api
- modelProperties
- models
- operations
- parameters
- classic
- modelProperties
- models
- operations
- parameters
- models
- rest
- unions/src
- api
- enumsOnly
- floatsOnly
- intsOnly
- mixedLiterals
- mixedTypes
- modelsOnly
- stringAndArray
- stringExtensibleNamed
- stringExtensible
- stringsOnly
- classic
- enumsOnly
- floatsOnly
- intsOnly
- mixedLiterals
- mixedTypes
- modelsOnly
- stringAndArray
- stringExtensibleNamed
- stringExtensible
- stringsOnly
- models
- rest
- modularUnit
- nonBrandedIntegration/modular/generated/models/usage/src
- api
- models
- unit
- transform
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
0 commit comments