Commit 6ac8d877 authored by nanahira's avatar nanahira

don't use symbol

parent 84c67607
Pipeline #6382 passed with stages
in 30 seconds
{ {
"name": "koishi-utils-schemagen", "name": "koishi-utils-schemagen",
"version": "1.1.6", "version": "1.1.7",
"description": "在 Koishi.js 中,使用类装饰器定义 Schema", "description": "在 Koishi.js 中,使用类装饰器定义 Schema",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
......
export const SchemaMetaKey = Symbol('_koishi_schema_meta'); export const SchemaMetaKey = '_koishi_schema_meta';
export const SchemaKeysMetaKey = Symbol('_koishi_schemakeys_meta'); export const SchemaKeysMetaKey = '_koishi_schemakeys_meta';
export const SchemaClassKey = Symbol('_koishi_schema_class_meta'); export const SchemaClassKey = '_koishi_schema_class_meta';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment