@shapeshift-labs/frontier-lang-compiler 0.2.43 → 0.2.44

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.
@@ -36,7 +36,6 @@ import type { NativeParserAstFormatKind, NativeParserAstFormatProfile, NativePar
36
36
  import type { NativeParserFeatureCategory, NativeParserFeatureCoverageStatus, NativeParserFeatureCoverage, NativeParserFeatureCoverageMap, NativeParserFeatureMergeAssessment, NativeParserFeatureParserRow, NativeParserFeatureLanguageSummary, NativeParserFeatureMatrix, NativeParserFeatureMatrixOptions, NativeParserFeatureMatrixQuery, NativeParserFeatureMatrixQueryResult, NativeImporterAdapterCoverageAggregate } from './native-parser-features.js';
37
37
  import type { NativeImportCoverageLanguage, NativeImportCoverageMatrix, NativeImportCoverageMatrixOptions } from './native-import-coverage.js';
38
38
  import type { ProjectionTargetLossClass, ProjectionSourceProjectionCoverage, ProjectionTargetCoverageEntry, ProjectionTargetLanguageCoverage, ProjectionTargetLossMatrix, ProjectionTargetLossMatrixOptions } from './projection-coverage.js';
39
- import type { ProjectionReadinessMatrix, ProjectionReadinessMatrixOptions, ProjectionReadinessMatrixQuery, ProjectionReadinessMatrixQueryResult } from './projection-readiness.js';
40
39
  import type { UniversalCapabilityLanguageRow, UniversalCapabilityMatrix, UniversalCapabilityMatrixOptions } from './universal-capability.js';
41
40
  import type { UniversalDialectRegistry, UniversalDialectRegistryInput, UniversalDialectRecordInput, UniversalExternRecordInput } from './universal-dialects.js';
42
41
  import type { NativeImportContractSource, NativeImportSourcePreservationRecordSummary, NativeImportSourcePreservationContract, NativeImportAdapterCoverageRecordSummary, NativeImportAdapterCoverageContract, NativeImportRegionSummary, NativeImportSourceMapSummary, NativeImportReadinessContract, NativeImportResultContract, NativeImportResultContractOptions } from './native-import-contracts.js';
@@ -86,8 +85,6 @@ export declare function createNativeParserAstFormatMatrix(options?: NativeParser
86
85
  export declare function createNativeParserFeatureMatrix(options?: NativeParserFeatureMatrixOptions): NativeParserFeatureMatrix;
87
86
  export declare function queryNativeParserFeatureMatrix(matrixOrOptions?: NativeParserFeatureMatrix | NativeParserFeatureMatrixOptions, query?: NativeParserFeatureMatrixQuery): NativeParserFeatureMatrixQueryResult;
88
87
  export declare function createProjectionTargetLossMatrix(options?: ProjectionTargetLossMatrixOptions): ProjectionTargetLossMatrix;
89
- export declare function createProjectionReadinessMatrix(options?: ProjectionReadinessMatrixOptions): ProjectionReadinessMatrix;
90
- export declare function queryProjectionReadinessMatrix(matrixOrOptions?: ProjectionReadinessMatrix | ProjectionReadinessMatrixOptions, query?: ProjectionReadinessMatrixQuery): ProjectionReadinessMatrixQueryResult;
91
88
  export declare function createUniversalCapabilityMatrix(options?: UniversalCapabilityMatrixOptions): UniversalCapabilityMatrix;
92
89
  export declare function createNativeSourcePreservation(options: CreateNativeSourcePreservationOptions): NativeSourcePreservation;
93
90
  export declare function createSemanticImportSidecar(importResult: NativeSourceImportResult | NativeProjectImportResult, options?: SemanticImportSidecarOptions): SemanticImportSidecar;
@@ -24,12 +24,12 @@ const packageRows = [
24
24
  row('@shapeshift-labs/frontier-lang-rust', '0.2.6', 'rust', 'rust-syn', { target: 'rust', proofKeys: ['parserAst', 'sourceMap', 'semanticSidecar', 'macroExpansionEvidence'] }),
25
25
  row('@shapeshift-labs/frontier-lang-python', '0.2.6', 'python', 'python-ast', { target: 'python', formats: ['python-ast', 'libcst'] }),
26
26
  row('@shapeshift-labs/frontier-lang-c', '0.2.6', 'c', 'clang-ast-json', { target: 'c', proofKeys: ['parserAst', 'sourceMap', 'semanticSidecar', 'compileCommandsHash', 'preprocessorRecordsHash'] }),
27
- platform('@shapeshift-labs/frontier-lang-java', '0.1.3', 'java', 'java-ast', ['semanticdb', 'lsp']),
28
- platform('@shapeshift-labs/frontier-lang-kotlin', '0.1.3', 'kotlin', 'kotlin-psi', ['semanticdb', 'lsp']),
29
- platform('@shapeshift-labs/frontier-lang-swift', '0.1.3', 'swift', 'swift-syntax', ['sourcekit-lsp', 'lsp']),
30
- platform('@shapeshift-labs/frontier-lang-csharp', '0.1.3', 'csharp', 'roslyn-csharp', ['lsp']),
31
- platform('@shapeshift-labs/frontier-lang-go', '0.1.3', 'go', 'go-ast', ['lsp']),
32
- platform('@shapeshift-labs/frontier-lang-clang', '0.1.3', 'c', 'clang-ast-json', ['lsp'], {
27
+ platform('@shapeshift-labs/frontier-lang-java', '0.1.4', 'java', 'java-ast', ['semanticdb', 'lsp']),
28
+ platform('@shapeshift-labs/frontier-lang-kotlin', '0.1.4', 'kotlin', 'kotlin-psi', ['semanticdb', 'lsp']),
29
+ platform('@shapeshift-labs/frontier-lang-swift', '0.1.4', 'swift', 'swift-syntax', ['sourcekit-lsp', 'lsp']),
30
+ platform('@shapeshift-labs/frontier-lang-csharp', '0.1.4', 'csharp', 'roslyn-csharp', ['lsp']),
31
+ platform('@shapeshift-labs/frontier-lang-go', '0.1.4', 'go', 'go-ast', ['lsp']),
32
+ platform('@shapeshift-labs/frontier-lang-clang', '0.1.4', 'c', 'clang-ast-json', ['lsp'], {
33
33
  supportedLanguages: ['c', 'cpp'],
34
34
  proofKeys: ['parserAst', 'semanticIndex', 'compileCommandsHash', 'preprocessorRecordsHash']
35
35
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshift-labs/frontier-lang-compiler",
3
- "version": "0.2.43",
3
+ "version": "0.2.44",
4
4
  "description": "Compiler facade for Frontier Lang source documents and language projection adapters.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",