@cryptic-css/core
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -6,9 +6,7 @@ # Change Log | ||
# [3.13.0](https://github.com/wintercounter/ccss/compare/v3.12.0...v3.13.0) (2020-08-29) | ||
# [3.14.0](https://github.com/wintercounter/ccss/compare/v3.13.0...v3.14.0) (2020-09-04) | ||
**Note:** Version bump only for package @cryptic-css/core | ||
### Bug Fixes | ||
* **TS:** css function type ([f891940](https://github.com/wintercounter/ccss/commit/f8919407f919ff5a885bd3a4a4c9a991c80e9e9b)) | ||
* **typescript:** correct autocomplete ([23beb62](https://github.com/wintercounter/ccss/commit/23beb620d45ac2d8413fe06dcfcca71edc92e0dd)) | ||
@@ -18,3 +16,11 @@ | ||
# [3.13.0](https://github.com/wintercounter/ccss/compare/v3.12.0...v3.13.0) (2020-08-29) | ||
### Features | ||
* fix TypeScript types for autocompletion and DocBlock rendering | ||
* experimental React Native support | ||
# [3.12.0](https://github.com/wintercounter/ccss/compare/v3.11.0...v3.12.0) (2020-08-20) | ||
@@ -21,0 +27,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.13.0", | ||
"version": "3.14.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": "X:\\GITHUB\\ccss\\packages\\core\\src", | ||
"baseUrl": "C:\\Work\\Repos\\ccss\\packages\\core\\src", | ||
"skipLibCheck": true, | ||
@@ -21,31 +21,31 @@ "incremental": true, | ||
"*": [ | ||
"X:\\GITHUB\\ccss\\packages\\core\\node_modules\\*", | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\*", | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*" | ||
], | ||
"@": [ | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\index" | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\index" | ||
], | ||
"@/*": [ | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\*" | ||
], | ||
"@/mhy": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\index" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\index" | ||
], | ||
"@/mhy/*": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\*" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\*" | ||
], | ||
"mhy_modules": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\index" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\index" | ||
], | ||
"mhy_modules/*": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\*" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*" | ||
] | ||
}, | ||
"typeRoots": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\@types", | ||
"X:\\GITHUB\\ccss\\packages\\core\\node_modules\\@types" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\@types", | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\@types" | ||
] | ||
}, | ||
"include": [ | ||
"X:\\GITHUB\\ccss\\packages\\core\\src\\**\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\core\\src\\**\\*" | ||
], | ||
@@ -56,4 +56,4 @@ "exclude": [ | ||
"files": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\dist\\configs\\typescript\\mhy.d.ts" | ||
"C:\\Work\\nodejs\\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
2781794
85
42745