@ozanarslan/corpus 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/internal.d.ts +1224 -0
- package/dist/internal.js +170767 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var __require = import.meta.require;
|
|
|
29
29
|
|
|
30
30
|
// node_modules/typescript/lib/typescript.js
|
|
31
31
|
var require_typescript = __commonJS((exports, module) => {
|
|
32
|
-
var __dirname = "/Users/ozan/dev/
|
|
32
|
+
var __dirname = "/Users/ozan/dev/corpus/node_modules/typescript/lib", __filename = "/Users/ozan/dev/corpus/node_modules/typescript/lib/typescript.js";
|
|
33
33
|
/*! *****************************************************************************
|
|
34
34
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
35
35
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|