@cryptic-css/core
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -0,0 +0,0 @@ - new Map structure => performance |
@@ -6,2 +6,11 @@ # Change Log | ||
## [5.0.3](https://github.com/wintercounter/ccss/compare/v3.19.0...v5.0.3) (2021-01-28) | ||
**Note:** Version bump only for package @cryptic-css/core | ||
## [5.0.2](https://github.com/wintercounter/ccss/compare/v5.0.1...v5.0.2) (2021-01-26) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", |
@@ -0,0 +0,0 @@ # `@cryptic-css/core` |
@@ -0,0 +0,0 @@ import path from 'path' |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ // @ts-nocheck |
@@ -0,0 +0,0 @@ import transformed from 'transformed' |
@@ -0,0 +0,0 @@ import '@ungap/global-this' |
@@ -0,0 +0,0 @@ import { CCSSOptions } from './types' |
@@ -0,0 +0,0 @@ import { CCSSOutputTransformer } from '@/types' |
@@ -0,0 +0,0 @@ import { CCSSParser } from '@/types' |
@@ -0,0 +0,0 @@ import { Props } from 'transformed' |
@@ -0,0 +0,0 @@ import { Properties } from 'csstype' |
@@ -14,3 +14,3 @@ { | ||
"declaration": true, | ||
"baseUrl": "X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\src", | ||
"baseUrl": "C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\core\\src", | ||
"skipLibCheck": true, | ||
@@ -21,37 +21,37 @@ "incremental": true, | ||
"*": [ | ||
"X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\node_modules\\*", | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\core\\node_modules\\*", | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*" | ||
], | ||
"@": [ | ||
"X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\src\\index" | ||
"C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\core\\src\\index" | ||
], | ||
"@/*": [ | ||
"X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\src\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\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\\*" | ||
], | ||
"node_modules": [ | ||
"X:\\GITHUB\\ccss\\node_modules\\index" | ||
"C:\\Work\\Repos\\ccss\\node_modules\\index" | ||
], | ||
"node_modules/*": [ | ||
"X:\\GITHUB\\ccss\\node_modules\\*" | ||
"C:\\Work\\Repos\\ccss\\node_modules\\*" | ||
] | ||
}, | ||
"typeRoots": [ | ||
"C:\\Users\\Winter\\AppData\\Roaming\\npm\\node_modules\\mhy\\node_modules\\@types", | ||
"X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\node_modules\\@types" | ||
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\@types", | ||
"C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\core\\node_modules\\@types" | ||
] | ||
}, | ||
"include": [ | ||
"X:\\GITHUB\\ccss\\packages\\cryptic-css\\core\\src\\**\\*" | ||
"C:\\Work\\Repos\\ccss\\packages\\cryptic-css\\core\\src\\**\\*" | ||
], | ||
@@ -62,4 +62,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
1011580