@formspec/analysis 0.1.0-alpha.20

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.
Files changed (53) hide show
  1. package/README.md +14 -0
  2. package/dist/__tests__/comment-syntax.test.d.ts +2 -0
  3. package/dist/__tests__/comment-syntax.test.d.ts.map +1 -0
  4. package/dist/__tests__/compiler-signatures.test.d.ts +2 -0
  5. package/dist/__tests__/compiler-signatures.test.d.ts.map +1 -0
  6. package/dist/__tests__/cursor-context.test.d.ts +2 -0
  7. package/dist/__tests__/cursor-context.test.d.ts.map +1 -0
  8. package/dist/__tests__/file-snapshots.test.d.ts +2 -0
  9. package/dist/__tests__/file-snapshots.test.d.ts.map +1 -0
  10. package/dist/__tests__/helpers.d.ts +7 -0
  11. package/dist/__tests__/helpers.d.ts.map +1 -0
  12. package/dist/__tests__/semantic-protocol.test.d.ts +2 -0
  13. package/dist/__tests__/semantic-protocol.test.d.ts.map +1 -0
  14. package/dist/__tests__/semantic-targets.test.d.ts +2 -0
  15. package/dist/__tests__/semantic-targets.test.d.ts.map +1 -0
  16. package/dist/__tests__/tag-registry.test.d.ts +2 -0
  17. package/dist/__tests__/tag-registry.test.d.ts.map +1 -0
  18. package/dist/__tests__/tag-value-parser.test.d.ts +2 -0
  19. package/dist/__tests__/tag-value-parser.test.d.ts.map +1 -0
  20. package/dist/__tests__/ts-binding.test.d.ts +2 -0
  21. package/dist/__tests__/ts-binding.test.d.ts.map +1 -0
  22. package/dist/analysis.d.ts +812 -0
  23. package/dist/comment-syntax.d.ts +43 -0
  24. package/dist/comment-syntax.d.ts.map +1 -0
  25. package/dist/compiler-signatures.d.ts +100 -0
  26. package/dist/compiler-signatures.d.ts.map +1 -0
  27. package/dist/cursor-context.d.ts +89 -0
  28. package/dist/cursor-context.d.ts.map +1 -0
  29. package/dist/file-snapshots.d.ts +18 -0
  30. package/dist/file-snapshots.d.ts.map +1 -0
  31. package/dist/index.cjs +3582 -0
  32. package/dist/index.cjs.map +1 -0
  33. package/dist/index.d.ts +20 -0
  34. package/dist/index.d.ts.map +1 -0
  35. package/dist/index.js +3497 -0
  36. package/dist/index.js.map +1 -0
  37. package/dist/path-target.d.ts +11 -0
  38. package/dist/path-target.d.ts.map +1 -0
  39. package/dist/semantic-protocol.d.ts +234 -0
  40. package/dist/semantic-protocol.d.ts.map +1 -0
  41. package/dist/semantic-targets.d.ts +86 -0
  42. package/dist/semantic-targets.d.ts.map +1 -0
  43. package/dist/source-bindings.d.ts +21 -0
  44. package/dist/source-bindings.d.ts.map +1 -0
  45. package/dist/tag-registry.d.ts +46 -0
  46. package/dist/tag-registry.d.ts.map +1 -0
  47. package/dist/tag-value-parser.d.ts +20 -0
  48. package/dist/tag-value-parser.d.ts.map +1 -0
  49. package/dist/ts-binding.d.ts +28 -0
  50. package/dist/ts-binding.d.ts.map +1 -0
  51. package/dist/workspace-runtime.d.ts +15 -0
  52. package/dist/workspace-runtime.d.ts.map +1 -0
  53. package/package.json +42 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @formspec/analysis
2
+
3
+ Shared comment-tag analysis utilities for FormSpec tooling.
4
+
5
+ This package centralizes:
6
+
7
+ - FormSpec tag registry metadata
8
+ - hover/completion-facing tag documentation
9
+ - target-centric constraint-site resolution
10
+ - semantic validation for resolved constraint targets
11
+
12
+ ## License
13
+
14
+ UNLICENSED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=comment-syntax.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-syntax.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/comment-syntax.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=compiler-signatures.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compiler-signatures.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/compiler-signatures.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=cursor-context.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor-context.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cursor-context.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=file-snapshots.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-snapshots.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/file-snapshots.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import * as ts from "typescript";
2
+ export declare function createProgram(sourceText: string, fileName?: string): {
3
+ checker: ts.TypeChecker;
4
+ sourceFile: ts.SourceFile;
5
+ program: ts.Program;
6
+ };
7
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/__tests__/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAEjC,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,SAAyB;;;;EAmClF"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=semantic-protocol.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"semantic-protocol.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/semantic-protocol.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=semantic-targets.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"semantic-targets.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/semantic-targets.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=tag-registry.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-registry.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/tag-registry.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=tag-value-parser.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-value-parser.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/tag-value-parser.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ts-binding.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ts-binding.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/ts-binding.test.ts"],"names":[],"mappings":""}