@shopify/theme-language-server-common
Advanced tools
Comparing version 1.11.4 to 1.12.0
# @shopify/theme-language-server-common | ||
## 1.12.0 | ||
### Minor Changes | ||
- d7c6204: Expose the `parseJSON` API in `@shopify/theme-language-server-common` | ||
## 1.11.3 | ||
@@ -4,0 +10,0 @@ |
import { Config as ThemeCheckConfig, allChecks, recommended as recommendedChecks } from '@shopify/theme-check-common'; | ||
export * from './types'; | ||
export { debounce, memo, ArgumentTypes } from './utils'; | ||
export { debounce, memo, parseJSON, ArgumentTypes } from './utils'; | ||
export { startServer } from './server'; | ||
export { ThemeCheckConfig, recommendedChecks, allChecks }; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.allChecks = exports.recommendedChecks = exports.startServer = exports.memo = exports.debounce = void 0; | ||
exports.allChecks = exports.recommendedChecks = exports.startServer = exports.parseJSON = exports.memo = exports.debounce = void 0; | ||
const theme_check_common_1 = require("@shopify/theme-check-common"); | ||
@@ -26,4 +26,5 @@ Object.defineProperty(exports, "allChecks", { enumerable: true, get: function () { return theme_check_common_1.allChecks; } }); | ||
Object.defineProperty(exports, "memo", { enumerable: true, get: function () { return utils_1.memo; } }); | ||
Object.defineProperty(exports, "parseJSON", { enumerable: true, get: function () { return utils_1.parseJSON; } }); | ||
var server_1 = require("./server"); | ||
Object.defineProperty(exports, "startServer", { enumerable: true, get: function () { return server_1.startServer; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { ArgumentTypes, WithOptional, WithRequired, memo, memoize, } from '@shopify/theme-check-common'; | ||
export { ArgumentTypes, WithOptional, WithRequired, memo, memoize, parseJSON, } from '@shopify/theme-check-common'; | ||
export * from './debounce'; | ||
@@ -3,0 +3,0 @@ export * from './paths'; |
@@ -17,6 +17,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.memoize = exports.memo = void 0; | ||
exports.parseJSON = exports.memoize = exports.memo = void 0; | ||
var theme_check_common_1 = require("@shopify/theme-check-common"); | ||
Object.defineProperty(exports, "memo", { enumerable: true, get: function () { return theme_check_common_1.memo; } }); | ||
Object.defineProperty(exports, "memoize", { enumerable: true, get: function () { return theme_check_common_1.memoize; } }); | ||
Object.defineProperty(exports, "parseJSON", { enumerable: true, get: function () { return theme_check_common_1.parseJSON; } }); | ||
__exportStar(require("./debounce"), exports); | ||
@@ -23,0 +24,0 @@ __exportStar(require("./paths"), exports); |
{ | ||
"name": "@shopify/theme-language-server-common", | ||
"version": "1.11.4", | ||
"version": "1.12.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -8,4 +8,4 @@ import { | ||
export * from './types'; | ||
export { debounce, memo, ArgumentTypes } from './utils'; | ||
export { debounce, memo, parseJSON, ArgumentTypes } from './utils'; | ||
export { startServer } from './server'; | ||
export { ThemeCheckConfig, recommendedChecks, allChecks }; |
@@ -7,2 +7,3 @@ export { | ||
memoize, | ||
parseJSON, | ||
} from '@shopify/theme-check-common'; | ||
@@ -9,0 +10,0 @@ export * from './debounce'; |
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 not supported yet
Sorry, the diff of this file is not supported yet
942757
15038