@volar/language-core 1.4.0-alpha.3 → 1.4.0-alpha.5

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/out/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2
3
  if (k2 === undefined) k2 = k;
3
4
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  Object.defineProperty(exports, "__esModule", { value: true });
2
3
  exports.createLanguageContext = void 0;
3
4
  const path_1 = require("path");
package/out/sourceMaps.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  Object.defineProperty(exports, "__esModule", { value: true });
2
3
  exports.MirrorMap = void 0;
3
4
  const SourceMaps = require("@volar/source-map");
package/out/types.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  Object.defineProperty(exports, "__esModule", { value: true });
2
3
  exports.FileKind = exports.MirrorBehaviorCapabilities = exports.FileRangeCapabilities = exports.FileCapabilities = void 0;
3
4
  var FileCapabilities;
@@ -1,6 +1,7 @@
1
1
  import { SourceMap } from '@volar/source-map';
2
+ import type * as ts from 'typescript/lib/tsserverlibrary';
2
3
  import { MirrorMap } from './sourceMaps';
3
- import type { LanguageModule, FileRangeCapabilities, VirtualFile } from './types';
4
+ import type { FileRangeCapabilities, LanguageModule, VirtualFile } from './types';
4
5
  export type VirtualFiles = ReturnType<typeof createVirtualFiles>;
5
6
  export interface Source {
6
7
  fileName: string;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  Object.defineProperty(exports, "__esModule", { value: true });
2
3
  exports.forEachEmbeddedFile = exports.createVirtualFiles = void 0;
3
4
  const source_map_1 = require("@volar/source-map");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volar/language-core",
3
- "version": "1.4.0-alpha.3",
3
+ "version": "1.4.0-alpha.5",
4
4
  "main": "out/index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -13,7 +13,7 @@
13
13
  "directory": "packages/language-core"
14
14
  },
15
15
  "dependencies": {
16
- "@volar/source-map": "1.4.0-alpha.3"
16
+ "@volar/source-map": "1.4.0-alpha.5"
17
17
  },
18
- "gitHead": "033129d71b355a0f5bbf514c6887ed3a6e083c21"
18
+ "gitHead": "85378fe538a34f18fa3f45784d5d5a72cbf2a54c"
19
19
  }