Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

View File

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assert = void 0;
exports.assert = assert;
/**
* Copyright 2023 Google LLC.
* Copyright (c) Microsoft Corporation.
@ -22,5 +22,4 @@ function assert(predicate, message) {
throw new Error(message ?? 'Internal assertion failed.');
}
}
exports.assert = assert;
//# sourceMappingURL=assert.js.map