This commit is contained in:
8
node_modules/@volar/language-service/lib/utils/cancellation.js
generated
vendored
Normal file
8
node_modules/@volar/language-service/lib/utils/cancellation.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.NoneCancellationToken = void 0;
|
||||
exports.NoneCancellationToken = {
|
||||
isCancellationRequested: false,
|
||||
onCancellationRequested: () => ({ dispose: () => { } }),
|
||||
};
|
||||
//# sourceMappingURL=cancellation.js.map
|
||||
Reference in New Issue
Block a user