@typespec/compiler 0.46.0-dev.22 → 0.46.0-dev.23

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.46.0-dev.22",
3
- "commit": "043ee4c4e7e5ebf32309a2a0bc16e8e8e13d7d95"
2
+ "version": "0.46.0-dev.23",
3
+ "commit": "01005d3e3975316005788fc5d1be5005f13bfa9f"
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { AstPath } from "prettier";
2
- import { Node } from "../../core/index.js";
2
+ import { Node } from "../../core/types.js";
3
3
  import { TypeSpecPrettierOptions } from "./types.js";
4
4
  /**
5
5
  * Check if the current path should be wrapped in parentheses
@@ -1,4 +1,4 @@
1
- import { SyntaxKind } from "../../core/index.js";
1
+ import { SyntaxKind } from "../../core/types.js";
2
2
  /**
3
3
  * Check if the current path should be wrapped in parentheses
4
4
  * @param path Prettier print path.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.46.0-dev.22",
3
+ "version": "0.46.0-dev.23",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",