@fern-api/go-dynamic-snippets 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/DiscriminatedUnionTypeInstance.cjs +11 -1
- package/cjs/DynamicSnippetsGenerator.cjs +19 -9
- package/cjs/DynamicSnippetsGenerator.d.cts +1 -1
- package/cjs/{DynamicSnippetsGeneratorContext-DuDerGxa.d.cts → DynamicSnippetsGeneratorContext-f4OAff1R.d.cts} +5 -1
- package/cjs/EndpointSnippetGenerator.cjs +19 -9
- package/cjs/EndpointSnippetGenerator.d.cts +3 -1
- package/cjs/Result.cjs +11 -1
- package/cjs/Result.d.cts +1 -1
- package/cjs/Scope.cjs +11 -1
- package/cjs/TypeInstance.cjs +11 -1
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs +18 -8
- package/cjs/context/DynamicSnippetsGeneratorContext.d.cts +1 -1
- package/cjs/context/DynamicTypeInstantiationMapper.cjs +25 -15
- package/cjs/context/DynamicTypeInstantiationMapper.d.cts +1 -1
- package/cjs/context/DynamicTypeMapper.cjs +18 -8
- package/cjs/context/DynamicTypeMapper.d.cts +1 -1
- package/cjs/context/ErrorReporter.cjs +11 -1
- package/cjs/context/FilePropertyMapper.cjs +25 -15
- package/cjs/context/FilePropertyMapper.d.cts +1 -1
- package/cjs/index.cjs +30 -8
- package/cjs/index.d.cts +1 -1
- package/esm/DiscriminatedUnionTypeInstance.js +1 -0
- package/esm/DynamicSnippetsGenerator.d.ts +1 -1
- package/esm/DynamicSnippetsGenerator.js +1 -1
- package/esm/{DynamicSnippetsGeneratorContext-DKWsHJSo.d.ts → DynamicSnippetsGeneratorContext-Dyk9qWMy.d.ts} +5 -1
- package/esm/EndpointSnippetGenerator.d.ts +3 -1
- package/esm/EndpointSnippetGenerator.js +1 -1
- package/esm/Result.d.ts +1 -1
- package/esm/Result.js +1 -1
- package/esm/Scope.js +1 -1
- package/esm/TypeInstance.js +1 -0
- package/esm/chunk-2AZXIWKY.js +11 -0
- package/esm/chunk-575DWQWD.js +1 -0
- package/esm/chunk-5TA7XQOD.js +1 -0
- package/esm/chunk-DMDZDIA7.js +1 -0
- package/esm/chunk-E5FOYV6P.js +19 -0
- package/esm/chunk-HBFOF5YT.js +1 -0
- package/esm/chunk-IIKN6XQS.js +1 -0
- package/esm/chunk-LLE63BZO.js +1 -0
- package/esm/chunk-M3DYFCFN.js +1 -0
- package/esm/chunk-VLNKANS2.js +1 -0
- package/esm/chunk-ZI6CAI2V.js +1 -0
- package/esm/context/DynamicSnippetsGeneratorContext.d.ts +1 -1
- package/esm/context/DynamicSnippetsGeneratorContext.js +1 -1
- package/esm/context/DynamicTypeInstantiationMapper.d.ts +1 -1
- package/esm/context/DynamicTypeInstantiationMapper.js +1 -1
- package/esm/context/DynamicTypeMapper.d.ts +1 -1
- package/esm/context/DynamicTypeMapper.js +1 -1
- package/esm/context/ErrorReporter.js +1 -1
- package/esm/context/FilePropertyMapper.d.ts +1 -1
- package/esm/context/FilePropertyMapper.js +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +13 -1
- package/package.json +3 -6
- package/esm/chunk-4PKXKUYU.js +0 -1
- package/esm/chunk-5XUC5IOB.js +0 -1
- package/esm/chunk-6JCPJA27.js +0 -1
- package/esm/chunk-BC35GX6S.js +0 -1
- package/esm/chunk-COBOWL3P.js +0 -1
- package/esm/chunk-IQODEXPX.js +0 -1
- package/esm/chunk-KJOW5AZT.js +0 -1
- package/esm/chunk-UVYC4FWB.js +0 -1
- package/esm/chunk-VAYOWHUI.js +0 -19
- package/esm/chunk-ZQRLKIRW.js +0 -1
- package/esm/chunk-ZYGZ4VN4.js +0 -1
|
@@ -3,5 +3,5 @@ import '@fern-api/go-ast';
|
|
|
3
3
|
import '@fern-fern/ir-sdk/api';
|
|
4
4
|
import '../TypeInstance.cjs';
|
|
5
5
|
import '../DiscriminatedUnionTypeInstance.cjs';
|
|
6
|
-
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-
|
|
6
|
+
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-f4OAff1R.cjs';
|
|
7
7
|
import './ErrorReporter.cjs';
|