@fern-api/java-dynamic-snippets 0.0.7 → 0.0.9
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/DynamicSnippetsGenerator.cjs +6 -6
- package/cjs/DynamicSnippetsGenerator.cjs.map +1 -1
- package/cjs/DynamicSnippetsGenerator.d.cts +1 -1
- package/cjs/{DynamicSnippetsGeneratorContext-CqPRgNNz.d.cts → DynamicSnippetsGeneratorContext-BhCKaadj.d.cts} +16 -1
- package/cjs/EndpointSnippetGenerator.cjs +5 -5
- package/cjs/EndpointSnippetGenerator.cjs.map +1 -1
- package/cjs/EndpointSnippetGenerator.d.cts +1 -1
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs +6 -6
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs.map +1 -1
- package/cjs/context/DynamicSnippetsGeneratorContext.d.cts +1 -1
- package/cjs/context/DynamicTypeLiteralMapper.d.cts +1 -1
- package/cjs/context/DynamicTypeMapper.d.cts +1 -1
- package/cjs/context/FilePropertyMapper.d.cts +1 -1
- package/cjs/index.cjs +6 -6
- package/cjs/index.cjs.map +1 -1
- package/cjs/index.d.cts +1 -1
- package/esm/DynamicSnippetsGenerator.d.ts +1 -1
- package/esm/DynamicSnippetsGenerator.js +1 -1
- package/esm/{DynamicSnippetsGeneratorContext-CqPRgNNz.d.ts → DynamicSnippetsGeneratorContext-BhCKaadj.d.ts} +16 -1
- package/esm/EndpointSnippetGenerator.d.ts +1 -1
- package/esm/EndpointSnippetGenerator.js +1 -1
- package/esm/{chunk-TJKLGKYV.js → chunk-5HAATWAD.js} +2 -2
- package/esm/chunk-PRMFZOQO.js +2 -0
- package/esm/chunk-PRMFZOQO.js.map +1 -0
- package/esm/chunk-Z267S5KO.js +15 -0
- package/esm/chunk-Z267S5KO.js.map +1 -0
- package/esm/context/DynamicSnippetsGeneratorContext.d.ts +1 -1
- package/esm/context/DynamicSnippetsGeneratorContext.js +1 -1
- package/esm/context/DynamicTypeLiteralMapper.d.ts +1 -1
- package/esm/context/DynamicTypeMapper.d.ts +1 -1
- package/esm/context/FilePropertyMapper.d.ts +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/package.json +1 -1
- package/esm/chunk-FT6O7RFS.js +0 -15
- package/esm/chunk-FT6O7RFS.js.map +0 -1
- package/esm/chunk-PSRNJYSA.js +0 -2
- package/esm/chunk-PSRNJYSA.js.map +0 -1
- /package/esm/{chunk-TJKLGKYV.js.map → chunk-5HAATWAD.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@fern-api/browser-compatible-base-generator';
|
|
2
2
|
import '@fern-api/dynamic-ir-sdk';
|
|
3
3
|
import '@fern-api/java-ast';
|
|
4
|
-
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-
|
|
4
|
+
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-BhCKaadj.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@fern-api/dynamic-ir-sdk';
|
|
2
2
|
import '@fern-api/java-ast';
|
|
3
|
-
export { a as DynamicTypeLiteralMapper } from '../DynamicSnippetsGeneratorContext-
|
|
3
|
+
export { a as DynamicTypeLiteralMapper } from '../DynamicSnippetsGeneratorContext-BhCKaadj.cjs';
|
|
4
4
|
import '@fern-api/browser-compatible-base-generator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@fern-api/dynamic-ir-sdk';
|
|
2
2
|
import '@fern-api/java-ast';
|
|
3
|
-
export { b as DynamicTypeMapper } from '../DynamicSnippetsGeneratorContext-
|
|
3
|
+
export { b as DynamicTypeMapper } from '../DynamicSnippetsGeneratorContext-BhCKaadj.cjs';
|
|
4
4
|
import '@fern-api/browser-compatible-base-generator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@fern-api/dynamic-ir-sdk';
|
|
2
2
|
import '@fern-api/java-ast';
|
|
3
|
-
export { F as FilePropertyInfo, c as FilePropertyMapper } from '../DynamicSnippetsGeneratorContext-
|
|
3
|
+
export { F as FilePropertyInfo, c as FilePropertyMapper } from '../DynamicSnippetsGeneratorContext-BhCKaadj.cjs';
|
|
4
4
|
import '@fern-api/browser-compatible-base-generator';
|