@zipbul/baker 0.1.1 → 0.1.2
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/dist/index-3gcf6hkv.js +5 -0
- package/dist/index-mx6gnk4h.js +6 -0
- package/dist/index-wy5sh2nx.js +15 -0
- package/dist/index.js +169 -2
- package/dist/src/decorators/index.js +2 -2
- package/dist/src/rules/index.js +2 -2
- package/dist/src/symbols.js +2 -2
- package/package.json +10 -4
- package/dist/index-jzjz61tg.js +0 -14
- package/dist/index-jzjz61tg.js.map +0 -31
- package/dist/index-txxjqhgc.js +0 -6
- package/dist/index-txxjqhgc.js.map +0 -10
- package/dist/index.js.map +0 -9
- package/dist/src/decorators/index.js.map +0 -9
- package/dist/src/rules/index.js.map +0 -9
- package/dist/src/symbols.js.map +0 -9
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../src/symbols.ts"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"/**\n * 2개의 Symbol — 외부 저장소 0, 글로벌 오염 0\n * Symbol.for 사용: AOT 코드와 런타임 코드가 동일 Symbol을 공유할 수 있도록 global registry 사용\n */\n\n/** Tier 1 수집 메타데이터 (데코레이터가 Class에 저장) */\nexport const RAW = Symbol.for('baker:raw');\n\n/** Tier 2 봉인 결과 (seal()이 Class에 저장하는 dual executor) */\nexport const SEALED = Symbol.for('baker:sealed');\n\n/** 클래스 레벨 @Schema() 메타데이터 */\nexport const RAW_CLASS_SCHEMA = Symbol.for('baker:rawClassSchema');\n"
|
|
6
|
-
],
|
|
7
|
-
"mappings": ";AAMO,IAAM,EAAM,OAAO,IAAI,WAAW,EAG5B,EAAS,OAAO,IAAI,cAAc,EAGlC,EAAmB,OAAO,IAAI,sBAAsB",
|
|
8
|
-
"debugId": "046CBE9237E503F764756E2164756E21",
|
|
9
|
-
"names": []
|
|
10
|
-
}
|
package/dist/index.js.map
DELETED