@typespec/compiler 0.44.0-dev.6 → 0.44.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest.js +1 -1
- package/lib/lib.tsp +1 -1
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
package/lib/lib.tsp
CHANGED
|
@@ -128,7 +128,7 @@ model Array<T> {}
|
|
|
128
128
|
model Record<T> {}
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
|
-
* Represent a
|
|
131
|
+
* Represent a URL string as described by https://url.spec.whatwg.org/
|
|
132
132
|
*/
|
|
133
133
|
@format("url")
|
|
134
134
|
scalar url extends string;
|