Lines Matching full:another
6595 +// @filename: subfolder2/another/index.js
6599 +// @filename: subfolder2/another/index.cjs
6603 +// @filename: subfolder2/another/index.mjs
6617 +import * as m10 from "./subfolder2/another/index.js";
6618 +import * as m11 from "./subfolder2/another/index.mjs";
6619 +import * as m12 from "./subfolder2/another/index.cjs";
6629 +import * as m21 from "./subfolder2/another";
6630 +import * as m22 from "./subfolder2/another/";
6631 +import * as m23 from "./subfolder2/another/index";
6665 +import m32 = require("./subfolder2/another");
6666 +import m33 = require("./subfolder2/another/");
6667 +import m34 = require("./subfolder2/another/index");
6689 +const _m43 = import("./subfolder2/another");
6690 +const _m44 = import("./subfolder2/another/");
6691 +const _m45 = import("./subfolder2/another/index");
6706 +import * as m10 from "./subfolder2/another/index.js";
6707 +import * as m11 from "./subfolder2/another/index.mjs";
6708 +import * as m12 from "./subfolder2/another/index.cjs";
6718 +import * as m21 from "./subfolder2/another";
6719 +import * as m22 from "./subfolder2/another/";
6720 +import * as m23 from "./subfolder2/another/index";
6754 +import m32 = require("./subfolder2/another");
6755 +import m33 = require("./subfolder2/another/");
6756 +import m34 = require("./subfolder2/another/index");
6778 +const _m43 = import("./subfolder2/another");
6779 +const _m44 = import("./subfolder2/another/");
6780 +const _m45 = import("./subfolder2/another/index");
6794 +import * as m10 from "./subfolder2/another/index.js";
6795 +import * as m11 from "./subfolder2/another/index.mjs";
6796 +import * as m12 from "./subfolder2/another/index.cjs";
6806 +import * as m21 from "./subfolder2/another";
6807 +import * as m22 from "./subfolder2/another/";
6808 +import * as m23 from "./subfolder2/another/index";
6842 +import m32 = require("./subfolder2/another");
6843 +import m33 = require("./subfolder2/another/");
6844 +import m34 = require("./subfolder2/another/index");
6866 +const _m43 = import("./subfolder2/another");
6867 +const _m44 = import("./subfolder2/another/");
6868 +const _m45 = import("./subfolder2/another/index");
6886 +// @filename: subfolder2/another/package.json
7783 +// @filename: subfolder2/another/index.ts
7787 +// @filename: subfolder2/another/index.mts
7791 +// @filename: subfolder2/another/index.cts
7805 +import * as m10 from "./subfolder2/another/index.js";
7806 +import * as m11 from "./subfolder2/another/index.mjs";
7807 +import * as m12 from "./subfolder2/another/index.cjs";
7817 +import * as m21 from "./subfolder2/another";
7818 +import * as m22 from "./subfolder2/another/";
7819 +import * as m23 from "./subfolder2/another/index";
7853 +import m32 = require("./subfolder2/another");
7854 +import m33 = require("./subfolder2/another/");
7855 +import m34 = require("./subfolder2/another/index");
7877 +const _m43 = import("./subfolder2/another");
7878 +const _m44 = import("./subfolder2/another/");
7879 +const _m45 = import("./subfolder2/another/index");
7895 +import * as m10 from "./subfolder2/another/index.js";
7896 +import * as m11 from "./subfolder2/another/index.mjs";
7897 +import * as m12 from "./subfolder2/another/index.cjs";
7907 +import * as m21 from "./subfolder2/another";
7908 +import * as m22 from "./subfolder2/another/";
7909 +import * as m23 from "./subfolder2/another/index";
7943 +import m32 = require("./subfolder2/another");
7944 +import m33 = require("./subfolder2/another/");
7945 +import m34 = require("./subfolder2/another/index");
7967 +const _m43 = import("./subfolder2/another");
7968 +const _m44 = import("./subfolder2/another/");
7969 +const _m45 = import("./subfolder2/another/index");
7983 +import * as m10 from "./subfolder2/another/index.js";
7984 +import * as m11 from "./subfolder2/another/index.mjs";
7985 +import * as m12 from "./subfolder2/another/index.cjs";
7995 +import * as m21 from "./subfolder2/another";
7996 +import * as m22 from "./subfolder2/another/";
7997 +import * as m23 from "./subfolder2/another/index";
8031 +import m32 = require("./subfolder2/another");
8032 +import m33 = require("./subfolder2/another/");
8033 +import m34 = require("./subfolder2/another/index");
8055 +const _m43 = import("./subfolder2/another");
8056 +const _m44 = import("./subfolder2/another/");
8057 +const _m45 = import("./subfolder2/another/index");
8074 +// @filename: subfolder2/another/package.json
8651 +// @filename: subfolder2/another/index.ts
8655 +// @filename: subfolder2/another/index.mts
8659 +// @filename: subfolder2/another/index.cts
8688 +// @filename: subfolder2/another/package.json
10193 +other.puuuce // OK, from another file
10194 +new Date().getGMTDate() // OK, from another file