@teambit/typescript 1.0.167 → 1.0.168

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 (38) hide show
  1. package/artifacts/__bit_junit.xml +20 -20
  2. package/artifacts/preview/teambit_typescript_typescript-preview.js +1 -1
  3. package/artifacts/schema.json +408 -408
  4. package/dist/preview-1708259356169.js +7 -0
  5. package/dist/transformers/array-literal-expression.d.ts +9 -0
  6. package/dist/transformers/array-literal-expression.js +51 -0
  7. package/dist/transformers/array-literal-expression.js.map +1 -0
  8. package/dist/transformers/class-declaration.js +2 -1
  9. package/dist/transformers/class-declaration.js.map +1 -1
  10. package/dist/transformers/decorator.d.ts +10 -0
  11. package/dist/transformers/decorator.js +54 -0
  12. package/dist/transformers/decorator.js.map +1 -0
  13. package/dist/transformers/function-like.js +2 -1
  14. package/dist/transformers/function-like.js.map +1 -1
  15. package/dist/transformers/index.d.ts +5 -0
  16. package/dist/transformers/index.js +65 -0
  17. package/dist/transformers/index.js.map +1 -1
  18. package/dist/transformers/literal-value.d.ts +10 -0
  19. package/dist/transformers/literal-value.js +35 -0
  20. package/dist/transformers/literal-value.js.map +1 -0
  21. package/dist/transformers/object-literal-expression.d.ts +8 -0
  22. package/dist/transformers/object-literal-expression.js +51 -0
  23. package/dist/transformers/object-literal-expression.js.map +1 -0
  24. package/dist/transformers/property-assignment.d.ts +9 -0
  25. package/dist/transformers/property-assignment.js +39 -0
  26. package/dist/transformers/property-assignment.js.map +1 -0
  27. package/dist/typescript.main.runtime.js +1 -1
  28. package/dist/typescript.main.runtime.js.map +1 -1
  29. package/package.json +16 -16
  30. package/transformers/array-literal-expression.ts +32 -0
  31. package/transformers/class-declaration.ts +5 -1
  32. package/transformers/decorator.ts +28 -0
  33. package/transformers/function-like.ts +5 -1
  34. package/transformers/index.ts +5 -0
  35. package/transformers/literal-value.ts +37 -0
  36. package/transformers/object-literal-expression.ts +27 -0
  37. package/transformers/property-assignment.ts +23 -0
  38. package/dist/preview-1707967207539.js +0 -7
@@ -960,7 +960,7 @@
960
960
  "_legacy": {
961
961
  "scope": "teambit.typescript",
962
962
  "name": "typescript",
963
- "version": "1.0.167"
963
+ "version": "1.0.168"
964
964
  },
965
965
  "_scope": "teambit.typescript"
966
966
  }
@@ -1617,7 +1617,7 @@
1617
1617
  "_legacy": {
1618
1618
  "scope": "teambit.typescript",
1619
1619
  "name": "typescript",
1620
- "version": "1.0.167"
1620
+ "version": "1.0.168"
1621
1621
  },
1622
1622
  "_scope": "teambit.typescript"
1623
1623
  }
@@ -1629,7 +1629,7 @@
1629
1629
  "__schema": "ClassSchema",
1630
1630
  "location": {
1631
1631
  "filePath": "typescript.main.runtime.ts",
1632
- "line": 94,
1632
+ "line": 99,
1633
1633
  "character": 1
1634
1634
  },
1635
1635
  "signature": "class TypescriptMain",
@@ -1639,7 +1639,7 @@
1639
1639
  "__schema": "ConstructorSchema",
1640
1640
  "location": {
1641
1641
  "filePath": "typescript.main.runtime.ts",
1642
- "line": 95,
1642
+ "line": 100,
1643
1643
  "character": 3
1644
1644
  },
1645
1645
  "signature": "constructor TypescriptMain(logger: Logger, schemaTransformerSlot: SchemaTransformerSlot, apiTransformerSlot: APITransformerSlot, workspace: Workspace, scope: ScopeMain, depResolver: DependencyResolverMain, envs: EnvsMain, tsConfigWriter: TsconfigWriter, aspectLoader: AspectLoaderMain): TypescriptMain",
@@ -1649,7 +1649,7 @@
1649
1649
  "__schema": "ParameterSchema",
1650
1650
  "location": {
1651
1651
  "filePath": "typescript.main.runtime.ts",
1652
- "line": 96,
1652
+ "line": 101,
1653
1653
  "character": 5
1654
1654
  },
1655
1655
  "name": "logger",
@@ -1657,7 +1657,7 @@
1657
1657
  "__schema": "TypeRefSchema",
1658
1658
  "location": {
1659
1659
  "filePath": "typescript.main.runtime.ts",
1660
- "line": 96,
1660
+ "line": 101,
1661
1661
  "character": 21
1662
1662
  },
1663
1663
  "name": "Logger"
@@ -1669,7 +1669,7 @@
1669
1669
  "__schema": "ParameterSchema",
1670
1670
  "location": {
1671
1671
  "filePath": "typescript.main.runtime.ts",
1672
- "line": 97,
1672
+ "line": 102,
1673
1673
  "character": 5
1674
1674
  },
1675
1675
  "name": "schemaTransformerSlot",
@@ -1677,7 +1677,7 @@
1677
1677
  "__schema": "TypeRefSchema",
1678
1678
  "location": {
1679
1679
  "filePath": "typescript.main.runtime.ts",
1680
- "line": 97,
1680
+ "line": 102,
1681
1681
  "character": 37
1682
1682
  },
1683
1683
  "name": "SchemaTransformerSlot"
@@ -1689,7 +1689,7 @@
1689
1689
  "__schema": "ParameterSchema",
1690
1690
  "location": {
1691
1691
  "filePath": "typescript.main.runtime.ts",
1692
- "line": 98,
1692
+ "line": 103,
1693
1693
  "character": 5
1694
1694
  },
1695
1695
  "name": "apiTransformerSlot",
@@ -1697,7 +1697,7 @@
1697
1697
  "__schema": "TypeRefSchema",
1698
1698
  "location": {
1699
1699
  "filePath": "typescript.main.runtime.ts",
1700
- "line": 98,
1700
+ "line": 103,
1701
1701
  "character": 34
1702
1702
  },
1703
1703
  "name": "APITransformerSlot"
@@ -1709,7 +1709,7 @@
1709
1709
  "__schema": "ParameterSchema",
1710
1710
  "location": {
1711
1711
  "filePath": "typescript.main.runtime.ts",
1712
- "line": 99,
1712
+ "line": 104,
1713
1713
  "character": 5
1714
1714
  },
1715
1715
  "name": "workspace",
@@ -1717,7 +1717,7 @@
1717
1717
  "__schema": "TypeRefSchema",
1718
1718
  "location": {
1719
1719
  "filePath": "typescript.main.runtime.ts",
1720
- "line": 99,
1720
+ "line": 104,
1721
1721
  "character": 25
1722
1722
  },
1723
1723
  "name": "Workspace"
@@ -1729,7 +1729,7 @@
1729
1729
  "__schema": "ParameterSchema",
1730
1730
  "location": {
1731
1731
  "filePath": "typescript.main.runtime.ts",
1732
- "line": 100,
1732
+ "line": 105,
1733
1733
  "character": 5
1734
1734
  },
1735
1735
  "name": "scope",
@@ -1737,7 +1737,7 @@
1737
1737
  "__schema": "TypeRefSchema",
1738
1738
  "location": {
1739
1739
  "filePath": "typescript.main.runtime.ts",
1740
- "line": 100,
1740
+ "line": 105,
1741
1741
  "character": 21
1742
1742
  },
1743
1743
  "name": "ScopeMain"
@@ -1749,7 +1749,7 @@
1749
1749
  "__schema": "ParameterSchema",
1750
1750
  "location": {
1751
1751
  "filePath": "typescript.main.runtime.ts",
1752
- "line": 101,
1752
+ "line": 106,
1753
1753
  "character": 5
1754
1754
  },
1755
1755
  "name": "depResolver",
@@ -1757,7 +1757,7 @@
1757
1757
  "__schema": "TypeRefSchema",
1758
1758
  "location": {
1759
1759
  "filePath": "typescript.main.runtime.ts",
1760
- "line": 101,
1760
+ "line": 106,
1761
1761
  "character": 27
1762
1762
  },
1763
1763
  "name": "DependencyResolverMain"
@@ -1769,7 +1769,7 @@
1769
1769
  "__schema": "ParameterSchema",
1770
1770
  "location": {
1771
1771
  "filePath": "typescript.main.runtime.ts",
1772
- "line": 102,
1772
+ "line": 107,
1773
1773
  "character": 5
1774
1774
  },
1775
1775
  "name": "envs",
@@ -1777,7 +1777,7 @@
1777
1777
  "__schema": "TypeRefSchema",
1778
1778
  "location": {
1779
1779
  "filePath": "typescript.main.runtime.ts",
1780
- "line": 102,
1780
+ "line": 107,
1781
1781
  "character": 19
1782
1782
  },
1783
1783
  "name": "EnvsMain"
@@ -1789,7 +1789,7 @@
1789
1789
  "__schema": "ParameterSchema",
1790
1790
  "location": {
1791
1791
  "filePath": "typescript.main.runtime.ts",
1792
- "line": 103,
1792
+ "line": 108,
1793
1793
  "character": 5
1794
1794
  },
1795
1795
  "name": "tsConfigWriter",
@@ -1797,7 +1797,7 @@
1797
1797
  "__schema": "TypeRefSchema",
1798
1798
  "location": {
1799
1799
  "filePath": "typescript.main.runtime.ts",
1800
- "line": 103,
1800
+ "line": 108,
1801
1801
  "character": 29
1802
1802
  },
1803
1803
  "name": "TsconfigWriter"
@@ -1809,7 +1809,7 @@
1809
1809
  "__schema": "ParameterSchema",
1810
1810
  "location": {
1811
1811
  "filePath": "typescript.main.runtime.ts",
1812
- "line": 104,
1812
+ "line": 109,
1813
1813
  "character": 5
1814
1814
  },
1815
1815
  "name": "aspectLoader",
@@ -1817,7 +1817,7 @@
1817
1817
  "__schema": "TypeRefSchema",
1818
1818
  "location": {
1819
1819
  "filePath": "typescript.main.runtime.ts",
1820
- "line": 104,
1820
+ "line": 109,
1821
1821
  "character": 27
1822
1822
  },
1823
1823
  "name": "AspectLoaderMain"
@@ -1830,7 +1830,7 @@
1830
1830
  "__schema": "ThisTypeSchema",
1831
1831
  "location": {
1832
1832
  "filePath": "typescript.main.runtime.ts",
1833
- "line": 94,
1833
+ "line": 99,
1834
1834
  "character": 1
1835
1835
  },
1836
1836
  "name": "TypescriptMain"
@@ -1841,14 +1841,14 @@
1841
1841
  "__schema": "FunctionLikeSchema",
1842
1842
  "location": {
1843
1843
  "filePath": "typescript.main.runtime.ts",
1844
- "line": 111,
1844
+ "line": 116,
1845
1845
  "character": 3
1846
1846
  },
1847
1847
  "doc": {
1848
1848
  "__schema": "DocSchema",
1849
1849
  "location": {
1850
1850
  "filePath": "typescript.main.runtime.ts",
1851
- "line": 108,
1851
+ "line": 113,
1852
1852
  "character": 3
1853
1853
  },
1854
1854
  "raw": "/**\n * create a new compiler.\n */",
@@ -1861,7 +1861,7 @@
1861
1861
  "__schema": "ParameterSchema",
1862
1862
  "location": {
1863
1863
  "filePath": "typescript.main.runtime.ts",
1864
- "line": 112,
1864
+ "line": 117,
1865
1865
  "character": 5
1866
1866
  },
1867
1867
  "name": "options",
@@ -1869,7 +1869,7 @@
1869
1869
  "__schema": "TypeRefSchema",
1870
1870
  "location": {
1871
1871
  "filePath": "typescript.main.runtime.ts",
1872
- "line": 112,
1872
+ "line": 117,
1873
1873
  "character": 14
1874
1874
  },
1875
1875
  "name": "TypeScriptCompilerOptions"
@@ -1881,7 +1881,7 @@
1881
1881
  "__schema": "ParameterSchema",
1882
1882
  "location": {
1883
1883
  "filePath": "typescript.main.runtime.ts",
1884
- "line": 113,
1884
+ "line": 118,
1885
1885
  "character": 5
1886
1886
  },
1887
1887
  "name": "transformers",
@@ -1889,14 +1889,14 @@
1889
1889
  "__schema": "TypeArraySchema",
1890
1890
  "location": {
1891
1891
  "filePath": "typescript.main.runtime.ts",
1892
- "line": 113,
1892
+ "line": 118,
1893
1893
  "character": 19
1894
1894
  },
1895
1895
  "type": {
1896
1896
  "__schema": "TypeRefSchema",
1897
1897
  "location": {
1898
1898
  "filePath": "typescript.main.runtime.ts",
1899
- "line": 113,
1899
+ "line": 118,
1900
1900
  "character": 19
1901
1901
  },
1902
1902
  "name": "TsConfigTransformer"
@@ -1910,7 +1910,7 @@
1910
1910
  "__schema": "ParameterSchema",
1911
1911
  "location": {
1912
1912
  "filePath": "typescript.main.runtime.ts",
1913
- "line": 114,
1913
+ "line": 119,
1914
1914
  "character": 5
1915
1915
  },
1916
1916
  "name": "tsModule",
@@ -1918,7 +1918,7 @@
1918
1918
  "__schema": "InferenceTypeSchema",
1919
1919
  "location": {
1920
1920
  "filePath": "typescript.main.runtime.ts",
1921
- "line": 114,
1921
+ "line": 119,
1922
1922
  "character": 5
1923
1923
  },
1924
1924
  "type": "typeof ts"
@@ -1932,7 +1932,7 @@
1932
1932
  "__schema": "TypeRefSchema",
1933
1933
  "location": {
1934
1934
  "filePath": "typescript.main.runtime.ts",
1935
- "line": 111,
1935
+ "line": 116,
1936
1936
  "character": 3
1937
1937
  },
1938
1938
  "name": "Compiler",
@@ -1947,14 +1947,14 @@
1947
1947
  "__schema": "FunctionLikeSchema",
1948
1948
  "location": {
1949
1949
  "filePath": "typescript.main.runtime.ts",
1950
- "line": 125,
1950
+ "line": 130,
1951
1951
  "character": 3
1952
1952
  },
1953
1953
  "doc": {
1954
1954
  "__schema": "DocSchema",
1955
1955
  "location": {
1956
1956
  "filePath": "typescript.main.runtime.ts",
1957
- "line": 122,
1957
+ "line": 127,
1958
1958
  "character": 3
1959
1959
  },
1960
1960
  "raw": "/**\n * get TsserverClient instance if initiated already, otherwise, return undefined.\n */",
@@ -1967,7 +1967,7 @@
1967
1967
  "__schema": "TypeUnionSchema",
1968
1968
  "location": {
1969
1969
  "filePath": "typescript.main.runtime.ts",
1970
- "line": 125,
1970
+ "line": 130,
1971
1971
  "character": 24
1972
1972
  },
1973
1973
  "types": [
@@ -1975,7 +1975,7 @@
1975
1975
  "__schema": "TypeRefSchema",
1976
1976
  "location": {
1977
1977
  "filePath": "typescript.main.runtime.ts",
1978
- "line": 125,
1978
+ "line": 130,
1979
1979
  "character": 24
1980
1980
  },
1981
1981
  "name": "TsserverClient"
@@ -1984,7 +1984,7 @@
1984
1984
  "__schema": "KeywordTypeSchema",
1985
1985
  "location": {
1986
1986
  "filePath": "typescript.main.runtime.ts",
1987
- "line": 125,
1987
+ "line": 130,
1988
1988
  "character": 41
1989
1989
  },
1990
1990
  "name": "undefined"
@@ -1997,7 +1997,7 @@
1997
1997
  "__schema": "FunctionLikeSchema",
1998
1998
  "location": {
1999
1999
  "filePath": "typescript.main.runtime.ts",
2000
- "line": 129,
2000
+ "line": 134,
2001
2001
  "character": 3
2002
2002
  },
2003
2003
  "signature": "(method) TypescriptMain.registerSchemaTransformer(transformers: SchemaTransformer[]): this",
@@ -2007,7 +2007,7 @@
2007
2007
  "__schema": "ParameterSchema",
2008
2008
  "location": {
2009
2009
  "filePath": "typescript.main.runtime.ts",
2010
- "line": 129,
2010
+ "line": 134,
2011
2011
  "character": 29
2012
2012
  },
2013
2013
  "name": "transformers",
@@ -2015,14 +2015,14 @@
2015
2015
  "__schema": "TypeArraySchema",
2016
2016
  "location": {
2017
2017
  "filePath": "typescript.main.runtime.ts",
2018
- "line": 129,
2018
+ "line": 134,
2019
2019
  "character": 43
2020
2020
  },
2021
2021
  "type": {
2022
2022
  "__schema": "TypeRefSchema",
2023
2023
  "location": {
2024
2024
  "filePath": "typescript.main.runtime.ts",
2025
- "line": 129,
2025
+ "line": 134,
2026
2026
  "character": 43
2027
2027
  },
2028
2028
  "name": "SchemaTransformer"
@@ -2036,7 +2036,7 @@
2036
2036
  "__schema": "TypeRefSchema",
2037
2037
  "location": {
2038
2038
  "filePath": "typescript.main.runtime.ts",
2039
- "line": 129,
2039
+ "line": 134,
2040
2040
  "character": 3
2041
2041
  },
2042
2042
  "name": "TypescriptMain"
@@ -2047,7 +2047,7 @@
2047
2047
  "__schema": "FunctionLikeSchema",
2048
2048
  "location": {
2049
2049
  "filePath": "typescript.main.runtime.ts",
2050
- "line": 134,
2050
+ "line": 139,
2051
2051
  "character": 3
2052
2052
  },
2053
2053
  "signature": "(method) TypescriptMain.registerApiTransformer(transformers: SchemaNodeTransformer[]): this",
@@ -2057,7 +2057,7 @@
2057
2057
  "__schema": "ParameterSchema",
2058
2058
  "location": {
2059
2059
  "filePath": "typescript.main.runtime.ts",
2060
- "line": 134,
2060
+ "line": 139,
2061
2061
  "character": 26
2062
2062
  },
2063
2063
  "name": "transformers",
@@ -2065,14 +2065,14 @@
2065
2065
  "__schema": "TypeArraySchema",
2066
2066
  "location": {
2067
2067
  "filePath": "typescript.main.runtime.ts",
2068
- "line": 134,
2068
+ "line": 139,
2069
2069
  "character": 40
2070
2070
  },
2071
2071
  "type": {
2072
2072
  "__schema": "TypeRefSchema",
2073
2073
  "location": {
2074
2074
  "filePath": "typescript.main.runtime.ts",
2075
- "line": 134,
2075
+ "line": 139,
2076
2076
  "character": 40
2077
2077
  },
2078
2078
  "name": "SchemaNodeTransformer"
@@ -2086,7 +2086,7 @@
2086
2086
  "__schema": "TypeRefSchema",
2087
2087
  "location": {
2088
2088
  "filePath": "typescript.main.runtime.ts",
2089
- "line": 134,
2089
+ "line": 139,
2090
2090
  "character": 3
2091
2091
  },
2092
2092
  "name": "TypescriptMain"
@@ -2097,14 +2097,14 @@
2097
2097
  "__schema": "FunctionLikeSchema",
2098
2098
  "location": {
2099
2099
  "filePath": "typescript.main.runtime.ts",
2100
- "line": 146,
2100
+ "line": 151,
2101
2101
  "character": 3
2102
2102
  },
2103
2103
  "doc": {
2104
2104
  "__schema": "DocSchema",
2105
2105
  "location": {
2106
2106
  "filePath": "typescript.main.runtime.ts",
2107
- "line": 139,
2107
+ "line": 144,
2108
2108
  "character": 3
2109
2109
  },
2110
2110
  "raw": "/**\n * starts a tsserver process to communicate with its API.\n * @param projectPath absolute path of the project root directory\n * @param options TsserverClientOpts\n * @param files optionally, if check-types is enabled, provide files to open and type check.\n * @returns TsserverClient\n */",
@@ -2114,7 +2114,7 @@
2114
2114
  "__schema": "PropertyLikeTagSchema",
2115
2115
  "location": {
2116
2116
  "filePath": "typescript.main.runtime.ts",
2117
- "line": 141,
2117
+ "line": 146,
2118
2118
  "character": 6
2119
2119
  },
2120
2120
  "name": "projectPath",
@@ -2125,7 +2125,7 @@
2125
2125
  "__schema": "PropertyLikeTagSchema",
2126
2126
  "location": {
2127
2127
  "filePath": "typescript.main.runtime.ts",
2128
- "line": 142,
2128
+ "line": 147,
2129
2129
  "character": 6
2130
2130
  },
2131
2131
  "name": "options",
@@ -2136,7 +2136,7 @@
2136
2136
  "__schema": "PropertyLikeTagSchema",
2137
2137
  "location": {
2138
2138
  "filePath": "typescript.main.runtime.ts",
2139
- "line": 143,
2139
+ "line": 148,
2140
2140
  "character": 6
2141
2141
  },
2142
2142
  "name": "files",
@@ -2147,7 +2147,7 @@
2147
2147
  "__schema": "ReturnTagSchema",
2148
2148
  "location": {
2149
2149
  "filePath": "typescript.main.runtime.ts",
2150
- "line": 144,
2150
+ "line": 149,
2151
2151
  "character": 6
2152
2152
  },
2153
2153
  "tagName": "return",
@@ -2162,7 +2162,7 @@
2162
2162
  "__schema": "ParameterSchema",
2163
2163
  "location": {
2164
2164
  "filePath": "typescript.main.runtime.ts",
2165
- "line": 147,
2165
+ "line": 152,
2166
2166
  "character": 5
2167
2167
  },
2168
2168
  "name": "projectPath",
@@ -2170,7 +2170,7 @@
2170
2170
  "__schema": "KeywordTypeSchema",
2171
2171
  "location": {
2172
2172
  "filePath": "typescript.main.runtime.ts",
2173
- "line": 147,
2173
+ "line": 152,
2174
2174
  "character": 18
2175
2175
  },
2176
2176
  "name": "string"
@@ -2182,7 +2182,7 @@
2182
2182
  "__schema": "ParameterSchema",
2183
2183
  "location": {
2184
2184
  "filePath": "typescript.main.runtime.ts",
2185
- "line": 148,
2185
+ "line": 153,
2186
2186
  "character": 5
2187
2187
  },
2188
2188
  "name": "options",
@@ -2190,7 +2190,7 @@
2190
2190
  "__schema": "TypeRefSchema",
2191
2191
  "location": {
2192
2192
  "filePath": "typescript.main.runtime.ts",
2193
- "line": 148,
2193
+ "line": 153,
2194
2194
  "character": 14
2195
2195
  },
2196
2196
  "name": "TsserverClientOpts"
@@ -2203,7 +2203,7 @@
2203
2203
  "__schema": "ParameterSchema",
2204
2204
  "location": {
2205
2205
  "filePath": "typescript.main.runtime.ts",
2206
- "line": 149,
2206
+ "line": 154,
2207
2207
  "character": 5
2208
2208
  },
2209
2209
  "name": "files",
@@ -2211,14 +2211,14 @@
2211
2211
  "__schema": "TypeArraySchema",
2212
2212
  "location": {
2213
2213
  "filePath": "typescript.main.runtime.ts",
2214
- "line": 149,
2214
+ "line": 154,
2215
2215
  "character": 12
2216
2216
  },
2217
2217
  "type": {
2218
2218
  "__schema": "KeywordTypeSchema",
2219
2219
  "location": {
2220
2220
  "filePath": "typescript.main.runtime.ts",
2221
- "line": 149,
2221
+ "line": 154,
2222
2222
  "character": 12
2223
2223
  },
2224
2224
  "name": "string"
@@ -2233,7 +2233,7 @@
2233
2233
  "__schema": "TypeRefSchema",
2234
2234
  "location": {
2235
2235
  "filePath": "typescript.main.runtime.ts",
2236
- "line": 150,
2236
+ "line": 155,
2237
2237
  "character": 6
2238
2238
  },
2239
2239
  "name": "Promise",
@@ -2242,7 +2242,7 @@
2242
2242
  "__schema": "TypeRefSchema",
2243
2243
  "location": {
2244
2244
  "filePath": "typescript.main.runtime.ts",
2245
- "line": 150,
2245
+ "line": 155,
2246
2246
  "character": 14
2247
2247
  },
2248
2248
  "name": "TsserverClient"
@@ -2257,14 +2257,14 @@
2257
2257
  "__schema": "FunctionLikeSchema",
2258
2258
  "location": {
2259
2259
  "filePath": "typescript.main.runtime.ts",
2260
- "line": 162,
2260
+ "line": 167,
2261
2261
  "character": 3
2262
2262
  },
2263
2263
  "doc": {
2264
2264
  "__schema": "DocSchema",
2265
2265
  "location": {
2266
2266
  "filePath": "typescript.main.runtime.ts",
2267
- "line": 156,
2267
+ "line": 161,
2268
2268
  "character": 3
2269
2269
  },
2270
2270
  "raw": "/**\n * starts a tsserver process to communicate with its API. use only when running on the workspace.\n * @param options TsserverClientOpts\n * @param files optionally, if check-types is enabled, provide files to open and type check.\n * @returns TsserverClient\n */",
@@ -2274,7 +2274,7 @@
2274
2274
  "__schema": "PropertyLikeTagSchema",
2275
2275
  "location": {
2276
2276
  "filePath": "typescript.main.runtime.ts",
2277
- "line": 158,
2277
+ "line": 163,
2278
2278
  "character": 6
2279
2279
  },
2280
2280
  "name": "options",
@@ -2285,7 +2285,7 @@
2285
2285
  "__schema": "PropertyLikeTagSchema",
2286
2286
  "location": {
2287
2287
  "filePath": "typescript.main.runtime.ts",
2288
- "line": 159,
2288
+ "line": 164,
2289
2289
  "character": 6
2290
2290
  },
2291
2291
  "name": "files",
@@ -2296,7 +2296,7 @@
2296
2296
  "__schema": "ReturnTagSchema",
2297
2297
  "location": {
2298
2298
  "filePath": "typescript.main.runtime.ts",
2299
- "line": 160,
2299
+ "line": 165,
2300
2300
  "character": 6
2301
2301
  },
2302
2302
  "tagName": "return",
@@ -2311,7 +2311,7 @@
2311
2311
  "__schema": "ParameterSchema",
2312
2312
  "location": {
2313
2313
  "filePath": "typescript.main.runtime.ts",
2314
- "line": 163,
2314
+ "line": 168,
2315
2315
  "character": 5
2316
2316
  },
2317
2317
  "name": "options",
@@ -2319,7 +2319,7 @@
2319
2319
  "__schema": "TypeRefSchema",
2320
2320
  "location": {
2321
2321
  "filePath": "typescript.main.runtime.ts",
2322
- "line": 163,
2322
+ "line": 168,
2323
2323
  "character": 14
2324
2324
  },
2325
2325
  "name": "TsserverClientOpts"
@@ -2332,7 +2332,7 @@
2332
2332
  "__schema": "ParameterSchema",
2333
2333
  "location": {
2334
2334
  "filePath": "typescript.main.runtime.ts",
2335
- "line": 164,
2335
+ "line": 169,
2336
2336
  "character": 5
2337
2337
  },
2338
2338
  "name": "files",
@@ -2340,14 +2340,14 @@
2340
2340
  "__schema": "TypeArraySchema",
2341
2341
  "location": {
2342
2342
  "filePath": "typescript.main.runtime.ts",
2343
- "line": 164,
2343
+ "line": 169,
2344
2344
  "character": 12
2345
2345
  },
2346
2346
  "type": {
2347
2347
  "__schema": "KeywordTypeSchema",
2348
2348
  "location": {
2349
2349
  "filePath": "typescript.main.runtime.ts",
2350
- "line": 164,
2350
+ "line": 169,
2351
2351
  "character": 12
2352
2352
  },
2353
2353
  "name": "string"
@@ -2362,7 +2362,7 @@
2362
2362
  "__schema": "TypeRefSchema",
2363
2363
  "location": {
2364
2364
  "filePath": "typescript.main.runtime.ts",
2365
- "line": 165,
2365
+ "line": 170,
2366
2366
  "character": 6
2367
2367
  },
2368
2368
  "name": "Promise",
@@ -2371,7 +2371,7 @@
2371
2371
  "__schema": "TypeRefSchema",
2372
2372
  "location": {
2373
2373
  "filePath": "typescript.main.runtime.ts",
2374
- "line": 165,
2374
+ "line": 170,
2375
2375
  "character": 14
2376
2376
  },
2377
2377
  "name": "TsserverClient"
@@ -2386,14 +2386,14 @@
2386
2386
  "__schema": "FunctionLikeSchema",
2387
2387
  "location": {
2388
2388
  "filePath": "typescript.main.runtime.ts",
2389
- "line": 179,
2389
+ "line": 184,
2390
2390
  "character": 3
2391
2391
  },
2392
2392
  "doc": {
2393
2393
  "__schema": "DocSchema",
2394
2394
  "location": {
2395
2395
  "filePath": "typescript.main.runtime.ts",
2396
- "line": 172,
2396
+ "line": 177,
2397
2397
  "character": 3
2398
2398
  },
2399
2399
  "raw": "/**\n * Create a compiler instance and run the cjs transformer for it\n * @param options\n * @param transformers\n * @param tsModule\n * @returns\n */",
@@ -2403,7 +2403,7 @@
2403
2403
  "__schema": "PropertyLikeTagSchema",
2404
2404
  "location": {
2405
2405
  "filePath": "typescript.main.runtime.ts",
2406
- "line": 174,
2406
+ "line": 179,
2407
2407
  "character": 6
2408
2408
  },
2409
2409
  "name": "options",
@@ -2413,7 +2413,7 @@
2413
2413
  "__schema": "PropertyLikeTagSchema",
2414
2414
  "location": {
2415
2415
  "filePath": "typescript.main.runtime.ts",
2416
- "line": 175,
2416
+ "line": 180,
2417
2417
  "character": 6
2418
2418
  },
2419
2419
  "name": "transformers",
@@ -2423,7 +2423,7 @@
2423
2423
  "__schema": "PropertyLikeTagSchema",
2424
2424
  "location": {
2425
2425
  "filePath": "typescript.main.runtime.ts",
2426
- "line": 176,
2426
+ "line": 181,
2427
2427
  "character": 6
2428
2428
  },
2429
2429
  "name": "tsModule",
@@ -2433,7 +2433,7 @@
2433
2433
  "__schema": "ReturnTagSchema",
2434
2434
  "location": {
2435
2435
  "filePath": "typescript.main.runtime.ts",
2436
- "line": 177,
2436
+ "line": 182,
2437
2437
  "character": 6
2438
2438
  },
2439
2439
  "tagName": "return"
@@ -2447,7 +2447,7 @@
2447
2447
  "__schema": "ParameterSchema",
2448
2448
  "location": {
2449
2449
  "filePath": "typescript.main.runtime.ts",
2450
- "line": 179,
2450
+ "line": 184,
2451
2451
  "character": 21
2452
2452
  },
2453
2453
  "name": "options",
@@ -2455,7 +2455,7 @@
2455
2455
  "__schema": "TypeRefSchema",
2456
2456
  "location": {
2457
2457
  "filePath": "typescript.main.runtime.ts",
2458
- "line": 179,
2458
+ "line": 184,
2459
2459
  "character": 30
2460
2460
  },
2461
2461
  "name": "TypeScriptCompilerOptions"
@@ -2467,7 +2467,7 @@
2467
2467
  "__schema": "ParameterSchema",
2468
2468
  "location": {
2469
2469
  "filePath": "typescript.main.runtime.ts",
2470
- "line": 179,
2470
+ "line": 184,
2471
2471
  "character": 57
2472
2472
  },
2473
2473
  "name": "transformers",
@@ -2475,14 +2475,14 @@
2475
2475
  "__schema": "TypeArraySchema",
2476
2476
  "location": {
2477
2477
  "filePath": "typescript.main.runtime.ts",
2478
- "line": 179,
2478
+ "line": 184,
2479
2479
  "character": 71
2480
2480
  },
2481
2481
  "type": {
2482
2482
  "__schema": "TypeRefSchema",
2483
2483
  "location": {
2484
2484
  "filePath": "typescript.main.runtime.ts",
2485
- "line": 179,
2485
+ "line": 184,
2486
2486
  "character": 71
2487
2487
  },
2488
2488
  "name": "TsConfigTransformer"
@@ -2496,7 +2496,7 @@
2496
2496
  "__schema": "ParameterSchema",
2497
2497
  "location": {
2498
2498
  "filePath": "typescript.main.runtime.ts",
2499
- "line": 179,
2499
+ "line": 184,
2500
2500
  "character": 99
2501
2501
  },
2502
2502
  "name": "tsModule",
@@ -2504,7 +2504,7 @@
2504
2504
  "__schema": "InferenceTypeSchema",
2505
2505
  "location": {
2506
2506
  "filePath": "typescript.main.runtime.ts",
2507
- "line": 179,
2507
+ "line": 184,
2508
2508
  "character": 99
2509
2509
  },
2510
2510
  "type": "typeof ts"
@@ -2518,7 +2518,7 @@
2518
2518
  "__schema": "TypeRefSchema",
2519
2519
  "location": {
2520
2520
  "filePath": "typescript.main.runtime.ts",
2521
- "line": 179,
2521
+ "line": 184,
2522
2522
  "character": 3
2523
2523
  },
2524
2524
  "name": "Compiler",
@@ -2533,14 +2533,14 @@
2533
2533
  "__schema": "FunctionLikeSchema",
2534
2534
  "location": {
2535
2535
  "filePath": "typescript.main.runtime.ts",
2536
- "line": 190,
2536
+ "line": 195,
2537
2537
  "character": 3
2538
2538
  },
2539
2539
  "doc": {
2540
2540
  "__schema": "DocSchema",
2541
2541
  "location": {
2542
2542
  "filePath": "typescript.main.runtime.ts",
2543
- "line": 183,
2543
+ "line": 188,
2544
2544
  "character": 3
2545
2545
  },
2546
2546
  "raw": "/**\n * Create a compiler instance and run the esm transformer for it\n * @param options\n * @param transformers\n * @param tsModule\n * @returns\n */",
@@ -2550,7 +2550,7 @@
2550
2550
  "__schema": "PropertyLikeTagSchema",
2551
2551
  "location": {
2552
2552
  "filePath": "typescript.main.runtime.ts",
2553
- "line": 185,
2553
+ "line": 190,
2554
2554
  "character": 6
2555
2555
  },
2556
2556
  "name": "options",
@@ -2560,7 +2560,7 @@
2560
2560
  "__schema": "PropertyLikeTagSchema",
2561
2561
  "location": {
2562
2562
  "filePath": "typescript.main.runtime.ts",
2563
- "line": 186,
2563
+ "line": 191,
2564
2564
  "character": 6
2565
2565
  },
2566
2566
  "name": "transformers",
@@ -2570,7 +2570,7 @@
2570
2570
  "__schema": "PropertyLikeTagSchema",
2571
2571
  "location": {
2572
2572
  "filePath": "typescript.main.runtime.ts",
2573
- "line": 187,
2573
+ "line": 192,
2574
2574
  "character": 6
2575
2575
  },
2576
2576
  "name": "tsModule",
@@ -2580,7 +2580,7 @@
2580
2580
  "__schema": "ReturnTagSchema",
2581
2581
  "location": {
2582
2582
  "filePath": "typescript.main.runtime.ts",
2583
- "line": 188,
2583
+ "line": 193,
2584
2584
  "character": 6
2585
2585
  },
2586
2586
  "tagName": "return"
@@ -2594,7 +2594,7 @@
2594
2594
  "__schema": "ParameterSchema",
2595
2595
  "location": {
2596
2596
  "filePath": "typescript.main.runtime.ts",
2597
- "line": 190,
2597
+ "line": 195,
2598
2598
  "character": 21
2599
2599
  },
2600
2600
  "name": "options",
@@ -2602,7 +2602,7 @@
2602
2602
  "__schema": "TypeRefSchema",
2603
2603
  "location": {
2604
2604
  "filePath": "typescript.main.runtime.ts",
2605
- "line": 190,
2605
+ "line": 195,
2606
2606
  "character": 30
2607
2607
  },
2608
2608
  "name": "TypeScriptCompilerOptions"
@@ -2614,7 +2614,7 @@
2614
2614
  "__schema": "ParameterSchema",
2615
2615
  "location": {
2616
2616
  "filePath": "typescript.main.runtime.ts",
2617
- "line": 190,
2617
+ "line": 195,
2618
2618
  "character": 57
2619
2619
  },
2620
2620
  "name": "transformers",
@@ -2622,14 +2622,14 @@
2622
2622
  "__schema": "TypeArraySchema",
2623
2623
  "location": {
2624
2624
  "filePath": "typescript.main.runtime.ts",
2625
- "line": 190,
2625
+ "line": 195,
2626
2626
  "character": 71
2627
2627
  },
2628
2628
  "type": {
2629
2629
  "__schema": "TypeRefSchema",
2630
2630
  "location": {
2631
2631
  "filePath": "typescript.main.runtime.ts",
2632
- "line": 190,
2632
+ "line": 195,
2633
2633
  "character": 71
2634
2634
  },
2635
2635
  "name": "TsConfigTransformer"
@@ -2643,7 +2643,7 @@
2643
2643
  "__schema": "ParameterSchema",
2644
2644
  "location": {
2645
2645
  "filePath": "typescript.main.runtime.ts",
2646
- "line": 190,
2646
+ "line": 195,
2647
2647
  "character": 99
2648
2648
  },
2649
2649
  "name": "tsModule",
@@ -2651,7 +2651,7 @@
2651
2651
  "__schema": "InferenceTypeSchema",
2652
2652
  "location": {
2653
2653
  "filePath": "typescript.main.runtime.ts",
2654
- "line": 190,
2654
+ "line": 195,
2655
2655
  "character": 99
2656
2656
  },
2657
2657
  "type": "typeof ts"
@@ -2665,7 +2665,7 @@
2665
2665
  "__schema": "TypeRefSchema",
2666
2666
  "location": {
2667
2667
  "filePath": "typescript.main.runtime.ts",
2668
- "line": 190,
2668
+ "line": 195,
2669
2669
  "character": 3
2670
2670
  },
2671
2671
  "name": "Compiler",
@@ -2680,14 +2680,14 @@
2680
2680
  "__schema": "FunctionLikeSchema",
2681
2681
  "location": {
2682
2682
  "filePath": "typescript.main.runtime.ts",
2683
- "line": 198,
2683
+ "line": 203,
2684
2684
  "character": 3
2685
2685
  },
2686
2686
  "doc": {
2687
2687
  "__schema": "DocSchema",
2688
2688
  "location": {
2689
2689
  "filePath": "typescript.main.runtime.ts",
2690
- "line": 194,
2690
+ "line": 199,
2691
2691
  "character": 3
2692
2692
  },
2693
2693
  "raw": "/**\n * Create a transformer that change the ts module to CommonJS\n * @returns\n */",
@@ -2697,7 +2697,7 @@
2697
2697
  "__schema": "ReturnTagSchema",
2698
2698
  "location": {
2699
2699
  "filePath": "typescript.main.runtime.ts",
2700
- "line": 196,
2700
+ "line": 201,
2701
2701
  "character": 6
2702
2702
  },
2703
2703
  "tagName": "return"
@@ -2711,7 +2711,7 @@
2711
2711
  "__schema": "TypeRefSchema",
2712
2712
  "location": {
2713
2713
  "filePath": "typescript.main.runtime.ts",
2714
- "line": 198,
2714
+ "line": 203,
2715
2715
  "character": 3
2716
2716
  },
2717
2717
  "name": "TsConfigTransformer"
@@ -2722,14 +2722,14 @@
2722
2722
  "__schema": "FunctionLikeSchema",
2723
2723
  "location": {
2724
2724
  "filePath": "typescript.main.runtime.ts",
2725
- "line": 210,
2725
+ "line": 215,
2726
2726
  "character": 3
2727
2727
  },
2728
2728
  "doc": {
2729
2729
  "__schema": "DocSchema",
2730
2730
  "location": {
2731
2731
  "filePath": "typescript.main.runtime.ts",
2732
- "line": 206,
2732
+ "line": 211,
2733
2733
  "character": 3
2734
2734
  },
2735
2735
  "raw": "/**\n * Create a transformer that change the ts module to ES2020\n * @returns\n */",
@@ -2739,7 +2739,7 @@
2739
2739
  "__schema": "ReturnTagSchema",
2740
2740
  "location": {
2741
2741
  "filePath": "typescript.main.runtime.ts",
2742
- "line": 208,
2742
+ "line": 213,
2743
2743
  "character": 6
2744
2744
  },
2745
2745
  "tagName": "return"
@@ -2753,7 +2753,7 @@
2753
2753
  "__schema": "TypeRefSchema",
2754
2754
  "location": {
2755
2755
  "filePath": "typescript.main.runtime.ts",
2756
- "line": 210,
2756
+ "line": 215,
2757
2757
  "character": 3
2758
2758
  },
2759
2759
  "name": "TsConfigTransformer"
@@ -2764,14 +2764,14 @@
2764
2764
  "__schema": "FunctionLikeSchema",
2765
2765
  "location": {
2766
2766
  "filePath": "typescript.main.runtime.ts",
2767
- "line": 223,
2767
+ "line": 228,
2768
2768
  "character": 3
2769
2769
  },
2770
2770
  "doc": {
2771
2771
  "__schema": "DocSchema",
2772
2772
  "location": {
2773
2773
  "filePath": "typescript.main.runtime.ts",
2774
- "line": 220,
2774
+ "line": 225,
2775
2775
  "character": 3
2776
2776
  },
2777
2777
  "raw": "/**\n * create an instance of a typescript semantic schema extractor.\n */",
@@ -2784,7 +2784,7 @@
2784
2784
  "__schema": "ParameterSchema",
2785
2785
  "location": {
2786
2786
  "filePath": "typescript.main.runtime.ts",
2787
- "line": 223,
2787
+ "line": 228,
2788
2788
  "character": 25
2789
2789
  },
2790
2790
  "name": "tsconfig",
@@ -2792,7 +2792,7 @@
2792
2792
  "__schema": "KeywordTypeSchema",
2793
2793
  "location": {
2794
2794
  "filePath": "typescript.main.runtime.ts",
2795
- "line": 223,
2795
+ "line": 228,
2796
2796
  "character": 35
2797
2797
  },
2798
2798
  "name": "any"
@@ -2804,7 +2804,7 @@
2804
2804
  "__schema": "ParameterSchema",
2805
2805
  "location": {
2806
2806
  "filePath": "typescript.main.runtime.ts",
2807
- "line": 223,
2807
+ "line": 228,
2808
2808
  "character": 40
2809
2809
  },
2810
2810
  "name": "tsserverPath",
@@ -2812,7 +2812,7 @@
2812
2812
  "__schema": "KeywordTypeSchema",
2813
2813
  "location": {
2814
2814
  "filePath": "typescript.main.runtime.ts",
2815
- "line": 223,
2815
+ "line": 228,
2816
2816
  "character": 55
2817
2817
  },
2818
2818
  "name": "string"
@@ -2824,7 +2824,7 @@
2824
2824
  "__schema": "ParameterSchema",
2825
2825
  "location": {
2826
2826
  "filePath": "typescript.main.runtime.ts",
2827
- "line": 223,
2827
+ "line": 228,
2828
2828
  "character": 63
2829
2829
  },
2830
2830
  "name": "contextPath",
@@ -2832,7 +2832,7 @@
2832
2832
  "__schema": "KeywordTypeSchema",
2833
2833
  "location": {
2834
2834
  "filePath": "typescript.main.runtime.ts",
2835
- "line": 223,
2835
+ "line": 228,
2836
2836
  "character": 77
2837
2837
  },
2838
2838
  "name": "string"
@@ -2845,7 +2845,7 @@
2845
2845
  "__schema": "TypeRefSchema",
2846
2846
  "location": {
2847
2847
  "filePath": "typescript.main.runtime.ts",
2848
- "line": 223,
2848
+ "line": 228,
2849
2849
  "character": 3
2850
2850
  },
2851
2851
  "name": "SchemaExtractor",
@@ -2860,14 +2860,14 @@
2860
2860
  "__schema": "FunctionLikeSchema",
2861
2861
  "location": {
2862
2862
  "filePath": "typescript.main.runtime.ts",
2863
- "line": 243,
2863
+ "line": 248,
2864
2864
  "character": 3
2865
2865
  },
2866
2866
  "doc": {
2867
2867
  "__schema": "DocSchema",
2868
2868
  "location": {
2869
2869
  "filePath": "typescript.main.runtime.ts",
2870
- "line": 239,
2870
+ "line": 244,
2871
2871
  "character": 3
2872
2872
  },
2873
2873
  "raw": "/**\n * add the default package json properties to the component\n * :TODO @gilad why do we need this DSL? can't I just get the args here.\n */",
@@ -2880,7 +2880,7 @@
2880
2880
  "__schema": "TypeRefSchema",
2881
2881
  "location": {
2882
2882
  "filePath": "typescript.main.runtime.ts",
2883
- "line": 243,
2883
+ "line": 248,
2884
2884
  "character": 3
2885
2885
  },
2886
2886
  "name": "PackageJsonProps",
@@ -2895,14 +2895,14 @@
2895
2895
  "__schema": "FunctionLikeSchema",
2896
2896
  "location": {
2897
2897
  "filePath": "typescript.main.runtime.ts",
2898
- "line": 254,
2898
+ "line": 259,
2899
2899
  "character": 3
2900
2900
  },
2901
2901
  "doc": {
2902
2902
  "__schema": "DocSchema",
2903
2903
  "location": {
2904
2904
  "filePath": "typescript.main.runtime.ts",
2905
- "line": 250,
2905
+ "line": 255,
2906
2906
  "character": 3
2907
2907
  },
2908
2908
  "raw": "/**\n * add type: module to the package.json props and the default props\n * :TODO @gilad why do we need this DSL? can't I just get the args here.\n */",
@@ -2915,7 +2915,7 @@
2915
2915
  "__schema": "TypeRefSchema",
2916
2916
  "location": {
2917
2917
  "filePath": "typescript.main.runtime.ts",
2918
- "line": 254,
2918
+ "line": 259,
2919
2919
  "character": 3
2920
2920
  },
2921
2921
  "name": "PackageJsonProps",
@@ -2930,7 +2930,7 @@
2930
2930
  "__schema": "FunctionLikeSchema",
2931
2931
  "location": {
2932
2932
  "filePath": "typescript.main.runtime.ts",
2933
- "line": 263,
2933
+ "line": 268,
2934
2934
  "character": 3
2935
2935
  },
2936
2936
  "signature": "(method) TypescriptMain.getSupportedFilesForTsserver(components: Component[]): string[]",
@@ -2940,7 +2940,7 @@
2940
2940
  "__schema": "ParameterSchema",
2941
2941
  "location": {
2942
2942
  "filePath": "typescript.main.runtime.ts",
2943
- "line": 263,
2943
+ "line": 268,
2944
2944
  "character": 32
2945
2945
  },
2946
2946
  "name": "components",
@@ -2948,14 +2948,14 @@
2948
2948
  "__schema": "TypeArraySchema",
2949
2949
  "location": {
2950
2950
  "filePath": "typescript.main.runtime.ts",
2951
- "line": 263,
2951
+ "line": 268,
2952
2952
  "character": 44
2953
2953
  },
2954
2954
  "type": {
2955
2955
  "__schema": "TypeRefSchema",
2956
2956
  "location": {
2957
2957
  "filePath": "typescript.main.runtime.ts",
2958
- "line": 263,
2958
+ "line": 268,
2959
2959
  "character": 44
2960
2960
  },
2961
2961
  "name": "Component"
@@ -2969,14 +2969,14 @@
2969
2969
  "__schema": "TypeArraySchema",
2970
2970
  "location": {
2971
2971
  "filePath": "typescript.main.runtime.ts",
2972
- "line": 263,
2972
+ "line": 268,
2973
2973
  "character": 58
2974
2974
  },
2975
2975
  "type": {
2976
2976
  "__schema": "KeywordTypeSchema",
2977
2977
  "location": {
2978
2978
  "filePath": "typescript.main.runtime.ts",
2979
- "line": 263,
2979
+ "line": 268,
2980
2980
  "character": 58
2981
2981
  },
2982
2982
  "name": "string"
@@ -2988,7 +2988,7 @@
2988
2988
  "__schema": "FunctionLikeSchema",
2989
2989
  "location": {
2990
2990
  "filePath": "typescript.main.runtime.ts",
2991
- "line": 271,
2991
+ "line": 276,
2992
2992
  "character": 3
2993
2993
  },
2994
2994
  "signature": "(method) TypescriptMain.cleanTsconfigJson(options?: TsconfigWriterOptions): Promise<string[]>",
@@ -2998,7 +2998,7 @@
2998
2998
  "__schema": "ParameterSchema",
2999
2999
  "location": {
3000
3000
  "filePath": "typescript.main.runtime.ts",
3001
- "line": 271,
3001
+ "line": 276,
3002
3002
  "character": 27
3003
3003
  },
3004
3004
  "name": "options",
@@ -3006,7 +3006,7 @@
3006
3006
  "__schema": "TypeRefSchema",
3007
3007
  "location": {
3008
3008
  "filePath": "typescript.main.runtime.ts",
3009
- "line": 271,
3009
+ "line": 276,
3010
3010
  "character": 36
3011
3011
  },
3012
3012
  "name": "TsconfigWriterOptions"
@@ -3020,7 +3020,7 @@
3020
3020
  "__schema": "InferenceTypeSchema",
3021
3021
  "location": {
3022
3022
  "filePath": "typescript.main.runtime.ts",
3023
- "line": 271,
3023
+ "line": 276,
3024
3024
  "character": 3
3025
3025
  },
3026
3026
  "type": "Promise<string[]>"
@@ -3033,7 +3033,7 @@
3033
3033
  "__schema": "FunctionLikeSchema",
3034
3034
  "location": {
3035
3035
  "filePath": "typescript.main.runtime.ts",
3036
- "line": 281,
3036
+ "line": 286,
3037
3037
  "character": 3
3038
3038
  },
3039
3039
  "signature": "(method) TypescriptMain.writeTsconfigJson(options?: TsconfigWriterOptions): Promise<{\n cleanResults?: string[] | undefined;\n writeResults: TsconfigPathsPerEnv[];\n}>",
@@ -3043,7 +3043,7 @@
3043
3043
  "__schema": "ParameterSchema",
3044
3044
  "location": {
3045
3045
  "filePath": "typescript.main.runtime.ts",
3046
- "line": 281,
3046
+ "line": 286,
3047
3047
  "character": 27
3048
3048
  },
3049
3049
  "name": "options",
@@ -3051,7 +3051,7 @@
3051
3051
  "__schema": "TypeRefSchema",
3052
3052
  "location": {
3053
3053
  "filePath": "typescript.main.runtime.ts",
3054
- "line": 281,
3054
+ "line": 286,
3055
3055
  "character": 36
3056
3056
  },
3057
3057
  "name": "TsconfigWriterOptions"
@@ -3065,7 +3065,7 @@
3065
3065
  "__schema": "TypeRefSchema",
3066
3066
  "location": {
3067
3067
  "filePath": "typescript.main.runtime.ts",
3068
- "line": 281,
3068
+ "line": 286,
3069
3069
  "character": 65
3070
3070
  },
3071
3071
  "name": "Promise",
@@ -3074,7 +3074,7 @@
3074
3074
  "__schema": "TypeLiteralSchema",
3075
3075
  "location": {
3076
3076
  "filePath": "typescript.main.runtime.ts",
3077
- "line": 281,
3077
+ "line": 286,
3078
3078
  "character": 73
3079
3079
  },
3080
3080
  "members": [
@@ -3082,7 +3082,7 @@
3082
3082
  "__schema": "VariableLikeSchema",
3083
3083
  "location": {
3084
3084
  "filePath": "typescript.main.runtime.ts",
3085
- "line": 282,
3085
+ "line": 287,
3086
3086
  "character": 5
3087
3087
  },
3088
3088
  "signature": "(property) cleanResults?: string[] | undefined",
@@ -3091,14 +3091,14 @@
3091
3091
  "__schema": "TypeArraySchema",
3092
3092
  "location": {
3093
3093
  "filePath": "typescript.main.runtime.ts",
3094
- "line": 282,
3094
+ "line": 287,
3095
3095
  "character": 20
3096
3096
  },
3097
3097
  "type": {
3098
3098
  "__schema": "KeywordTypeSchema",
3099
3099
  "location": {
3100
3100
  "filePath": "typescript.main.runtime.ts",
3101
- "line": 282,
3101
+ "line": 287,
3102
3102
  "character": 20
3103
3103
  },
3104
3104
  "name": "string"
@@ -3110,7 +3110,7 @@
3110
3110
  "__schema": "VariableLikeSchema",
3111
3111
  "location": {
3112
3112
  "filePath": "typescript.main.runtime.ts",
3113
- "line": 283,
3113
+ "line": 288,
3114
3114
  "character": 5
3115
3115
  },
3116
3116
  "signature": "(property) writeResults: TsconfigPathsPerEnv[]",
@@ -3119,14 +3119,14 @@
3119
3119
  "__schema": "TypeArraySchema",
3120
3120
  "location": {
3121
3121
  "filePath": "typescript.main.runtime.ts",
3122
- "line": 283,
3122
+ "line": 288,
3123
3123
  "character": 19
3124
3124
  },
3125
3125
  "type": {
3126
3126
  "__schema": "TypeRefSchema",
3127
3127
  "location": {
3128
3128
  "filePath": "typescript.main.runtime.ts",
3129
- "line": 283,
3129
+ "line": 288,
3130
3130
  "character": 19
3131
3131
  },
3132
3132
  "name": "TsconfigPathsPerEnv"
@@ -3146,7 +3146,7 @@
3146
3146
  "__schema": "VariableLikeSchema",
3147
3147
  "location": {
3148
3148
  "filePath": "typescript.main.runtime.ts",
3149
- "line": 322,
3149
+ "line": 327,
3150
3150
  "character": 3
3151
3151
  },
3152
3152
  "signature": "(property) TypescriptMain.runtime: RuntimeDefinition",
@@ -3155,7 +3155,7 @@
3155
3155
  "__schema": "InferenceTypeSchema",
3156
3156
  "location": {
3157
3157
  "filePath": "typescript.main.runtime.ts",
3158
- "line": 322,
3158
+ "line": 327,
3159
3159
  "character": 3
3160
3160
  },
3161
3161
  "type": "RuntimeDefinition"
@@ -3167,7 +3167,7 @@
3167
3167
  "__schema": "VariableLikeSchema",
3168
3168
  "location": {
3169
3169
  "filePath": "typescript.main.runtime.ts",
3170
- "line": 323,
3170
+ "line": 328,
3171
3171
  "character": 3
3172
3172
  },
3173
3173
  "signature": "(property) TypescriptMain.dependencies: Aspect[]",
@@ -3176,7 +3176,7 @@
3176
3176
  "__schema": "InferenceTypeSchema",
3177
3177
  "location": {
3178
3178
  "filePath": "typescript.main.runtime.ts",
3179
- "line": 323,
3179
+ "line": 328,
3180
3180
  "character": 3
3181
3181
  },
3182
3182
  "type": "Aspect[]"
@@ -3188,7 +3188,7 @@
3188
3188
  "__schema": "VariableLikeSchema",
3189
3189
  "location": {
3190
3190
  "filePath": "typescript.main.runtime.ts",
3191
- "line": 335,
3191
+ "line": 340,
3192
3192
  "character": 3
3193
3193
  },
3194
3194
  "signature": "(property) TypescriptMain.slots: (((registerFn: () => string) => SlotRegistry<SchemaTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>))[]",
@@ -3197,7 +3197,7 @@
3197
3197
  "__schema": "InferenceTypeSchema",
3198
3198
  "location": {
3199
3199
  "filePath": "typescript.main.runtime.ts",
3200
- "line": 335,
3200
+ "line": 340,
3201
3201
  "character": 3
3202
3202
  },
3203
3203
  "type": "(((registerFn: () => string) => SlotRegistry<SchemaTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>))[]"
@@ -3209,7 +3209,7 @@
3209
3209
  "__schema": "FunctionLikeSchema",
3210
3210
  "location": {
3211
3211
  "filePath": "typescript.main.runtime.ts",
3212
- "line": 337,
3212
+ "line": 342,
3213
3213
  "character": 3
3214
3214
  },
3215
3215
  "signature": "(method) TypescriptMain.provider([schema, loggerExt, aspectLoader, workspace, cli, depResolver, envs, watcher, scope, builder]: [\n SchemaMain,\n LoggerMain,\n AspectLoaderMain,\n Workspace,\n CLIMain,\n DependencyResolverMain,\n EnvsMain,\n WatcherMain,\n ScopeMain,\n BuilderMain\n], config: any, [schemaTransformerSlot, apiTransformerSlot]: [SchemaTransformerSlot, APITransformerSlot]): Promise<TypescriptMain>",
@@ -3219,7 +3219,7 @@
3219
3219
  "__schema": "ParameterSchema",
3220
3220
  "location": {
3221
3221
  "filePath": "typescript.main.runtime.ts",
3222
- "line": 338,
3222
+ "line": 343,
3223
3223
  "character": 5
3224
3224
  },
3225
3225
  "name": "[ schema, loggerExt, aspectLoader, workspace, cli, depResolver, envs, watcher, scope, builder ]",
@@ -3227,7 +3227,7 @@
3227
3227
  "__schema": "TupleTypeSchema",
3228
3228
  "location": {
3229
3229
  "filePath": "typescript.main.runtime.ts",
3230
- "line": 338,
3230
+ "line": 343,
3231
3231
  "character": 100
3232
3232
  },
3233
3233
  "elements": [
@@ -3235,7 +3235,7 @@
3235
3235
  "__schema": "TypeRefSchema",
3236
3236
  "location": {
3237
3237
  "filePath": "typescript.main.runtime.ts",
3238
- "line": 339,
3238
+ "line": 344,
3239
3239
  "character": 7
3240
3240
  },
3241
3241
  "name": "SchemaMain"
@@ -3244,7 +3244,7 @@
3244
3244
  "__schema": "TypeRefSchema",
3245
3245
  "location": {
3246
3246
  "filePath": "typescript.main.runtime.ts",
3247
- "line": 340,
3247
+ "line": 345,
3248
3248
  "character": 7
3249
3249
  },
3250
3250
  "name": "LoggerMain"
@@ -3253,7 +3253,7 @@
3253
3253
  "__schema": "TypeRefSchema",
3254
3254
  "location": {
3255
3255
  "filePath": "typescript.main.runtime.ts",
3256
- "line": 341,
3256
+ "line": 346,
3257
3257
  "character": 7
3258
3258
  },
3259
3259
  "name": "AspectLoaderMain"
@@ -3262,7 +3262,7 @@
3262
3262
  "__schema": "TypeRefSchema",
3263
3263
  "location": {
3264
3264
  "filePath": "typescript.main.runtime.ts",
3265
- "line": 342,
3265
+ "line": 347,
3266
3266
  "character": 7
3267
3267
  },
3268
3268
  "name": "Workspace"
@@ -3271,7 +3271,7 @@
3271
3271
  "__schema": "TypeRefSchema",
3272
3272
  "location": {
3273
3273
  "filePath": "typescript.main.runtime.ts",
3274
- "line": 343,
3274
+ "line": 348,
3275
3275
  "character": 7
3276
3276
  },
3277
3277
  "name": "CLIMain"
@@ -3280,7 +3280,7 @@
3280
3280
  "__schema": "TypeRefSchema",
3281
3281
  "location": {
3282
3282
  "filePath": "typescript.main.runtime.ts",
3283
- "line": 344,
3283
+ "line": 349,
3284
3284
  "character": 7
3285
3285
  },
3286
3286
  "name": "DependencyResolverMain"
@@ -3289,7 +3289,7 @@
3289
3289
  "__schema": "TypeRefSchema",
3290
3290
  "location": {
3291
3291
  "filePath": "typescript.main.runtime.ts",
3292
- "line": 345,
3292
+ "line": 350,
3293
3293
  "character": 7
3294
3294
  },
3295
3295
  "name": "EnvsMain"
@@ -3298,7 +3298,7 @@
3298
3298
  "__schema": "TypeRefSchema",
3299
3299
  "location": {
3300
3300
  "filePath": "typescript.main.runtime.ts",
3301
- "line": 346,
3301
+ "line": 351,
3302
3302
  "character": 7
3303
3303
  },
3304
3304
  "name": "WatcherMain"
@@ -3307,7 +3307,7 @@
3307
3307
  "__schema": "TypeRefSchema",
3308
3308
  "location": {
3309
3309
  "filePath": "typescript.main.runtime.ts",
3310
- "line": 347,
3310
+ "line": 352,
3311
3311
  "character": 7
3312
3312
  },
3313
3313
  "name": "ScopeMain"
@@ -3316,7 +3316,7 @@
3316
3316
  "__schema": "TypeRefSchema",
3317
3317
  "location": {
3318
3318
  "filePath": "typescript.main.runtime.ts",
3319
- "line": 348,
3319
+ "line": 353,
3320
3320
  "character": 7
3321
3321
  },
3322
3322
  "name": "BuilderMain"
@@ -3330,7 +3330,7 @@
3330
3330
  "__schema": "ParameterSchema",
3331
3331
  "location": {
3332
3332
  "filePath": "typescript.main.runtime.ts",
3333
- "line": 350,
3333
+ "line": 355,
3334
3334
  "character": 5
3335
3335
  },
3336
3336
  "name": "config",
@@ -3338,7 +3338,7 @@
3338
3338
  "__schema": "InferenceTypeSchema",
3339
3339
  "location": {
3340
3340
  "filePath": "typescript.main.runtime.ts",
3341
- "line": 350,
3341
+ "line": 355,
3342
3342
  "character": 5
3343
3343
  },
3344
3344
  "type": "any"
@@ -3350,7 +3350,7 @@
3350
3350
  "__schema": "ParameterSchema",
3351
3351
  "location": {
3352
3352
  "filePath": "typescript.main.runtime.ts",
3353
- "line": 351,
3353
+ "line": 356,
3354
3354
  "character": 5
3355
3355
  },
3356
3356
  "name": "[ schemaTransformerSlot, apiTransformerSlot ]",
@@ -3358,7 +3358,7 @@
3358
3358
  "__schema": "TupleTypeSchema",
3359
3359
  "location": {
3360
3360
  "filePath": "typescript.main.runtime.ts",
3361
- "line": 351,
3361
+ "line": 356,
3362
3362
  "character": 50
3363
3363
  },
3364
3364
  "elements": [
@@ -3366,7 +3366,7 @@
3366
3366
  "__schema": "TypeRefSchema",
3367
3367
  "location": {
3368
3368
  "filePath": "typescript.main.runtime.ts",
3369
- "line": 351,
3369
+ "line": 356,
3370
3370
  "character": 51
3371
3371
  },
3372
3372
  "name": "SchemaTransformerSlot"
@@ -3375,7 +3375,7 @@
3375
3375
  "__schema": "TypeRefSchema",
3376
3376
  "location": {
3377
3377
  "filePath": "typescript.main.runtime.ts",
3378
- "line": 351,
3378
+ "line": 356,
3379
3379
  "character": 74
3380
3380
  },
3381
3381
  "name": "APITransformerSlot"
@@ -3390,7 +3390,7 @@
3390
3390
  "__schema": "InferenceTypeSchema",
3391
3391
  "location": {
3392
3392
  "filePath": "typescript.main.runtime.ts",
3393
- "line": 337,
3393
+ "line": 342,
3394
3394
  "character": 3
3395
3395
  },
3396
3396
  "type": "Promise<TypescriptMain>"
@@ -3408,7 +3408,7 @@
3408
3408
  "__schema": "TypeSchema",
3409
3409
  "location": {
3410
3410
  "filePath": "typescript.main.runtime.ts",
3411
- "line": 89,
3411
+ "line": 94,
3412
3412
  "character": 1
3413
3413
  },
3414
3414
  "signature": "type TsConfigTransformer = (config: TypescriptConfigMutator, context: TsConfigTransformContext) => TypescriptConfigMutator",
@@ -3417,7 +3417,7 @@
3417
3417
  "__schema": "FunctionLikeSchema",
3418
3418
  "location": {
3419
3419
  "filePath": "typescript.main.runtime.ts",
3420
- "line": 89,
3420
+ "line": 94,
3421
3421
  "character": 35
3422
3422
  },
3423
3423
  "signature": "(config: TypescriptConfigMutator, context: TsConfigTransformContext): TypescriptConfigMutator",
@@ -3427,7 +3427,7 @@
3427
3427
  "__schema": "ParameterSchema",
3428
3428
  "location": {
3429
3429
  "filePath": "typescript.main.runtime.ts",
3430
- "line": 90,
3430
+ "line": 95,
3431
3431
  "character": 3
3432
3432
  },
3433
3433
  "name": "config",
@@ -3435,7 +3435,7 @@
3435
3435
  "__schema": "TypeRefSchema",
3436
3436
  "location": {
3437
3437
  "filePath": "typescript.main.runtime.ts",
3438
- "line": 90,
3438
+ "line": 95,
3439
3439
  "character": 11
3440
3440
  },
3441
3441
  "name": "TypescriptConfigMutator"
@@ -3447,7 +3447,7 @@
3447
3447
  "__schema": "ParameterSchema",
3448
3448
  "location": {
3449
3449
  "filePath": "typescript.main.runtime.ts",
3450
- "line": 91,
3450
+ "line": 96,
3451
3451
  "character": 3
3452
3452
  },
3453
3453
  "name": "context",
@@ -3455,7 +3455,7 @@
3455
3455
  "__schema": "TypeRefSchema",
3456
3456
  "location": {
3457
3457
  "filePath": "typescript.main.runtime.ts",
3458
- "line": 91,
3458
+ "line": 96,
3459
3459
  "character": 12
3460
3460
  },
3461
3461
  "name": "TsConfigTransformContext"
@@ -3468,7 +3468,7 @@
3468
3468
  "__schema": "TypeRefSchema",
3469
3469
  "location": {
3470
3470
  "filePath": "typescript.main.runtime.ts",
3471
- "line": 92,
3471
+ "line": 97,
3472
3472
  "character": 6
3473
3473
  },
3474
3474
  "name": "TypescriptConfigMutator"
@@ -3480,7 +3480,7 @@
3480
3480
  "__schema": "TypeSchema",
3481
3481
  "location": {
3482
3482
  "filePath": "typescript.main.runtime.ts",
3483
- "line": 74,
3483
+ "line": 79,
3484
3484
  "character": 1
3485
3485
  },
3486
3486
  "signature": "type SchemaTransformerSlot = SlotRegistry<SchemaTransformer[]>",
@@ -3489,7 +3489,7 @@
3489
3489
  "__schema": "TypeRefSchema",
3490
3490
  "location": {
3491
3491
  "filePath": "typescript.main.runtime.ts",
3492
- "line": 74,
3492
+ "line": 79,
3493
3493
  "character": 37
3494
3494
  },
3495
3495
  "name": "SlotRegistry",
@@ -3498,14 +3498,14 @@
3498
3498
  "__schema": "TypeArraySchema",
3499
3499
  "location": {
3500
3500
  "filePath": "typescript.main.runtime.ts",
3501
- "line": 74,
3501
+ "line": 79,
3502
3502
  "character": 50
3503
3503
  },
3504
3504
  "type": {
3505
3505
  "__schema": "TypeRefSchema",
3506
3506
  "location": {
3507
3507
  "filePath": "typescript.main.runtime.ts",
3508
- "line": 74,
3508
+ "line": 79,
3509
3509
  "character": 50
3510
3510
  },
3511
3511
  "name": "SchemaTransformer"
@@ -3518,7 +3518,7 @@
3518
3518
  "__schema": "TypeSchema",
3519
3519
  "location": {
3520
3520
  "filePath": "typescript.main.runtime.ts",
3521
- "line": 75,
3521
+ "line": 80,
3522
3522
  "character": 1
3523
3523
  },
3524
3524
  "signature": "type APITransformerSlot = SlotRegistry<SchemaNodeTransformer[]>",
@@ -3527,7 +3527,7 @@
3527
3527
  "__schema": "TypeRefSchema",
3528
3528
  "location": {
3529
3529
  "filePath": "typescript.main.runtime.ts",
3530
- "line": 75,
3530
+ "line": 80,
3531
3531
  "character": 34
3532
3532
  },
3533
3533
  "name": "SlotRegistry",
@@ -3536,14 +3536,14 @@
3536
3536
  "__schema": "TypeArraySchema",
3537
3537
  "location": {
3538
3538
  "filePath": "typescript.main.runtime.ts",
3539
- "line": 75,
3539
+ "line": 80,
3540
3540
  "character": 47
3541
3541
  },
3542
3542
  "type": {
3543
3543
  "__schema": "TypeRefSchema",
3544
3544
  "location": {
3545
3545
  "filePath": "typescript.main.runtime.ts",
3546
- "line": 75,
3546
+ "line": 80,
3547
3547
  "character": 47
3548
3548
  },
3549
3549
  "name": "SchemaNodeTransformer"
@@ -5928,7 +5928,7 @@
5928
5928
  "componentId": {
5929
5929
  "scope": "teambit.semantics",
5930
5930
  "name": "entities/semantic-schema",
5931
- "version": "0.0.66"
5931
+ "version": "0.0.67"
5932
5932
  }
5933
5933
  },
5934
5934
  "modifiers": []
@@ -8742,7 +8742,7 @@
8742
8742
  "_legacy": {
8743
8743
  "scope": "teambit.typescript",
8744
8744
  "name": "typescript",
8745
- "version": "1.0.167"
8745
+ "version": "1.0.168"
8746
8746
  },
8747
8747
  "_scope": "teambit.typescript"
8748
8748
  }
@@ -9410,7 +9410,7 @@
9410
9410
  "_legacy": {
9411
9411
  "scope": "teambit.typescript",
9412
9412
  "name": "typescript",
9413
- "version": "1.0.167"
9413
+ "version": "1.0.168"
9414
9414
  },
9415
9415
  "_scope": "teambit.typescript"
9416
9416
  }
@@ -9433,7 +9433,7 @@
9433
9433
  "__schema": "TypeSchema",
9434
9434
  "location": {
9435
9435
  "filePath": "typescript.main.runtime.ts",
9436
- "line": 72,
9436
+ "line": 77,
9437
9437
  "character": 1
9438
9438
  },
9439
9439
  "signature": "type TsMode = \"dev\" | \"build\"",
@@ -9442,7 +9442,7 @@
9442
9442
  "__schema": "TypeUnionSchema",
9443
9443
  "location": {
9444
9444
  "filePath": "typescript.main.runtime.ts",
9445
- "line": 72,
9445
+ "line": 77,
9446
9446
  "character": 22
9447
9447
  },
9448
9448
  "types": [
@@ -9450,7 +9450,7 @@
9450
9450
  "__schema": "LiteralTypeSchema",
9451
9451
  "location": {
9452
9452
  "filePath": "typescript.main.runtime.ts",
9453
- "line": 72,
9453
+ "line": 77,
9454
9454
  "character": 22
9455
9455
  },
9456
9456
  "name": "'build'"
@@ -9459,7 +9459,7 @@
9459
9459
  "__schema": "LiteralTypeSchema",
9460
9460
  "location": {
9461
9461
  "filePath": "typescript.main.runtime.ts",
9462
- "line": 72,
9462
+ "line": 77,
9463
9463
  "character": 32
9464
9464
  },
9465
9465
  "name": "'dev'"
@@ -9471,7 +9471,7 @@
9471
9471
  "__schema": "TypeSchema",
9472
9472
  "location": {
9473
9473
  "filePath": "typescript.main.runtime.ts",
9474
- "line": 74,
9474
+ "line": 79,
9475
9475
  "character": 1
9476
9476
  },
9477
9477
  "signature": "type SchemaTransformerSlot = SlotRegistry<SchemaTransformer[]>",
@@ -9480,7 +9480,7 @@
9480
9480
  "__schema": "TypeRefSchema",
9481
9481
  "location": {
9482
9482
  "filePath": "typescript.main.runtime.ts",
9483
- "line": 74,
9483
+ "line": 79,
9484
9484
  "character": 37
9485
9485
  },
9486
9486
  "name": "SlotRegistry",
@@ -9489,14 +9489,14 @@
9489
9489
  "__schema": "TypeArraySchema",
9490
9490
  "location": {
9491
9491
  "filePath": "typescript.main.runtime.ts",
9492
- "line": 74,
9492
+ "line": 79,
9493
9493
  "character": 50
9494
9494
  },
9495
9495
  "type": {
9496
9496
  "__schema": "TypeRefSchema",
9497
9497
  "location": {
9498
9498
  "filePath": "typescript.main.runtime.ts",
9499
- "line": 74,
9499
+ "line": 79,
9500
9500
  "character": 50
9501
9501
  },
9502
9502
  "name": "SchemaTransformer"
@@ -9509,7 +9509,7 @@
9509
9509
  "__schema": "TypeSchema",
9510
9510
  "location": {
9511
9511
  "filePath": "typescript.main.runtime.ts",
9512
- "line": 75,
9512
+ "line": 80,
9513
9513
  "character": 1
9514
9514
  },
9515
9515
  "signature": "type APITransformerSlot = SlotRegistry<SchemaNodeTransformer[]>",
@@ -9518,7 +9518,7 @@
9518
9518
  "__schema": "TypeRefSchema",
9519
9519
  "location": {
9520
9520
  "filePath": "typescript.main.runtime.ts",
9521
- "line": 75,
9521
+ "line": 80,
9522
9522
  "character": 34
9523
9523
  },
9524
9524
  "name": "SlotRegistry",
@@ -9527,14 +9527,14 @@
9527
9527
  "__schema": "TypeArraySchema",
9528
9528
  "location": {
9529
9529
  "filePath": "typescript.main.runtime.ts",
9530
- "line": 75,
9530
+ "line": 80,
9531
9531
  "character": 47
9532
9532
  },
9533
9533
  "type": {
9534
9534
  "__schema": "TypeRefSchema",
9535
9535
  "location": {
9536
9536
  "filePath": "typescript.main.runtime.ts",
9537
- "line": 75,
9537
+ "line": 80,
9538
9538
  "character": 47
9539
9539
  },
9540
9540
  "name": "SchemaNodeTransformer"
@@ -9547,7 +9547,7 @@
9547
9547
  "__schema": "TypeSchema",
9548
9548
  "location": {
9549
9549
  "filePath": "typescript.main.runtime.ts",
9550
- "line": 77,
9550
+ "line": 82,
9551
9551
  "character": 1
9552
9552
  },
9553
9553
  "signature": "type TsConfigTransformContext = {}",
@@ -9556,7 +9556,7 @@
9556
9556
  "__schema": "TypeLiteralSchema",
9557
9557
  "location": {
9558
9558
  "filePath": "typescript.main.runtime.ts",
9559
- "line": 77,
9559
+ "line": 82,
9560
9560
  "character": 40
9561
9561
  },
9562
9562
  "members": []
@@ -9566,7 +9566,7 @@
9566
9566
  "__schema": "TypeSchema",
9567
9567
  "location": {
9568
9568
  "filePath": "typescript.main.runtime.ts",
9569
- "line": 81,
9569
+ "line": 86,
9570
9570
  "character": 1
9571
9571
  },
9572
9572
  "signature": "type TsconfigWriterOptions = {\n clean?: boolean | undefined;\n silent?: boolean | undefined;\n dedupe?: boolean | undefined;\n dryRun?: boolean | undefined;\n dryRunWithTsconfig?: boolean | undefined;\n}",
@@ -9575,7 +9575,7 @@
9575
9575
  "__schema": "TypeLiteralSchema",
9576
9576
  "location": {
9577
9577
  "filePath": "typescript.main.runtime.ts",
9578
- "line": 81,
9578
+ "line": 86,
9579
9579
  "character": 37
9580
9580
  },
9581
9581
  "members": [
@@ -9583,7 +9583,7 @@
9583
9583
  "__schema": "VariableLikeSchema",
9584
9584
  "location": {
9585
9585
  "filePath": "typescript.main.runtime.ts",
9586
- "line": 82,
9586
+ "line": 87,
9587
9587
  "character": 3
9588
9588
  },
9589
9589
  "signature": "(property) clean?: boolean | undefined",
@@ -9592,7 +9592,7 @@
9592
9592
  "__schema": "KeywordTypeSchema",
9593
9593
  "location": {
9594
9594
  "filePath": "typescript.main.runtime.ts",
9595
- "line": 82,
9595
+ "line": 87,
9596
9596
  "character": 11
9597
9597
  },
9598
9598
  "name": "boolean"
@@ -9603,7 +9603,7 @@
9603
9603
  "__schema": "VariableLikeSchema",
9604
9604
  "location": {
9605
9605
  "filePath": "typescript.main.runtime.ts",
9606
- "line": 83,
9606
+ "line": 88,
9607
9607
  "character": 3
9608
9608
  },
9609
9609
  "signature": "(property) silent?: boolean | undefined",
@@ -9612,7 +9612,7 @@
9612
9612
  "__schema": "KeywordTypeSchema",
9613
9613
  "location": {
9614
9614
  "filePath": "typescript.main.runtime.ts",
9615
- "line": 83,
9615
+ "line": 88,
9616
9616
  "character": 12
9617
9617
  },
9618
9618
  "name": "boolean"
@@ -9623,7 +9623,7 @@
9623
9623
  "__schema": "VariableLikeSchema",
9624
9624
  "location": {
9625
9625
  "filePath": "typescript.main.runtime.ts",
9626
- "line": 84,
9626
+ "line": 89,
9627
9627
  "character": 3
9628
9628
  },
9629
9629
  "signature": "(property) dedupe?: boolean | undefined",
@@ -9632,7 +9632,7 @@
9632
9632
  "__schema": "KeywordTypeSchema",
9633
9633
  "location": {
9634
9634
  "filePath": "typescript.main.runtime.ts",
9635
- "line": 84,
9635
+ "line": 89,
9636
9636
  "character": 12
9637
9637
  },
9638
9638
  "name": "boolean"
@@ -9643,7 +9643,7 @@
9643
9643
  "__schema": "VariableLikeSchema",
9644
9644
  "location": {
9645
9645
  "filePath": "typescript.main.runtime.ts",
9646
- "line": 85,
9646
+ "line": 90,
9647
9647
  "character": 3
9648
9648
  },
9649
9649
  "signature": "(property) dryRun?: boolean | undefined",
@@ -9652,7 +9652,7 @@
9652
9652
  "__schema": "KeywordTypeSchema",
9653
9653
  "location": {
9654
9654
  "filePath": "typescript.main.runtime.ts",
9655
- "line": 85,
9655
+ "line": 90,
9656
9656
  "character": 12
9657
9657
  },
9658
9658
  "name": "boolean"
@@ -9663,7 +9663,7 @@
9663
9663
  "__schema": "VariableLikeSchema",
9664
9664
  "location": {
9665
9665
  "filePath": "typescript.main.runtime.ts",
9666
- "line": 86,
9666
+ "line": 91,
9667
9667
  "character": 3
9668
9668
  },
9669
9669
  "signature": "(property) dryRunWithTsconfig?: boolean | undefined",
@@ -9672,7 +9672,7 @@
9672
9672
  "__schema": "KeywordTypeSchema",
9673
9673
  "location": {
9674
9674
  "filePath": "typescript.main.runtime.ts",
9675
- "line": 86,
9675
+ "line": 91,
9676
9676
  "character": 24
9677
9677
  },
9678
9678
  "name": "boolean"
@@ -9686,7 +9686,7 @@
9686
9686
  "__schema": "TypeSchema",
9687
9687
  "location": {
9688
9688
  "filePath": "typescript.main.runtime.ts",
9689
- "line": 89,
9689
+ "line": 94,
9690
9690
  "character": 1
9691
9691
  },
9692
9692
  "signature": "type TsConfigTransformer = (config: TypescriptConfigMutator, context: TsConfigTransformContext) => TypescriptConfigMutator",
@@ -9695,7 +9695,7 @@
9695
9695
  "__schema": "FunctionLikeSchema",
9696
9696
  "location": {
9697
9697
  "filePath": "typescript.main.runtime.ts",
9698
- "line": 89,
9698
+ "line": 94,
9699
9699
  "character": 35
9700
9700
  },
9701
9701
  "signature": "(config: TypescriptConfigMutator, context: TsConfigTransformContext): TypescriptConfigMutator",
@@ -9705,7 +9705,7 @@
9705
9705
  "__schema": "ParameterSchema",
9706
9706
  "location": {
9707
9707
  "filePath": "typescript.main.runtime.ts",
9708
- "line": 90,
9708
+ "line": 95,
9709
9709
  "character": 3
9710
9710
  },
9711
9711
  "name": "config",
@@ -9713,7 +9713,7 @@
9713
9713
  "__schema": "TypeRefSchema",
9714
9714
  "location": {
9715
9715
  "filePath": "typescript.main.runtime.ts",
9716
- "line": 90,
9716
+ "line": 95,
9717
9717
  "character": 11
9718
9718
  },
9719
9719
  "name": "TypescriptConfigMutator"
@@ -9725,7 +9725,7 @@
9725
9725
  "__schema": "ParameterSchema",
9726
9726
  "location": {
9727
9727
  "filePath": "typescript.main.runtime.ts",
9728
- "line": 91,
9728
+ "line": 96,
9729
9729
  "character": 3
9730
9730
  },
9731
9731
  "name": "context",
@@ -9733,7 +9733,7 @@
9733
9733
  "__schema": "TypeRefSchema",
9734
9734
  "location": {
9735
9735
  "filePath": "typescript.main.runtime.ts",
9736
- "line": 91,
9736
+ "line": 96,
9737
9737
  "character": 12
9738
9738
  },
9739
9739
  "name": "TsConfigTransformContext"
@@ -9746,7 +9746,7 @@
9746
9746
  "__schema": "TypeRefSchema",
9747
9747
  "location": {
9748
9748
  "filePath": "typescript.main.runtime.ts",
9749
- "line": 92,
9749
+ "line": 97,
9750
9750
  "character": 6
9751
9751
  },
9752
9752
  "name": "TypescriptConfigMutator"
@@ -9758,7 +9758,7 @@
9758
9758
  "__schema": "ClassSchema",
9759
9759
  "location": {
9760
9760
  "filePath": "typescript.main.runtime.ts",
9761
- "line": 94,
9761
+ "line": 99,
9762
9762
  "character": 1
9763
9763
  },
9764
9764
  "signature": "class TypescriptMain",
@@ -9768,7 +9768,7 @@
9768
9768
  "__schema": "ConstructorSchema",
9769
9769
  "location": {
9770
9770
  "filePath": "typescript.main.runtime.ts",
9771
- "line": 95,
9771
+ "line": 100,
9772
9772
  "character": 3
9773
9773
  },
9774
9774
  "signature": "constructor TypescriptMain(logger: Logger, schemaTransformerSlot: SchemaTransformerSlot, apiTransformerSlot: APITransformerSlot, workspace: Workspace, scope: ScopeMain, depResolver: DependencyResolverMain, envs: EnvsMain, tsConfigWriter: TsconfigWriter, aspectLoader: AspectLoaderMain): TypescriptMain",
@@ -9778,7 +9778,7 @@
9778
9778
  "__schema": "ParameterSchema",
9779
9779
  "location": {
9780
9780
  "filePath": "typescript.main.runtime.ts",
9781
- "line": 96,
9781
+ "line": 101,
9782
9782
  "character": 5
9783
9783
  },
9784
9784
  "name": "logger",
@@ -9786,7 +9786,7 @@
9786
9786
  "__schema": "TypeRefSchema",
9787
9787
  "location": {
9788
9788
  "filePath": "typescript.main.runtime.ts",
9789
- "line": 96,
9789
+ "line": 101,
9790
9790
  "character": 21
9791
9791
  },
9792
9792
  "name": "Logger"
@@ -9798,7 +9798,7 @@
9798
9798
  "__schema": "ParameterSchema",
9799
9799
  "location": {
9800
9800
  "filePath": "typescript.main.runtime.ts",
9801
- "line": 97,
9801
+ "line": 102,
9802
9802
  "character": 5
9803
9803
  },
9804
9804
  "name": "schemaTransformerSlot",
@@ -9806,7 +9806,7 @@
9806
9806
  "__schema": "TypeRefSchema",
9807
9807
  "location": {
9808
9808
  "filePath": "typescript.main.runtime.ts",
9809
- "line": 97,
9809
+ "line": 102,
9810
9810
  "character": 37
9811
9811
  },
9812
9812
  "name": "SchemaTransformerSlot"
@@ -9818,7 +9818,7 @@
9818
9818
  "__schema": "ParameterSchema",
9819
9819
  "location": {
9820
9820
  "filePath": "typescript.main.runtime.ts",
9821
- "line": 98,
9821
+ "line": 103,
9822
9822
  "character": 5
9823
9823
  },
9824
9824
  "name": "apiTransformerSlot",
@@ -9826,7 +9826,7 @@
9826
9826
  "__schema": "TypeRefSchema",
9827
9827
  "location": {
9828
9828
  "filePath": "typescript.main.runtime.ts",
9829
- "line": 98,
9829
+ "line": 103,
9830
9830
  "character": 34
9831
9831
  },
9832
9832
  "name": "APITransformerSlot"
@@ -9838,7 +9838,7 @@
9838
9838
  "__schema": "ParameterSchema",
9839
9839
  "location": {
9840
9840
  "filePath": "typescript.main.runtime.ts",
9841
- "line": 99,
9841
+ "line": 104,
9842
9842
  "character": 5
9843
9843
  },
9844
9844
  "name": "workspace",
@@ -9846,7 +9846,7 @@
9846
9846
  "__schema": "TypeRefSchema",
9847
9847
  "location": {
9848
9848
  "filePath": "typescript.main.runtime.ts",
9849
- "line": 99,
9849
+ "line": 104,
9850
9850
  "character": 25
9851
9851
  },
9852
9852
  "name": "Workspace"
@@ -9858,7 +9858,7 @@
9858
9858
  "__schema": "ParameterSchema",
9859
9859
  "location": {
9860
9860
  "filePath": "typescript.main.runtime.ts",
9861
- "line": 100,
9861
+ "line": 105,
9862
9862
  "character": 5
9863
9863
  },
9864
9864
  "name": "scope",
@@ -9866,7 +9866,7 @@
9866
9866
  "__schema": "TypeRefSchema",
9867
9867
  "location": {
9868
9868
  "filePath": "typescript.main.runtime.ts",
9869
- "line": 100,
9869
+ "line": 105,
9870
9870
  "character": 21
9871
9871
  },
9872
9872
  "name": "ScopeMain"
@@ -9878,7 +9878,7 @@
9878
9878
  "__schema": "ParameterSchema",
9879
9879
  "location": {
9880
9880
  "filePath": "typescript.main.runtime.ts",
9881
- "line": 101,
9881
+ "line": 106,
9882
9882
  "character": 5
9883
9883
  },
9884
9884
  "name": "depResolver",
@@ -9886,7 +9886,7 @@
9886
9886
  "__schema": "TypeRefSchema",
9887
9887
  "location": {
9888
9888
  "filePath": "typescript.main.runtime.ts",
9889
- "line": 101,
9889
+ "line": 106,
9890
9890
  "character": 27
9891
9891
  },
9892
9892
  "name": "DependencyResolverMain"
@@ -9898,7 +9898,7 @@
9898
9898
  "__schema": "ParameterSchema",
9899
9899
  "location": {
9900
9900
  "filePath": "typescript.main.runtime.ts",
9901
- "line": 102,
9901
+ "line": 107,
9902
9902
  "character": 5
9903
9903
  },
9904
9904
  "name": "envs",
@@ -9906,7 +9906,7 @@
9906
9906
  "__schema": "TypeRefSchema",
9907
9907
  "location": {
9908
9908
  "filePath": "typescript.main.runtime.ts",
9909
- "line": 102,
9909
+ "line": 107,
9910
9910
  "character": 19
9911
9911
  },
9912
9912
  "name": "EnvsMain"
@@ -9918,7 +9918,7 @@
9918
9918
  "__schema": "ParameterSchema",
9919
9919
  "location": {
9920
9920
  "filePath": "typescript.main.runtime.ts",
9921
- "line": 103,
9921
+ "line": 108,
9922
9922
  "character": 5
9923
9923
  },
9924
9924
  "name": "tsConfigWriter",
@@ -9926,7 +9926,7 @@
9926
9926
  "__schema": "TypeRefSchema",
9927
9927
  "location": {
9928
9928
  "filePath": "typescript.main.runtime.ts",
9929
- "line": 103,
9929
+ "line": 108,
9930
9930
  "character": 29
9931
9931
  },
9932
9932
  "name": "TsconfigWriter"
@@ -9938,7 +9938,7 @@
9938
9938
  "__schema": "ParameterSchema",
9939
9939
  "location": {
9940
9940
  "filePath": "typescript.main.runtime.ts",
9941
- "line": 104,
9941
+ "line": 109,
9942
9942
  "character": 5
9943
9943
  },
9944
9944
  "name": "aspectLoader",
@@ -9946,7 +9946,7 @@
9946
9946
  "__schema": "TypeRefSchema",
9947
9947
  "location": {
9948
9948
  "filePath": "typescript.main.runtime.ts",
9949
- "line": 104,
9949
+ "line": 109,
9950
9950
  "character": 27
9951
9951
  },
9952
9952
  "name": "AspectLoaderMain"
@@ -9959,7 +9959,7 @@
9959
9959
  "__schema": "ThisTypeSchema",
9960
9960
  "location": {
9961
9961
  "filePath": "typescript.main.runtime.ts",
9962
- "line": 94,
9962
+ "line": 99,
9963
9963
  "character": 1
9964
9964
  },
9965
9965
  "name": "TypescriptMain"
@@ -9970,14 +9970,14 @@
9970
9970
  "__schema": "FunctionLikeSchema",
9971
9971
  "location": {
9972
9972
  "filePath": "typescript.main.runtime.ts",
9973
- "line": 111,
9973
+ "line": 116,
9974
9974
  "character": 3
9975
9975
  },
9976
9976
  "doc": {
9977
9977
  "__schema": "DocSchema",
9978
9978
  "location": {
9979
9979
  "filePath": "typescript.main.runtime.ts",
9980
- "line": 108,
9980
+ "line": 113,
9981
9981
  "character": 3
9982
9982
  },
9983
9983
  "raw": "/**\n * create a new compiler.\n */",
@@ -9990,7 +9990,7 @@
9990
9990
  "__schema": "ParameterSchema",
9991
9991
  "location": {
9992
9992
  "filePath": "typescript.main.runtime.ts",
9993
- "line": 112,
9993
+ "line": 117,
9994
9994
  "character": 5
9995
9995
  },
9996
9996
  "name": "options",
@@ -9998,7 +9998,7 @@
9998
9998
  "__schema": "TypeRefSchema",
9999
9999
  "location": {
10000
10000
  "filePath": "typescript.main.runtime.ts",
10001
- "line": 112,
10001
+ "line": 117,
10002
10002
  "character": 14
10003
10003
  },
10004
10004
  "name": "TypeScriptCompilerOptions"
@@ -10010,7 +10010,7 @@
10010
10010
  "__schema": "ParameterSchema",
10011
10011
  "location": {
10012
10012
  "filePath": "typescript.main.runtime.ts",
10013
- "line": 113,
10013
+ "line": 118,
10014
10014
  "character": 5
10015
10015
  },
10016
10016
  "name": "transformers",
@@ -10018,14 +10018,14 @@
10018
10018
  "__schema": "TypeArraySchema",
10019
10019
  "location": {
10020
10020
  "filePath": "typescript.main.runtime.ts",
10021
- "line": 113,
10021
+ "line": 118,
10022
10022
  "character": 19
10023
10023
  },
10024
10024
  "type": {
10025
10025
  "__schema": "TypeRefSchema",
10026
10026
  "location": {
10027
10027
  "filePath": "typescript.main.runtime.ts",
10028
- "line": 113,
10028
+ "line": 118,
10029
10029
  "character": 19
10030
10030
  },
10031
10031
  "name": "TsConfigTransformer"
@@ -10039,7 +10039,7 @@
10039
10039
  "__schema": "ParameterSchema",
10040
10040
  "location": {
10041
10041
  "filePath": "typescript.main.runtime.ts",
10042
- "line": 114,
10042
+ "line": 119,
10043
10043
  "character": 5
10044
10044
  },
10045
10045
  "name": "tsModule",
@@ -10047,7 +10047,7 @@
10047
10047
  "__schema": "InferenceTypeSchema",
10048
10048
  "location": {
10049
10049
  "filePath": "typescript.main.runtime.ts",
10050
- "line": 114,
10050
+ "line": 119,
10051
10051
  "character": 5
10052
10052
  },
10053
10053
  "type": "typeof ts"
@@ -10061,7 +10061,7 @@
10061
10061
  "__schema": "TypeRefSchema",
10062
10062
  "location": {
10063
10063
  "filePath": "typescript.main.runtime.ts",
10064
- "line": 111,
10064
+ "line": 116,
10065
10065
  "character": 3
10066
10066
  },
10067
10067
  "name": "Compiler",
@@ -10076,14 +10076,14 @@
10076
10076
  "__schema": "FunctionLikeSchema",
10077
10077
  "location": {
10078
10078
  "filePath": "typescript.main.runtime.ts",
10079
- "line": 125,
10079
+ "line": 130,
10080
10080
  "character": 3
10081
10081
  },
10082
10082
  "doc": {
10083
10083
  "__schema": "DocSchema",
10084
10084
  "location": {
10085
10085
  "filePath": "typescript.main.runtime.ts",
10086
- "line": 122,
10086
+ "line": 127,
10087
10087
  "character": 3
10088
10088
  },
10089
10089
  "raw": "/**\n * get TsserverClient instance if initiated already, otherwise, return undefined.\n */",
@@ -10096,7 +10096,7 @@
10096
10096
  "__schema": "TypeUnionSchema",
10097
10097
  "location": {
10098
10098
  "filePath": "typescript.main.runtime.ts",
10099
- "line": 125,
10099
+ "line": 130,
10100
10100
  "character": 24
10101
10101
  },
10102
10102
  "types": [
@@ -10104,7 +10104,7 @@
10104
10104
  "__schema": "TypeRefSchema",
10105
10105
  "location": {
10106
10106
  "filePath": "typescript.main.runtime.ts",
10107
- "line": 125,
10107
+ "line": 130,
10108
10108
  "character": 24
10109
10109
  },
10110
10110
  "name": "TsserverClient"
@@ -10113,7 +10113,7 @@
10113
10113
  "__schema": "KeywordTypeSchema",
10114
10114
  "location": {
10115
10115
  "filePath": "typescript.main.runtime.ts",
10116
- "line": 125,
10116
+ "line": 130,
10117
10117
  "character": 41
10118
10118
  },
10119
10119
  "name": "undefined"
@@ -10126,7 +10126,7 @@
10126
10126
  "__schema": "FunctionLikeSchema",
10127
10127
  "location": {
10128
10128
  "filePath": "typescript.main.runtime.ts",
10129
- "line": 129,
10129
+ "line": 134,
10130
10130
  "character": 3
10131
10131
  },
10132
10132
  "signature": "(method) TypescriptMain.registerSchemaTransformer(transformers: SchemaTransformer[]): this",
@@ -10136,7 +10136,7 @@
10136
10136
  "__schema": "ParameterSchema",
10137
10137
  "location": {
10138
10138
  "filePath": "typescript.main.runtime.ts",
10139
- "line": 129,
10139
+ "line": 134,
10140
10140
  "character": 29
10141
10141
  },
10142
10142
  "name": "transformers",
@@ -10144,14 +10144,14 @@
10144
10144
  "__schema": "TypeArraySchema",
10145
10145
  "location": {
10146
10146
  "filePath": "typescript.main.runtime.ts",
10147
- "line": 129,
10147
+ "line": 134,
10148
10148
  "character": 43
10149
10149
  },
10150
10150
  "type": {
10151
10151
  "__schema": "TypeRefSchema",
10152
10152
  "location": {
10153
10153
  "filePath": "typescript.main.runtime.ts",
10154
- "line": 129,
10154
+ "line": 134,
10155
10155
  "character": 43
10156
10156
  },
10157
10157
  "name": "SchemaTransformer"
@@ -10165,7 +10165,7 @@
10165
10165
  "__schema": "TypeRefSchema",
10166
10166
  "location": {
10167
10167
  "filePath": "typescript.main.runtime.ts",
10168
- "line": 129,
10168
+ "line": 134,
10169
10169
  "character": 3
10170
10170
  },
10171
10171
  "name": "TypescriptMain"
@@ -10176,7 +10176,7 @@
10176
10176
  "__schema": "FunctionLikeSchema",
10177
10177
  "location": {
10178
10178
  "filePath": "typescript.main.runtime.ts",
10179
- "line": 134,
10179
+ "line": 139,
10180
10180
  "character": 3
10181
10181
  },
10182
10182
  "signature": "(method) TypescriptMain.registerApiTransformer(transformers: SchemaNodeTransformer[]): this",
@@ -10186,7 +10186,7 @@
10186
10186
  "__schema": "ParameterSchema",
10187
10187
  "location": {
10188
10188
  "filePath": "typescript.main.runtime.ts",
10189
- "line": 134,
10189
+ "line": 139,
10190
10190
  "character": 26
10191
10191
  },
10192
10192
  "name": "transformers",
@@ -10194,14 +10194,14 @@
10194
10194
  "__schema": "TypeArraySchema",
10195
10195
  "location": {
10196
10196
  "filePath": "typescript.main.runtime.ts",
10197
- "line": 134,
10197
+ "line": 139,
10198
10198
  "character": 40
10199
10199
  },
10200
10200
  "type": {
10201
10201
  "__schema": "TypeRefSchema",
10202
10202
  "location": {
10203
10203
  "filePath": "typescript.main.runtime.ts",
10204
- "line": 134,
10204
+ "line": 139,
10205
10205
  "character": 40
10206
10206
  },
10207
10207
  "name": "SchemaNodeTransformer"
@@ -10215,7 +10215,7 @@
10215
10215
  "__schema": "TypeRefSchema",
10216
10216
  "location": {
10217
10217
  "filePath": "typescript.main.runtime.ts",
10218
- "line": 134,
10218
+ "line": 139,
10219
10219
  "character": 3
10220
10220
  },
10221
10221
  "name": "TypescriptMain"
@@ -10226,14 +10226,14 @@
10226
10226
  "__schema": "FunctionLikeSchema",
10227
10227
  "location": {
10228
10228
  "filePath": "typescript.main.runtime.ts",
10229
- "line": 146,
10229
+ "line": 151,
10230
10230
  "character": 3
10231
10231
  },
10232
10232
  "doc": {
10233
10233
  "__schema": "DocSchema",
10234
10234
  "location": {
10235
10235
  "filePath": "typescript.main.runtime.ts",
10236
- "line": 139,
10236
+ "line": 144,
10237
10237
  "character": 3
10238
10238
  },
10239
10239
  "raw": "/**\n * starts a tsserver process to communicate with its API.\n * @param projectPath absolute path of the project root directory\n * @param options TsserverClientOpts\n * @param files optionally, if check-types is enabled, provide files to open and type check.\n * @returns TsserverClient\n */",
@@ -10243,7 +10243,7 @@
10243
10243
  "__schema": "PropertyLikeTagSchema",
10244
10244
  "location": {
10245
10245
  "filePath": "typescript.main.runtime.ts",
10246
- "line": 141,
10246
+ "line": 146,
10247
10247
  "character": 6
10248
10248
  },
10249
10249
  "name": "projectPath",
@@ -10254,7 +10254,7 @@
10254
10254
  "__schema": "PropertyLikeTagSchema",
10255
10255
  "location": {
10256
10256
  "filePath": "typescript.main.runtime.ts",
10257
- "line": 142,
10257
+ "line": 147,
10258
10258
  "character": 6
10259
10259
  },
10260
10260
  "name": "options",
@@ -10265,7 +10265,7 @@
10265
10265
  "__schema": "PropertyLikeTagSchema",
10266
10266
  "location": {
10267
10267
  "filePath": "typescript.main.runtime.ts",
10268
- "line": 143,
10268
+ "line": 148,
10269
10269
  "character": 6
10270
10270
  },
10271
10271
  "name": "files",
@@ -10276,7 +10276,7 @@
10276
10276
  "__schema": "ReturnTagSchema",
10277
10277
  "location": {
10278
10278
  "filePath": "typescript.main.runtime.ts",
10279
- "line": 144,
10279
+ "line": 149,
10280
10280
  "character": 6
10281
10281
  },
10282
10282
  "tagName": "return",
@@ -10291,7 +10291,7 @@
10291
10291
  "__schema": "ParameterSchema",
10292
10292
  "location": {
10293
10293
  "filePath": "typescript.main.runtime.ts",
10294
- "line": 147,
10294
+ "line": 152,
10295
10295
  "character": 5
10296
10296
  },
10297
10297
  "name": "projectPath",
@@ -10299,7 +10299,7 @@
10299
10299
  "__schema": "KeywordTypeSchema",
10300
10300
  "location": {
10301
10301
  "filePath": "typescript.main.runtime.ts",
10302
- "line": 147,
10302
+ "line": 152,
10303
10303
  "character": 18
10304
10304
  },
10305
10305
  "name": "string"
@@ -10311,7 +10311,7 @@
10311
10311
  "__schema": "ParameterSchema",
10312
10312
  "location": {
10313
10313
  "filePath": "typescript.main.runtime.ts",
10314
- "line": 148,
10314
+ "line": 153,
10315
10315
  "character": 5
10316
10316
  },
10317
10317
  "name": "options",
@@ -10319,7 +10319,7 @@
10319
10319
  "__schema": "TypeRefSchema",
10320
10320
  "location": {
10321
10321
  "filePath": "typescript.main.runtime.ts",
10322
- "line": 148,
10322
+ "line": 153,
10323
10323
  "character": 14
10324
10324
  },
10325
10325
  "name": "TsserverClientOpts"
@@ -10332,7 +10332,7 @@
10332
10332
  "__schema": "ParameterSchema",
10333
10333
  "location": {
10334
10334
  "filePath": "typescript.main.runtime.ts",
10335
- "line": 149,
10335
+ "line": 154,
10336
10336
  "character": 5
10337
10337
  },
10338
10338
  "name": "files",
@@ -10340,14 +10340,14 @@
10340
10340
  "__schema": "TypeArraySchema",
10341
10341
  "location": {
10342
10342
  "filePath": "typescript.main.runtime.ts",
10343
- "line": 149,
10343
+ "line": 154,
10344
10344
  "character": 12
10345
10345
  },
10346
10346
  "type": {
10347
10347
  "__schema": "KeywordTypeSchema",
10348
10348
  "location": {
10349
10349
  "filePath": "typescript.main.runtime.ts",
10350
- "line": 149,
10350
+ "line": 154,
10351
10351
  "character": 12
10352
10352
  },
10353
10353
  "name": "string"
@@ -10362,7 +10362,7 @@
10362
10362
  "__schema": "TypeRefSchema",
10363
10363
  "location": {
10364
10364
  "filePath": "typescript.main.runtime.ts",
10365
- "line": 150,
10365
+ "line": 155,
10366
10366
  "character": 6
10367
10367
  },
10368
10368
  "name": "Promise",
@@ -10371,7 +10371,7 @@
10371
10371
  "__schema": "TypeRefSchema",
10372
10372
  "location": {
10373
10373
  "filePath": "typescript.main.runtime.ts",
10374
- "line": 150,
10374
+ "line": 155,
10375
10375
  "character": 14
10376
10376
  },
10377
10377
  "name": "TsserverClient"
@@ -10386,14 +10386,14 @@
10386
10386
  "__schema": "FunctionLikeSchema",
10387
10387
  "location": {
10388
10388
  "filePath": "typescript.main.runtime.ts",
10389
- "line": 162,
10389
+ "line": 167,
10390
10390
  "character": 3
10391
10391
  },
10392
10392
  "doc": {
10393
10393
  "__schema": "DocSchema",
10394
10394
  "location": {
10395
10395
  "filePath": "typescript.main.runtime.ts",
10396
- "line": 156,
10396
+ "line": 161,
10397
10397
  "character": 3
10398
10398
  },
10399
10399
  "raw": "/**\n * starts a tsserver process to communicate with its API. use only when running on the workspace.\n * @param options TsserverClientOpts\n * @param files optionally, if check-types is enabled, provide files to open and type check.\n * @returns TsserverClient\n */",
@@ -10403,7 +10403,7 @@
10403
10403
  "__schema": "PropertyLikeTagSchema",
10404
10404
  "location": {
10405
10405
  "filePath": "typescript.main.runtime.ts",
10406
- "line": 158,
10406
+ "line": 163,
10407
10407
  "character": 6
10408
10408
  },
10409
10409
  "name": "options",
@@ -10414,7 +10414,7 @@
10414
10414
  "__schema": "PropertyLikeTagSchema",
10415
10415
  "location": {
10416
10416
  "filePath": "typescript.main.runtime.ts",
10417
- "line": 159,
10417
+ "line": 164,
10418
10418
  "character": 6
10419
10419
  },
10420
10420
  "name": "files",
@@ -10425,7 +10425,7 @@
10425
10425
  "__schema": "ReturnTagSchema",
10426
10426
  "location": {
10427
10427
  "filePath": "typescript.main.runtime.ts",
10428
- "line": 160,
10428
+ "line": 165,
10429
10429
  "character": 6
10430
10430
  },
10431
10431
  "tagName": "return",
@@ -10440,7 +10440,7 @@
10440
10440
  "__schema": "ParameterSchema",
10441
10441
  "location": {
10442
10442
  "filePath": "typescript.main.runtime.ts",
10443
- "line": 163,
10443
+ "line": 168,
10444
10444
  "character": 5
10445
10445
  },
10446
10446
  "name": "options",
@@ -10448,7 +10448,7 @@
10448
10448
  "__schema": "TypeRefSchema",
10449
10449
  "location": {
10450
10450
  "filePath": "typescript.main.runtime.ts",
10451
- "line": 163,
10451
+ "line": 168,
10452
10452
  "character": 14
10453
10453
  },
10454
10454
  "name": "TsserverClientOpts"
@@ -10461,7 +10461,7 @@
10461
10461
  "__schema": "ParameterSchema",
10462
10462
  "location": {
10463
10463
  "filePath": "typescript.main.runtime.ts",
10464
- "line": 164,
10464
+ "line": 169,
10465
10465
  "character": 5
10466
10466
  },
10467
10467
  "name": "files",
@@ -10469,14 +10469,14 @@
10469
10469
  "__schema": "TypeArraySchema",
10470
10470
  "location": {
10471
10471
  "filePath": "typescript.main.runtime.ts",
10472
- "line": 164,
10472
+ "line": 169,
10473
10473
  "character": 12
10474
10474
  },
10475
10475
  "type": {
10476
10476
  "__schema": "KeywordTypeSchema",
10477
10477
  "location": {
10478
10478
  "filePath": "typescript.main.runtime.ts",
10479
- "line": 164,
10479
+ "line": 169,
10480
10480
  "character": 12
10481
10481
  },
10482
10482
  "name": "string"
@@ -10491,7 +10491,7 @@
10491
10491
  "__schema": "TypeRefSchema",
10492
10492
  "location": {
10493
10493
  "filePath": "typescript.main.runtime.ts",
10494
- "line": 165,
10494
+ "line": 170,
10495
10495
  "character": 6
10496
10496
  },
10497
10497
  "name": "Promise",
@@ -10500,7 +10500,7 @@
10500
10500
  "__schema": "TypeRefSchema",
10501
10501
  "location": {
10502
10502
  "filePath": "typescript.main.runtime.ts",
10503
- "line": 165,
10503
+ "line": 170,
10504
10504
  "character": 14
10505
10505
  },
10506
10506
  "name": "TsserverClient"
@@ -10515,14 +10515,14 @@
10515
10515
  "__schema": "FunctionLikeSchema",
10516
10516
  "location": {
10517
10517
  "filePath": "typescript.main.runtime.ts",
10518
- "line": 179,
10518
+ "line": 184,
10519
10519
  "character": 3
10520
10520
  },
10521
10521
  "doc": {
10522
10522
  "__schema": "DocSchema",
10523
10523
  "location": {
10524
10524
  "filePath": "typescript.main.runtime.ts",
10525
- "line": 172,
10525
+ "line": 177,
10526
10526
  "character": 3
10527
10527
  },
10528
10528
  "raw": "/**\n * Create a compiler instance and run the cjs transformer for it\n * @param options\n * @param transformers\n * @param tsModule\n * @returns\n */",
@@ -10532,7 +10532,7 @@
10532
10532
  "__schema": "PropertyLikeTagSchema",
10533
10533
  "location": {
10534
10534
  "filePath": "typescript.main.runtime.ts",
10535
- "line": 174,
10535
+ "line": 179,
10536
10536
  "character": 6
10537
10537
  },
10538
10538
  "name": "options",
@@ -10542,7 +10542,7 @@
10542
10542
  "__schema": "PropertyLikeTagSchema",
10543
10543
  "location": {
10544
10544
  "filePath": "typescript.main.runtime.ts",
10545
- "line": 175,
10545
+ "line": 180,
10546
10546
  "character": 6
10547
10547
  },
10548
10548
  "name": "transformers",
@@ -10552,7 +10552,7 @@
10552
10552
  "__schema": "PropertyLikeTagSchema",
10553
10553
  "location": {
10554
10554
  "filePath": "typescript.main.runtime.ts",
10555
- "line": 176,
10555
+ "line": 181,
10556
10556
  "character": 6
10557
10557
  },
10558
10558
  "name": "tsModule",
@@ -10562,7 +10562,7 @@
10562
10562
  "__schema": "ReturnTagSchema",
10563
10563
  "location": {
10564
10564
  "filePath": "typescript.main.runtime.ts",
10565
- "line": 177,
10565
+ "line": 182,
10566
10566
  "character": 6
10567
10567
  },
10568
10568
  "tagName": "return"
@@ -10576,7 +10576,7 @@
10576
10576
  "__schema": "ParameterSchema",
10577
10577
  "location": {
10578
10578
  "filePath": "typescript.main.runtime.ts",
10579
- "line": 179,
10579
+ "line": 184,
10580
10580
  "character": 21
10581
10581
  },
10582
10582
  "name": "options",
@@ -10584,7 +10584,7 @@
10584
10584
  "__schema": "TypeRefSchema",
10585
10585
  "location": {
10586
10586
  "filePath": "typescript.main.runtime.ts",
10587
- "line": 179,
10587
+ "line": 184,
10588
10588
  "character": 30
10589
10589
  },
10590
10590
  "name": "TypeScriptCompilerOptions"
@@ -10596,7 +10596,7 @@
10596
10596
  "__schema": "ParameterSchema",
10597
10597
  "location": {
10598
10598
  "filePath": "typescript.main.runtime.ts",
10599
- "line": 179,
10599
+ "line": 184,
10600
10600
  "character": 57
10601
10601
  },
10602
10602
  "name": "transformers",
@@ -10604,14 +10604,14 @@
10604
10604
  "__schema": "TypeArraySchema",
10605
10605
  "location": {
10606
10606
  "filePath": "typescript.main.runtime.ts",
10607
- "line": 179,
10607
+ "line": 184,
10608
10608
  "character": 71
10609
10609
  },
10610
10610
  "type": {
10611
10611
  "__schema": "TypeRefSchema",
10612
10612
  "location": {
10613
10613
  "filePath": "typescript.main.runtime.ts",
10614
- "line": 179,
10614
+ "line": 184,
10615
10615
  "character": 71
10616
10616
  },
10617
10617
  "name": "TsConfigTransformer"
@@ -10625,7 +10625,7 @@
10625
10625
  "__schema": "ParameterSchema",
10626
10626
  "location": {
10627
10627
  "filePath": "typescript.main.runtime.ts",
10628
- "line": 179,
10628
+ "line": 184,
10629
10629
  "character": 99
10630
10630
  },
10631
10631
  "name": "tsModule",
@@ -10633,7 +10633,7 @@
10633
10633
  "__schema": "InferenceTypeSchema",
10634
10634
  "location": {
10635
10635
  "filePath": "typescript.main.runtime.ts",
10636
- "line": 179,
10636
+ "line": 184,
10637
10637
  "character": 99
10638
10638
  },
10639
10639
  "type": "typeof ts"
@@ -10647,7 +10647,7 @@
10647
10647
  "__schema": "TypeRefSchema",
10648
10648
  "location": {
10649
10649
  "filePath": "typescript.main.runtime.ts",
10650
- "line": 179,
10650
+ "line": 184,
10651
10651
  "character": 3
10652
10652
  },
10653
10653
  "name": "Compiler",
@@ -10662,14 +10662,14 @@
10662
10662
  "__schema": "FunctionLikeSchema",
10663
10663
  "location": {
10664
10664
  "filePath": "typescript.main.runtime.ts",
10665
- "line": 190,
10665
+ "line": 195,
10666
10666
  "character": 3
10667
10667
  },
10668
10668
  "doc": {
10669
10669
  "__schema": "DocSchema",
10670
10670
  "location": {
10671
10671
  "filePath": "typescript.main.runtime.ts",
10672
- "line": 183,
10672
+ "line": 188,
10673
10673
  "character": 3
10674
10674
  },
10675
10675
  "raw": "/**\n * Create a compiler instance and run the esm transformer for it\n * @param options\n * @param transformers\n * @param tsModule\n * @returns\n */",
@@ -10679,7 +10679,7 @@
10679
10679
  "__schema": "PropertyLikeTagSchema",
10680
10680
  "location": {
10681
10681
  "filePath": "typescript.main.runtime.ts",
10682
- "line": 185,
10682
+ "line": 190,
10683
10683
  "character": 6
10684
10684
  },
10685
10685
  "name": "options",
@@ -10689,7 +10689,7 @@
10689
10689
  "__schema": "PropertyLikeTagSchema",
10690
10690
  "location": {
10691
10691
  "filePath": "typescript.main.runtime.ts",
10692
- "line": 186,
10692
+ "line": 191,
10693
10693
  "character": 6
10694
10694
  },
10695
10695
  "name": "transformers",
@@ -10699,7 +10699,7 @@
10699
10699
  "__schema": "PropertyLikeTagSchema",
10700
10700
  "location": {
10701
10701
  "filePath": "typescript.main.runtime.ts",
10702
- "line": 187,
10702
+ "line": 192,
10703
10703
  "character": 6
10704
10704
  },
10705
10705
  "name": "tsModule",
@@ -10709,7 +10709,7 @@
10709
10709
  "__schema": "ReturnTagSchema",
10710
10710
  "location": {
10711
10711
  "filePath": "typescript.main.runtime.ts",
10712
- "line": 188,
10712
+ "line": 193,
10713
10713
  "character": 6
10714
10714
  },
10715
10715
  "tagName": "return"
@@ -10723,7 +10723,7 @@
10723
10723
  "__schema": "ParameterSchema",
10724
10724
  "location": {
10725
10725
  "filePath": "typescript.main.runtime.ts",
10726
- "line": 190,
10726
+ "line": 195,
10727
10727
  "character": 21
10728
10728
  },
10729
10729
  "name": "options",
@@ -10731,7 +10731,7 @@
10731
10731
  "__schema": "TypeRefSchema",
10732
10732
  "location": {
10733
10733
  "filePath": "typescript.main.runtime.ts",
10734
- "line": 190,
10734
+ "line": 195,
10735
10735
  "character": 30
10736
10736
  },
10737
10737
  "name": "TypeScriptCompilerOptions"
@@ -10743,7 +10743,7 @@
10743
10743
  "__schema": "ParameterSchema",
10744
10744
  "location": {
10745
10745
  "filePath": "typescript.main.runtime.ts",
10746
- "line": 190,
10746
+ "line": 195,
10747
10747
  "character": 57
10748
10748
  },
10749
10749
  "name": "transformers",
@@ -10751,14 +10751,14 @@
10751
10751
  "__schema": "TypeArraySchema",
10752
10752
  "location": {
10753
10753
  "filePath": "typescript.main.runtime.ts",
10754
- "line": 190,
10754
+ "line": 195,
10755
10755
  "character": 71
10756
10756
  },
10757
10757
  "type": {
10758
10758
  "__schema": "TypeRefSchema",
10759
10759
  "location": {
10760
10760
  "filePath": "typescript.main.runtime.ts",
10761
- "line": 190,
10761
+ "line": 195,
10762
10762
  "character": 71
10763
10763
  },
10764
10764
  "name": "TsConfigTransformer"
@@ -10772,7 +10772,7 @@
10772
10772
  "__schema": "ParameterSchema",
10773
10773
  "location": {
10774
10774
  "filePath": "typescript.main.runtime.ts",
10775
- "line": 190,
10775
+ "line": 195,
10776
10776
  "character": 99
10777
10777
  },
10778
10778
  "name": "tsModule",
@@ -10780,7 +10780,7 @@
10780
10780
  "__schema": "InferenceTypeSchema",
10781
10781
  "location": {
10782
10782
  "filePath": "typescript.main.runtime.ts",
10783
- "line": 190,
10783
+ "line": 195,
10784
10784
  "character": 99
10785
10785
  },
10786
10786
  "type": "typeof ts"
@@ -10794,7 +10794,7 @@
10794
10794
  "__schema": "TypeRefSchema",
10795
10795
  "location": {
10796
10796
  "filePath": "typescript.main.runtime.ts",
10797
- "line": 190,
10797
+ "line": 195,
10798
10798
  "character": 3
10799
10799
  },
10800
10800
  "name": "Compiler",
@@ -10809,14 +10809,14 @@
10809
10809
  "__schema": "FunctionLikeSchema",
10810
10810
  "location": {
10811
10811
  "filePath": "typescript.main.runtime.ts",
10812
- "line": 198,
10812
+ "line": 203,
10813
10813
  "character": 3
10814
10814
  },
10815
10815
  "doc": {
10816
10816
  "__schema": "DocSchema",
10817
10817
  "location": {
10818
10818
  "filePath": "typescript.main.runtime.ts",
10819
- "line": 194,
10819
+ "line": 199,
10820
10820
  "character": 3
10821
10821
  },
10822
10822
  "raw": "/**\n * Create a transformer that change the ts module to CommonJS\n * @returns\n */",
@@ -10826,7 +10826,7 @@
10826
10826
  "__schema": "ReturnTagSchema",
10827
10827
  "location": {
10828
10828
  "filePath": "typescript.main.runtime.ts",
10829
- "line": 196,
10829
+ "line": 201,
10830
10830
  "character": 6
10831
10831
  },
10832
10832
  "tagName": "return"
@@ -10840,7 +10840,7 @@
10840
10840
  "__schema": "TypeRefSchema",
10841
10841
  "location": {
10842
10842
  "filePath": "typescript.main.runtime.ts",
10843
- "line": 198,
10843
+ "line": 203,
10844
10844
  "character": 3
10845
10845
  },
10846
10846
  "name": "TsConfigTransformer"
@@ -10851,14 +10851,14 @@
10851
10851
  "__schema": "FunctionLikeSchema",
10852
10852
  "location": {
10853
10853
  "filePath": "typescript.main.runtime.ts",
10854
- "line": 210,
10854
+ "line": 215,
10855
10855
  "character": 3
10856
10856
  },
10857
10857
  "doc": {
10858
10858
  "__schema": "DocSchema",
10859
10859
  "location": {
10860
10860
  "filePath": "typescript.main.runtime.ts",
10861
- "line": 206,
10861
+ "line": 211,
10862
10862
  "character": 3
10863
10863
  },
10864
10864
  "raw": "/**\n * Create a transformer that change the ts module to ES2020\n * @returns\n */",
@@ -10868,7 +10868,7 @@
10868
10868
  "__schema": "ReturnTagSchema",
10869
10869
  "location": {
10870
10870
  "filePath": "typescript.main.runtime.ts",
10871
- "line": 208,
10871
+ "line": 213,
10872
10872
  "character": 6
10873
10873
  },
10874
10874
  "tagName": "return"
@@ -10882,7 +10882,7 @@
10882
10882
  "__schema": "TypeRefSchema",
10883
10883
  "location": {
10884
10884
  "filePath": "typescript.main.runtime.ts",
10885
- "line": 210,
10885
+ "line": 215,
10886
10886
  "character": 3
10887
10887
  },
10888
10888
  "name": "TsConfigTransformer"
@@ -10893,14 +10893,14 @@
10893
10893
  "__schema": "FunctionLikeSchema",
10894
10894
  "location": {
10895
10895
  "filePath": "typescript.main.runtime.ts",
10896
- "line": 223,
10896
+ "line": 228,
10897
10897
  "character": 3
10898
10898
  },
10899
10899
  "doc": {
10900
10900
  "__schema": "DocSchema",
10901
10901
  "location": {
10902
10902
  "filePath": "typescript.main.runtime.ts",
10903
- "line": 220,
10903
+ "line": 225,
10904
10904
  "character": 3
10905
10905
  },
10906
10906
  "raw": "/**\n * create an instance of a typescript semantic schema extractor.\n */",
@@ -10913,7 +10913,7 @@
10913
10913
  "__schema": "ParameterSchema",
10914
10914
  "location": {
10915
10915
  "filePath": "typescript.main.runtime.ts",
10916
- "line": 223,
10916
+ "line": 228,
10917
10917
  "character": 25
10918
10918
  },
10919
10919
  "name": "tsconfig",
@@ -10921,7 +10921,7 @@
10921
10921
  "__schema": "KeywordTypeSchema",
10922
10922
  "location": {
10923
10923
  "filePath": "typescript.main.runtime.ts",
10924
- "line": 223,
10924
+ "line": 228,
10925
10925
  "character": 35
10926
10926
  },
10927
10927
  "name": "any"
@@ -10933,7 +10933,7 @@
10933
10933
  "__schema": "ParameterSchema",
10934
10934
  "location": {
10935
10935
  "filePath": "typescript.main.runtime.ts",
10936
- "line": 223,
10936
+ "line": 228,
10937
10937
  "character": 40
10938
10938
  },
10939
10939
  "name": "tsserverPath",
@@ -10941,7 +10941,7 @@
10941
10941
  "__schema": "KeywordTypeSchema",
10942
10942
  "location": {
10943
10943
  "filePath": "typescript.main.runtime.ts",
10944
- "line": 223,
10944
+ "line": 228,
10945
10945
  "character": 55
10946
10946
  },
10947
10947
  "name": "string"
@@ -10953,7 +10953,7 @@
10953
10953
  "__schema": "ParameterSchema",
10954
10954
  "location": {
10955
10955
  "filePath": "typescript.main.runtime.ts",
10956
- "line": 223,
10956
+ "line": 228,
10957
10957
  "character": 63
10958
10958
  },
10959
10959
  "name": "contextPath",
@@ -10961,7 +10961,7 @@
10961
10961
  "__schema": "KeywordTypeSchema",
10962
10962
  "location": {
10963
10963
  "filePath": "typescript.main.runtime.ts",
10964
- "line": 223,
10964
+ "line": 228,
10965
10965
  "character": 77
10966
10966
  },
10967
10967
  "name": "string"
@@ -10974,7 +10974,7 @@
10974
10974
  "__schema": "TypeRefSchema",
10975
10975
  "location": {
10976
10976
  "filePath": "typescript.main.runtime.ts",
10977
- "line": 223,
10977
+ "line": 228,
10978
10978
  "character": 3
10979
10979
  },
10980
10980
  "name": "SchemaExtractor",
@@ -10989,14 +10989,14 @@
10989
10989
  "__schema": "FunctionLikeSchema",
10990
10990
  "location": {
10991
10991
  "filePath": "typescript.main.runtime.ts",
10992
- "line": 243,
10992
+ "line": 248,
10993
10993
  "character": 3
10994
10994
  },
10995
10995
  "doc": {
10996
10996
  "__schema": "DocSchema",
10997
10997
  "location": {
10998
10998
  "filePath": "typescript.main.runtime.ts",
10999
- "line": 239,
10999
+ "line": 244,
11000
11000
  "character": 3
11001
11001
  },
11002
11002
  "raw": "/**\n * add the default package json properties to the component\n * :TODO @gilad why do we need this DSL? can't I just get the args here.\n */",
@@ -11009,7 +11009,7 @@
11009
11009
  "__schema": "TypeRefSchema",
11010
11010
  "location": {
11011
11011
  "filePath": "typescript.main.runtime.ts",
11012
- "line": 243,
11012
+ "line": 248,
11013
11013
  "character": 3
11014
11014
  },
11015
11015
  "name": "PackageJsonProps",
@@ -11024,14 +11024,14 @@
11024
11024
  "__schema": "FunctionLikeSchema",
11025
11025
  "location": {
11026
11026
  "filePath": "typescript.main.runtime.ts",
11027
- "line": 254,
11027
+ "line": 259,
11028
11028
  "character": 3
11029
11029
  },
11030
11030
  "doc": {
11031
11031
  "__schema": "DocSchema",
11032
11032
  "location": {
11033
11033
  "filePath": "typescript.main.runtime.ts",
11034
- "line": 250,
11034
+ "line": 255,
11035
11035
  "character": 3
11036
11036
  },
11037
11037
  "raw": "/**\n * add type: module to the package.json props and the default props\n * :TODO @gilad why do we need this DSL? can't I just get the args here.\n */",
@@ -11044,7 +11044,7 @@
11044
11044
  "__schema": "TypeRefSchema",
11045
11045
  "location": {
11046
11046
  "filePath": "typescript.main.runtime.ts",
11047
- "line": 254,
11047
+ "line": 259,
11048
11048
  "character": 3
11049
11049
  },
11050
11050
  "name": "PackageJsonProps",
@@ -11059,7 +11059,7 @@
11059
11059
  "__schema": "FunctionLikeSchema",
11060
11060
  "location": {
11061
11061
  "filePath": "typescript.main.runtime.ts",
11062
- "line": 263,
11062
+ "line": 268,
11063
11063
  "character": 3
11064
11064
  },
11065
11065
  "signature": "(method) TypescriptMain.getSupportedFilesForTsserver(components: Component[]): string[]",
@@ -11069,7 +11069,7 @@
11069
11069
  "__schema": "ParameterSchema",
11070
11070
  "location": {
11071
11071
  "filePath": "typescript.main.runtime.ts",
11072
- "line": 263,
11072
+ "line": 268,
11073
11073
  "character": 32
11074
11074
  },
11075
11075
  "name": "components",
@@ -11077,14 +11077,14 @@
11077
11077
  "__schema": "TypeArraySchema",
11078
11078
  "location": {
11079
11079
  "filePath": "typescript.main.runtime.ts",
11080
- "line": 263,
11080
+ "line": 268,
11081
11081
  "character": 44
11082
11082
  },
11083
11083
  "type": {
11084
11084
  "__schema": "TypeRefSchema",
11085
11085
  "location": {
11086
11086
  "filePath": "typescript.main.runtime.ts",
11087
- "line": 263,
11087
+ "line": 268,
11088
11088
  "character": 44
11089
11089
  },
11090
11090
  "name": "Component"
@@ -11098,14 +11098,14 @@
11098
11098
  "__schema": "TypeArraySchema",
11099
11099
  "location": {
11100
11100
  "filePath": "typescript.main.runtime.ts",
11101
- "line": 263,
11101
+ "line": 268,
11102
11102
  "character": 58
11103
11103
  },
11104
11104
  "type": {
11105
11105
  "__schema": "KeywordTypeSchema",
11106
11106
  "location": {
11107
11107
  "filePath": "typescript.main.runtime.ts",
11108
- "line": 263,
11108
+ "line": 268,
11109
11109
  "character": 58
11110
11110
  },
11111
11111
  "name": "string"
@@ -11117,7 +11117,7 @@
11117
11117
  "__schema": "FunctionLikeSchema",
11118
11118
  "location": {
11119
11119
  "filePath": "typescript.main.runtime.ts",
11120
- "line": 271,
11120
+ "line": 276,
11121
11121
  "character": 3
11122
11122
  },
11123
11123
  "signature": "(method) TypescriptMain.cleanTsconfigJson(options?: TsconfigWriterOptions): Promise<string[]>",
@@ -11127,7 +11127,7 @@
11127
11127
  "__schema": "ParameterSchema",
11128
11128
  "location": {
11129
11129
  "filePath": "typescript.main.runtime.ts",
11130
- "line": 271,
11130
+ "line": 276,
11131
11131
  "character": 27
11132
11132
  },
11133
11133
  "name": "options",
@@ -11135,7 +11135,7 @@
11135
11135
  "__schema": "TypeRefSchema",
11136
11136
  "location": {
11137
11137
  "filePath": "typescript.main.runtime.ts",
11138
- "line": 271,
11138
+ "line": 276,
11139
11139
  "character": 36
11140
11140
  },
11141
11141
  "name": "TsconfigWriterOptions"
@@ -11149,7 +11149,7 @@
11149
11149
  "__schema": "InferenceTypeSchema",
11150
11150
  "location": {
11151
11151
  "filePath": "typescript.main.runtime.ts",
11152
- "line": 271,
11152
+ "line": 276,
11153
11153
  "character": 3
11154
11154
  },
11155
11155
  "type": "Promise<string[]>"
@@ -11162,7 +11162,7 @@
11162
11162
  "__schema": "FunctionLikeSchema",
11163
11163
  "location": {
11164
11164
  "filePath": "typescript.main.runtime.ts",
11165
- "line": 281,
11165
+ "line": 286,
11166
11166
  "character": 3
11167
11167
  },
11168
11168
  "signature": "(method) TypescriptMain.writeTsconfigJson(options?: TsconfigWriterOptions): Promise<{\n cleanResults?: string[] | undefined;\n writeResults: TsconfigPathsPerEnv[];\n}>",
@@ -11172,7 +11172,7 @@
11172
11172
  "__schema": "ParameterSchema",
11173
11173
  "location": {
11174
11174
  "filePath": "typescript.main.runtime.ts",
11175
- "line": 281,
11175
+ "line": 286,
11176
11176
  "character": 27
11177
11177
  },
11178
11178
  "name": "options",
@@ -11180,7 +11180,7 @@
11180
11180
  "__schema": "TypeRefSchema",
11181
11181
  "location": {
11182
11182
  "filePath": "typescript.main.runtime.ts",
11183
- "line": 281,
11183
+ "line": 286,
11184
11184
  "character": 36
11185
11185
  },
11186
11186
  "name": "TsconfigWriterOptions"
@@ -11194,7 +11194,7 @@
11194
11194
  "__schema": "TypeRefSchema",
11195
11195
  "location": {
11196
11196
  "filePath": "typescript.main.runtime.ts",
11197
- "line": 281,
11197
+ "line": 286,
11198
11198
  "character": 65
11199
11199
  },
11200
11200
  "name": "Promise",
@@ -11203,7 +11203,7 @@
11203
11203
  "__schema": "TypeLiteralSchema",
11204
11204
  "location": {
11205
11205
  "filePath": "typescript.main.runtime.ts",
11206
- "line": 281,
11206
+ "line": 286,
11207
11207
  "character": 73
11208
11208
  },
11209
11209
  "members": [
@@ -11211,7 +11211,7 @@
11211
11211
  "__schema": "VariableLikeSchema",
11212
11212
  "location": {
11213
11213
  "filePath": "typescript.main.runtime.ts",
11214
- "line": 282,
11214
+ "line": 287,
11215
11215
  "character": 5
11216
11216
  },
11217
11217
  "signature": "(property) cleanResults?: string[] | undefined",
@@ -11220,14 +11220,14 @@
11220
11220
  "__schema": "TypeArraySchema",
11221
11221
  "location": {
11222
11222
  "filePath": "typescript.main.runtime.ts",
11223
- "line": 282,
11223
+ "line": 287,
11224
11224
  "character": 20
11225
11225
  },
11226
11226
  "type": {
11227
11227
  "__schema": "KeywordTypeSchema",
11228
11228
  "location": {
11229
11229
  "filePath": "typescript.main.runtime.ts",
11230
- "line": 282,
11230
+ "line": 287,
11231
11231
  "character": 20
11232
11232
  },
11233
11233
  "name": "string"
@@ -11239,7 +11239,7 @@
11239
11239
  "__schema": "VariableLikeSchema",
11240
11240
  "location": {
11241
11241
  "filePath": "typescript.main.runtime.ts",
11242
- "line": 283,
11242
+ "line": 288,
11243
11243
  "character": 5
11244
11244
  },
11245
11245
  "signature": "(property) writeResults: TsconfigPathsPerEnv[]",
@@ -11248,14 +11248,14 @@
11248
11248
  "__schema": "TypeArraySchema",
11249
11249
  "location": {
11250
11250
  "filePath": "typescript.main.runtime.ts",
11251
- "line": 283,
11251
+ "line": 288,
11252
11252
  "character": 19
11253
11253
  },
11254
11254
  "type": {
11255
11255
  "__schema": "TypeRefSchema",
11256
11256
  "location": {
11257
11257
  "filePath": "typescript.main.runtime.ts",
11258
- "line": 283,
11258
+ "line": 288,
11259
11259
  "character": 19
11260
11260
  },
11261
11261
  "name": "TsconfigPathsPerEnv"
@@ -11275,7 +11275,7 @@
11275
11275
  "__schema": "VariableLikeSchema",
11276
11276
  "location": {
11277
11277
  "filePath": "typescript.main.runtime.ts",
11278
- "line": 322,
11278
+ "line": 327,
11279
11279
  "character": 3
11280
11280
  },
11281
11281
  "signature": "(property) TypescriptMain.runtime: RuntimeDefinition",
@@ -11284,7 +11284,7 @@
11284
11284
  "__schema": "InferenceTypeSchema",
11285
11285
  "location": {
11286
11286
  "filePath": "typescript.main.runtime.ts",
11287
- "line": 322,
11287
+ "line": 327,
11288
11288
  "character": 3
11289
11289
  },
11290
11290
  "type": "RuntimeDefinition"
@@ -11296,7 +11296,7 @@
11296
11296
  "__schema": "VariableLikeSchema",
11297
11297
  "location": {
11298
11298
  "filePath": "typescript.main.runtime.ts",
11299
- "line": 323,
11299
+ "line": 328,
11300
11300
  "character": 3
11301
11301
  },
11302
11302
  "signature": "(property) TypescriptMain.dependencies: Aspect[]",
@@ -11305,7 +11305,7 @@
11305
11305
  "__schema": "InferenceTypeSchema",
11306
11306
  "location": {
11307
11307
  "filePath": "typescript.main.runtime.ts",
11308
- "line": 323,
11308
+ "line": 328,
11309
11309
  "character": 3
11310
11310
  },
11311
11311
  "type": "Aspect[]"
@@ -11317,7 +11317,7 @@
11317
11317
  "__schema": "VariableLikeSchema",
11318
11318
  "location": {
11319
11319
  "filePath": "typescript.main.runtime.ts",
11320
- "line": 335,
11320
+ "line": 340,
11321
11321
  "character": 3
11322
11322
  },
11323
11323
  "signature": "(property) TypescriptMain.slots: (((registerFn: () => string) => SlotRegistry<SchemaTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>))[]",
@@ -11326,7 +11326,7 @@
11326
11326
  "__schema": "InferenceTypeSchema",
11327
11327
  "location": {
11328
11328
  "filePath": "typescript.main.runtime.ts",
11329
- "line": 335,
11329
+ "line": 340,
11330
11330
  "character": 3
11331
11331
  },
11332
11332
  "type": "(((registerFn: () => string) => SlotRegistry<SchemaTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>))[]"
@@ -11338,7 +11338,7 @@
11338
11338
  "__schema": "FunctionLikeSchema",
11339
11339
  "location": {
11340
11340
  "filePath": "typescript.main.runtime.ts",
11341
- "line": 337,
11341
+ "line": 342,
11342
11342
  "character": 3
11343
11343
  },
11344
11344
  "signature": "(method) TypescriptMain.provider([schema, loggerExt, aspectLoader, workspace, cli, depResolver, envs, watcher, scope, builder]: [\n SchemaMain,\n LoggerMain,\n AspectLoaderMain,\n Workspace,\n CLIMain,\n DependencyResolverMain,\n EnvsMain,\n WatcherMain,\n ScopeMain,\n BuilderMain\n], config: any, [schemaTransformerSlot, apiTransformerSlot]: [SchemaTransformerSlot, APITransformerSlot]): Promise<TypescriptMain>",
@@ -11348,7 +11348,7 @@
11348
11348
  "__schema": "ParameterSchema",
11349
11349
  "location": {
11350
11350
  "filePath": "typescript.main.runtime.ts",
11351
- "line": 338,
11351
+ "line": 343,
11352
11352
  "character": 5
11353
11353
  },
11354
11354
  "name": "[ schema, loggerExt, aspectLoader, workspace, cli, depResolver, envs, watcher, scope, builder ]",
@@ -11356,7 +11356,7 @@
11356
11356
  "__schema": "TupleTypeSchema",
11357
11357
  "location": {
11358
11358
  "filePath": "typescript.main.runtime.ts",
11359
- "line": 338,
11359
+ "line": 343,
11360
11360
  "character": 100
11361
11361
  },
11362
11362
  "elements": [
@@ -11364,7 +11364,7 @@
11364
11364
  "__schema": "TypeRefSchema",
11365
11365
  "location": {
11366
11366
  "filePath": "typescript.main.runtime.ts",
11367
- "line": 339,
11367
+ "line": 344,
11368
11368
  "character": 7
11369
11369
  },
11370
11370
  "name": "SchemaMain"
@@ -11373,7 +11373,7 @@
11373
11373
  "__schema": "TypeRefSchema",
11374
11374
  "location": {
11375
11375
  "filePath": "typescript.main.runtime.ts",
11376
- "line": 340,
11376
+ "line": 345,
11377
11377
  "character": 7
11378
11378
  },
11379
11379
  "name": "LoggerMain"
@@ -11382,7 +11382,7 @@
11382
11382
  "__schema": "TypeRefSchema",
11383
11383
  "location": {
11384
11384
  "filePath": "typescript.main.runtime.ts",
11385
- "line": 341,
11385
+ "line": 346,
11386
11386
  "character": 7
11387
11387
  },
11388
11388
  "name": "AspectLoaderMain"
@@ -11391,7 +11391,7 @@
11391
11391
  "__schema": "TypeRefSchema",
11392
11392
  "location": {
11393
11393
  "filePath": "typescript.main.runtime.ts",
11394
- "line": 342,
11394
+ "line": 347,
11395
11395
  "character": 7
11396
11396
  },
11397
11397
  "name": "Workspace"
@@ -11400,7 +11400,7 @@
11400
11400
  "__schema": "TypeRefSchema",
11401
11401
  "location": {
11402
11402
  "filePath": "typescript.main.runtime.ts",
11403
- "line": 343,
11403
+ "line": 348,
11404
11404
  "character": 7
11405
11405
  },
11406
11406
  "name": "CLIMain"
@@ -11409,7 +11409,7 @@
11409
11409
  "__schema": "TypeRefSchema",
11410
11410
  "location": {
11411
11411
  "filePath": "typescript.main.runtime.ts",
11412
- "line": 344,
11412
+ "line": 349,
11413
11413
  "character": 7
11414
11414
  },
11415
11415
  "name": "DependencyResolverMain"
@@ -11418,7 +11418,7 @@
11418
11418
  "__schema": "TypeRefSchema",
11419
11419
  "location": {
11420
11420
  "filePath": "typescript.main.runtime.ts",
11421
- "line": 345,
11421
+ "line": 350,
11422
11422
  "character": 7
11423
11423
  },
11424
11424
  "name": "EnvsMain"
@@ -11427,7 +11427,7 @@
11427
11427
  "__schema": "TypeRefSchema",
11428
11428
  "location": {
11429
11429
  "filePath": "typescript.main.runtime.ts",
11430
- "line": 346,
11430
+ "line": 351,
11431
11431
  "character": 7
11432
11432
  },
11433
11433
  "name": "WatcherMain"
@@ -11436,7 +11436,7 @@
11436
11436
  "__schema": "TypeRefSchema",
11437
11437
  "location": {
11438
11438
  "filePath": "typescript.main.runtime.ts",
11439
- "line": 347,
11439
+ "line": 352,
11440
11440
  "character": 7
11441
11441
  },
11442
11442
  "name": "ScopeMain"
@@ -11445,7 +11445,7 @@
11445
11445
  "__schema": "TypeRefSchema",
11446
11446
  "location": {
11447
11447
  "filePath": "typescript.main.runtime.ts",
11448
- "line": 348,
11448
+ "line": 353,
11449
11449
  "character": 7
11450
11450
  },
11451
11451
  "name": "BuilderMain"
@@ -11459,7 +11459,7 @@
11459
11459
  "__schema": "ParameterSchema",
11460
11460
  "location": {
11461
11461
  "filePath": "typescript.main.runtime.ts",
11462
- "line": 350,
11462
+ "line": 355,
11463
11463
  "character": 5
11464
11464
  },
11465
11465
  "name": "config",
@@ -11467,7 +11467,7 @@
11467
11467
  "__schema": "InferenceTypeSchema",
11468
11468
  "location": {
11469
11469
  "filePath": "typescript.main.runtime.ts",
11470
- "line": 350,
11470
+ "line": 355,
11471
11471
  "character": 5
11472
11472
  },
11473
11473
  "type": "any"
@@ -11479,7 +11479,7 @@
11479
11479
  "__schema": "ParameterSchema",
11480
11480
  "location": {
11481
11481
  "filePath": "typescript.main.runtime.ts",
11482
- "line": 351,
11482
+ "line": 356,
11483
11483
  "character": 5
11484
11484
  },
11485
11485
  "name": "[ schemaTransformerSlot, apiTransformerSlot ]",
@@ -11487,7 +11487,7 @@
11487
11487
  "__schema": "TupleTypeSchema",
11488
11488
  "location": {
11489
11489
  "filePath": "typescript.main.runtime.ts",
11490
- "line": 351,
11490
+ "line": 356,
11491
11491
  "character": 50
11492
11492
  },
11493
11493
  "elements": [
@@ -11495,7 +11495,7 @@
11495
11495
  "__schema": "TypeRefSchema",
11496
11496
  "location": {
11497
11497
  "filePath": "typescript.main.runtime.ts",
11498
- "line": 351,
11498
+ "line": 356,
11499
11499
  "character": 51
11500
11500
  },
11501
11501
  "name": "SchemaTransformerSlot"
@@ -11504,7 +11504,7 @@
11504
11504
  "__schema": "TypeRefSchema",
11505
11505
  "location": {
11506
11506
  "filePath": "typescript.main.runtime.ts",
11507
- "line": 351,
11507
+ "line": 356,
11508
11508
  "character": 74
11509
11509
  },
11510
11510
  "name": "APITransformerSlot"
@@ -11519,7 +11519,7 @@
11519
11519
  "__schema": "InferenceTypeSchema",
11520
11520
  "location": {
11521
11521
  "filePath": "typescript.main.runtime.ts",
11522
- "line": 337,
11522
+ "line": 342,
11523
11523
  "character": 3
11524
11524
  },
11525
11525
  "type": "Promise<TypescriptMain>"
@@ -11537,7 +11537,7 @@
11537
11537
  "__schema": "FunctionLikeSchema",
11538
11538
  "location": {
11539
11539
  "filePath": "typescript.main.runtime.ts",
11540
- "line": 430,
11540
+ "line": 440,
11541
11541
  "character": 1
11542
11542
  },
11543
11543
  "signature": "function runTransformersWithContext(config: TypescriptConfigMutator, transformers: TsConfigTransformer[] | undefined, context: TsConfigTransformContext): TypescriptConfigMutator",
@@ -11547,7 +11547,7 @@
11547
11547
  "__schema": "ParameterSchema",
11548
11548
  "location": {
11549
11549
  "filePath": "typescript.main.runtime.ts",
11550
- "line": 431,
11550
+ "line": 441,
11551
11551
  "character": 3
11552
11552
  },
11553
11553
  "name": "config",
@@ -11555,7 +11555,7 @@
11555
11555
  "__schema": "TypeRefSchema",
11556
11556
  "location": {
11557
11557
  "filePath": "typescript.main.runtime.ts",
11558
- "line": 431,
11558
+ "line": 441,
11559
11559
  "character": 11
11560
11560
  },
11561
11561
  "name": "TypescriptConfigMutator"
@@ -11567,7 +11567,7 @@
11567
11567
  "__schema": "ParameterSchema",
11568
11568
  "location": {
11569
11569
  "filePath": "typescript.main.runtime.ts",
11570
- "line": 432,
11570
+ "line": 442,
11571
11571
  "character": 3
11572
11572
  },
11573
11573
  "name": "transformers",
@@ -11575,14 +11575,14 @@
11575
11575
  "__schema": "TypeArraySchema",
11576
11576
  "location": {
11577
11577
  "filePath": "typescript.main.runtime.ts",
11578
- "line": 432,
11578
+ "line": 442,
11579
11579
  "character": 17
11580
11580
  },
11581
11581
  "type": {
11582
11582
  "__schema": "TypeRefSchema",
11583
11583
  "location": {
11584
11584
  "filePath": "typescript.main.runtime.ts",
11585
- "line": 432,
11585
+ "line": 442,
11586
11586
  "character": 17
11587
11587
  },
11588
11588
  "name": "TsConfigTransformer"
@@ -11596,7 +11596,7 @@
11596
11596
  "__schema": "ParameterSchema",
11597
11597
  "location": {
11598
11598
  "filePath": "typescript.main.runtime.ts",
11599
- "line": 433,
11599
+ "line": 443,
11600
11600
  "character": 3
11601
11601
  },
11602
11602
  "name": "context",
@@ -11604,7 +11604,7 @@
11604
11604
  "__schema": "TypeRefSchema",
11605
11605
  "location": {
11606
11606
  "filePath": "typescript.main.runtime.ts",
11607
- "line": 433,
11607
+ "line": 443,
11608
11608
  "character": 12
11609
11609
  },
11610
11610
  "name": "TsConfigTransformContext"
@@ -11617,7 +11617,7 @@
11617
11617
  "__schema": "TypeRefSchema",
11618
11618
  "location": {
11619
11619
  "filePath": "typescript.main.runtime.ts",
11620
- "line": 430,
11620
+ "line": 440,
11621
11621
  "character": 1
11622
11622
  },
11623
11623
  "name": "TypescriptConfigMutator",
@@ -11635,7 +11635,7 @@
11635
11635
  "__schema": "UnImplementedSchema",
11636
11636
  "location": {
11637
11637
  "filePath": "typescript.main.runtime.ts",
11638
- "line": 442,
11638
+ "line": 452,
11639
11639
  "character": 16
11640
11640
  },
11641
11641
  "name": "TypescriptMain",
@@ -11647,7 +11647,7 @@
11647
11647
  "__schema": "UnImplementedSchema",
11648
11648
  "location": {
11649
11649
  "filePath": "typescript.main.runtime.ts",
11650
- "line": 428,
11650
+ "line": 438,
11651
11651
  "character": 1
11652
11652
  },
11653
11653
  "name": "TypescriptAspect.addRuntime(TypescriptMain);",
@@ -13669,7 +13669,7 @@
13669
13669
  "componentId": {
13670
13670
  "scope": "teambit.semantics",
13671
13671
  "name": "entities/semantic-schema",
13672
- "version": "0.0.66"
13672
+ "version": "0.0.67"
13673
13673
  }
13674
13674
  },
13675
13675
  "modifiers": []
@@ -15545,7 +15545,7 @@
15545
15545
  "componentId": {
15546
15546
  "scope": "teambit.typescript",
15547
15547
  "name": "typescript",
15548
- "version": "1.0.167"
15548
+ "version": "1.0.168"
15549
15549
  },
15550
15550
  "taggedModuleExports": []
15551
15551
  }