karakum 1.0.0-alpha.93 → 1.0.0-alpha.94
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/README.md +1 -1
- package/kotlin/karakum.d.mts +1 -0
- package/kotlin/karakum.mjs +438 -301
- package/kotlin/karakum.mjs.map +1 -1
- package/kotlin/kotlin-js.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib.mjs +277 -166
- package/kotlin/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlin/kotlinx-atomicfu.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core.mjs +580 -580
- package/package.json +1 -1
package/README.md
CHANGED
package/kotlin/karakum.d.mts
CHANGED
|
@@ -165,6 +165,7 @@ export declare function renderNullable(node: Nullable<TypeNode>, isNullable: boo
|
|
|
165
165
|
export declare function extractTypeParameters(node: Node, context: Context): Array<Tuple2<Node, Declaration>>;
|
|
166
166
|
export declare function renderDeclaration(result: Array<Tuple2<Node, Declaration>>, render: Render<Node>): string;
|
|
167
167
|
export declare function renderReference(result: Array<Tuple2<Node, Declaration>>, render: Render<Node>): string;
|
|
168
|
+
export declare function isBuiltin(node: Node, context: Context): boolean;
|
|
168
169
|
export declare const annotationServiceKey: { get(): ContextKey<AnnotationService>; };
|
|
169
170
|
export declare class AnnotationService {
|
|
170
171
|
private constructor();
|