@cryptic-css/core
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.16.0](https://github.com/wintercounter/ccss/compare/v3.15.0...v3.16.0) (2020-09-20) | ||
**Note:** Version bump only for package @cryptic-css/core | ||
# [3.15.0](https://github.com/wintercounter/ccss/compare/v3.14.0...v3.15.0) (2020-09-10) | ||
@@ -8,0 +16,0 @@ |
@@ -9,4 +9,4 @@ import { createOptions } from "./createOptions"; | ||
if (k === 'unsupported') {} // skip this key | ||
// Found such prop, process it | ||
if (k === 'unsupported') {// skip this key | ||
} // Found such prop, process it | ||
else if (options.props[k]) { | ||
@@ -13,0 +13,0 @@ const vk = 'function' === typeof v[k] ? v[k](k, options, v) : v[k]; |
@@ -16,4 +16,4 @@ "use strict"; | ||
if (k === 'unsupported') {} // skip this key | ||
// Found such prop, process it | ||
if (k === 'unsupported') {// skip this key | ||
} // Found such prop, process it | ||
else if (options.props[k]) { | ||
@@ -20,0 +20,0 @@ var vk = 'function' === typeof v[k] ? v[k](k, options, v) : v[k]; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", |
@@ -0,0 +0,0 @@ import path from 'path' |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ import { CCSSFunction, CCSSInput, CCSSProps, CCSSOptions } from './types' |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ import { mergeDeep } from './utils' |
@@ -0,0 +0,0 @@ import { mergeDeep } from './utils' |
@@ -0,0 +0,0 @@ import { pipe, mapValue, parseArray, parseSingle, toCSSRule, child } from './parsers' |
@@ -0,0 +0,0 @@ import { CCSSParser, CCSSPipe } from '@/types' |
@@ -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,31 +21,31 @@ "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\\*" | ||
], | ||
"mhy_modules": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\index" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\index" | ||
], | ||
"mhy_modules/*": [ | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*" | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\*" | ||
] | ||
}, | ||
"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\\**\\*" | ||
], | ||
@@ -56,4 +56,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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3362243
92
43956