@cryptic-css/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ import mergeDeep from "./utils"; |
@@ -0,0 +0,0 @@ import options from "./options"; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "> TODO: description", | ||
@@ -35,3 +35,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", | ||
}, | ||
"gitHead": "d0dcdf7f5d51ea8bc559db0eb37ac7660d8eaafe" | ||
"gitHead": "6201693108f080ed447f00f8acc9684ba2c4dd07" | ||
} |
@@ -0,0 +0,0 @@ # `@cryptic-css/core` |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ import ccss, { setValueMap, setProps, pipe, mapValue } from '@' |
@@ -0,0 +0,0 @@ import { TCCSSCoreProp } from './types' |
@@ -0,0 +0,0 @@ export { default } from './ccss' |
@@ -0,0 +0,0 @@ import mergeDeep from './utils' |
@@ -0,0 +0,0 @@ import mergeDeep from './utils' |
@@ -0,0 +0,0 @@ import options from './options' |
@@ -0,0 +0,0 @@ import { pipe, mapValue, parseArray, parseSingle, toCSSRule, child, parsePseudo } from './parsers' |
@@ -0,0 +0,0 @@ export type TCCSSCoreProp = { |
@@ -0,0 +0,0 @@ /** |
@@ -14,3 +14,3 @@ { | ||
"declaration": true, | ||
"baseUrl": "C:\\Work\\Repos\\ccss\\packages\\core\\src", | ||
"baseUrl": "X:\\GITHUB\\ccss\\packages\\core\\src", | ||
"skipLibCheck": true, | ||
@@ -21,25 +21,25 @@ "incremental": true, | ||
"*": [ | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\*", | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*" | ||
"X:\\GITHUB\\ccss\\packages\\core\\node_modules\\*", | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\*" | ||
], | ||
"@": [ | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\index" | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\index" | ||
], | ||
"@/*": [ | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\*" | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\*" | ||
], | ||
"@/mhy": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\index" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\index" | ||
], | ||
"@/mhy/*": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\*" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\*" | ||
] | ||
}, | ||
"typeRoots": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\@types", | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\@types" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\@types", | ||
"X:\\GITHUB\\ccss\\packages\\core\\node_modules\\@types" | ||
] | ||
}, | ||
"include": [ | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\**\\*" | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\**\\*" | ||
], | ||
@@ -50,4 +50,4 @@ "exclude": [ | ||
"files": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\configs\\typescript\\mhy.d.ts" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\configs\\typescript\\mhy.d.ts" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1392087
47
7531