@stylable/node
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ export * from './stylable-module-source'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { StylableConfig } from '@stylable/core'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { processNamespace } from '@stylable/core'; | ||
export declare const resolveNamespace: typeof processNamespace; | ||
//# sourceMappingURL=resolve-namespace.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
import { StylableConfig } from '@stylable/core'; | ||
export declare function stylableModuleFactory(stylableOptions: StylableConfig, runtimePath?: string): (source: string, path: string) => string; | ||
//# sourceMappingURL=stylable-module-factory.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
import { StylableResults } from '@stylable/core'; | ||
export declare function generateModuleSource(stylableResult: StylableResults, injectCSS: boolean, runtimePath?: string): string; | ||
//# sourceMappingURL=stylable-module-source.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@stylable/node", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Integrate Stylable into your node application", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^1.0.0", | ||
"@stylable/core": "^1.0.1", | ||
"find-config": "^1.0.0", | ||
@@ -32,3 +32,3 @@ "murmurhash": "^0.0.2" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "7bd843581c1434621e159d6026c2c521382cf8c4" | ||
"gitHead": "29d2ee61af2f3b31a5f4128dd4f81be5debe9b23" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/node |
const {attachHook} = require(__dirname) | ||
attachHook() |
Sorry, the diff of this file is not supported yet
13693
Updated@stylable/core@^1.0.1