@typespec/compiler 0.52.0-dev.17 → 0.52.0-dev.18

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 CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "0.52.0-dev.17",
3
- "commit": "953e624ad200e3a15cdcac3b42a7425a6c56fcf0"
2
+ "version": "0.52.0-dev.18",
3
+ "commit": "55ea44250db256a5bdec4594f1bf1b68874e6d3c"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.52.0-dev.17",
3
+ "version": "0.52.0-dev.18",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -82,8 +82,9 @@
82
82
  "@typespec/internal-build-utils": "~0.51.0 || >=0.52.0-dev <0.52.0",
83
83
  "eslint": "^8.55.0",
84
84
  "grammarkdown": "~3.3.2",
85
- "vitest": "^1.1.0",
85
+ "vitest": "^1.2.0",
86
86
  "@vitest/coverage-v8": "^1.1.0",
87
+ "@vitest/ui": "~1.1.3",
87
88
  "c8": "~8.0.1",
88
89
  "prettier-plugin-organize-imports": "~3.2.4",
89
90
  "source-map-support": "~0.5.21",
@@ -107,7 +108,7 @@
107
108
  "generate-tmlanguage": "node scripts/generate-tmlanguage.js",
108
109
  "dogfood": "node scripts/dogfood.js",
109
110
  "test": "vitest run",
110
- "test:watch": "vitest -w",
111
+ "test:ui": "vitest --ui",
111
112
  "test-official": "vitest run --coverage --reporter=junit --reporter=default --no-file-parallelism",
112
113
  "e2e": "vitest run --config ./vitest.config.e2e.ts",
113
114
  "gen-manifest": "node scripts/generate-manifest.js",
@@ -1,3 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
3
- //# sourceMappingURL=vitest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.d.ts","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":";AAEA,wBAaG"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
3
- //# sourceMappingURL=vitest.config.e2e.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.e2e.d.ts","sourceRoot":"","sources":["../vitest.config.e2e.ts"],"names":[],"mappings":";AAEA,wBAcG"}
@@ -1,16 +0,0 @@
1
- import { defineConfig } from "vitest/config";
2
- export default defineConfig({
3
- test: {
4
- environment: "node",
5
- testTimeout: 60000,
6
- isolate: false,
7
- coverage: {
8
- reporter: ["cobertura", "json", "text"],
9
- },
10
- outputFile: {
11
- junit: "./test-results.xml",
12
- },
13
- include: ["test/**/*.e2e.ts"],
14
- },
15
- });
16
- //# sourceMappingURL=vitest.config.e2e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.e2e.js","sourceRoot":"","sources":["../vitest.config.e2e.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE;QACJ,WAAW,EAAE,MAAM;QACnB,WAAW,EAAE,KAAM;QACnB,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE;YACR,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC;SACxC;QACD,UAAU,EAAE;YACV,KAAK,EAAE,oBAAoB;SAC5B;QAED,OAAO,EAAE,CAAC,kBAAkB,CAAC;KAC9B;CACF,CAAC,CAAC"}
@@ -1,15 +0,0 @@
1
- import { defineConfig } from "vitest/config";
2
- export default defineConfig({
3
- test: {
4
- environment: "node",
5
- isolate: false,
6
- coverage: {
7
- reporter: ["cobertura", "json", "text"],
8
- },
9
- outputFile: {
10
- junit: "./test-results.xml",
11
- },
12
- include: ["test/**/*.test.ts"],
13
- },
14
- });
15
- //# sourceMappingURL=vitest.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.js","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE;QACJ,WAAW,EAAE,MAAM;QACnB,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE;YACR,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC;SACxC;QACD,UAAU,EAAE;YACV,KAAK,EAAE,oBAAoB;SAC5B;QAED,OAAO,EAAE,CAAC,mBAAmB,CAAC;KAC/B;CACF,CAAC,CAAC"}