@effect/language-service
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@effect/language-service", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,4 +9,5 @@ declare const _default: { | ||
pipeableToDatafirst: import("./definition").RefactorDefinition; | ||
toggleLazyConst: import("./definition").RefactorDefinition; | ||
}; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,2 +11,3 @@ "use strict"; | ||
var _pipeableToDatafirst = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@effect/language-service/refactors/pipeableToDatafirst")); | ||
var _toggleLazyConst = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@effect/language-service/refactors/toggleLazyConst")); | ||
var _toggleReturnTypeAnnotation = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@effect/language-service/refactors/toggleReturnTypeAnnotation")); | ||
@@ -23,5 +24,6 @@ var _toggleTypeAnnotation = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@effect/language-service/refactors/toggleTypeAnnotation")); | ||
wrapWithPipe: _wrapWithPipe.default, | ||
pipeableToDatafirst: _pipeableToDatafirst.default | ||
pipeableToDatafirst: _pipeableToDatafirst.default, | ||
toggleLazyConst: _toggleLazyConst.default | ||
}; | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
231913
98
1947