mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 23:10:36 +03:00
gitignore
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
export { default as not } from 'dir/not.png';
|
||||
import j from 'jquery';
|
||||
var abc = 'abc';
|
||||
const a = 1 + 1;
|
||||
var file = {
|
||||
a
|
||||
};
|
||||
const a$1 = 'a';
|
||||
const b = 'b';
|
||||
const c = 'c';
|
||||
var index = j('div');
|
||||
export default index;
|
||||
export { a$1 as a, abc, b, c, file };
|
||||
//# sourceMappingURL=overlayscrollbars-jquery.esm.js.map
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"overlayscrollbars-jquery.esm.js","sources":["../src/dir/abc.js","../src/file.js","../src/test.js","../src/index.js"],"sourcesContent":["export default 'abc';\n","const a = 1 + 1;\nexport default {\n a,\n};\n","export const a = 'a';\nexport const b = 'b';\nexport const c = 'c';\n","import abc from 'dir/abc';\nimport not from 'dir/not.png';\nimport file from 'file';\nimport j from 'jquery';\nimport { a, b, c } from 'test';\n\nexport default j('div');\nexport { a, b, c, file, abc, not };\n"],"names":["a","b","c","j"],"mappings":";;AAAA,UAAe,KAAf;ACAA,MAAMA,CAAC,GAAG,IAAI,CAAd;AACA,WAAe;AACbA,EAAAA;AADa,CAAf;ACDY,MAACA,GAAC,GAAG,GAAL;AACA,MAACC,CAAC,GAAG,GAAL;AACA,MAACC,CAAC,GAAG,GAAL;ACIZ,YAAeC,CAAC,CAAC,KAAD,CAAhB;;"}
|
||||
@@ -1 +0,0 @@
|
||||
export{default as not}from"dir/not.png";import a from"jquery";var r="abc";var o={a:2};const t="a",e="b",p="c";var d=a("div");export default d;export{t as a,r as abc,e as b,p as c,o as file};
|
||||
@@ -1,24 +0,0 @@
|
||||
var OverlayScrollbars = function (exports, not_png, j) {
|
||||
'use strict';
|
||||
|
||||
not_png = not_png && Object.prototype.hasOwnProperty.call(not_png, 'default') ? not_png['default'] : not_png;
|
||||
j = j && Object.prototype.hasOwnProperty.call(j, 'default') ? j['default'] : j;
|
||||
var abc = 'abc';
|
||||
var a = 1 + 1;
|
||||
var file = {
|
||||
a: a
|
||||
};
|
||||
var a$1 = 'a';
|
||||
var b = 'b';
|
||||
var c = 'c';
|
||||
var index = j('div');
|
||||
exports.not = not_png;
|
||||
exports.a = a$1;
|
||||
exports.abc = abc;
|
||||
exports.b = b;
|
||||
exports.c = c;
|
||||
exports.default = index;
|
||||
exports.file = file;
|
||||
return exports;
|
||||
}({}, not_png, jQuery);
|
||||
//# sourceMappingURL=overlayscrollbars-jquery.js.map
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"overlayscrollbars-jquery.js","sources":["../src/dir/abc.js","../src/file.js","../src/test.js","../src/index.js"],"sourcesContent":["export default 'abc';\n","const a = 1 + 1;\nexport default {\n a,\n};\n","export const a = 'a';\nexport const b = 'b';\nexport const c = 'c';\n","import abc from 'dir/abc';\nimport not from 'dir/not.png';\nimport file from 'file';\nimport j from 'jquery';\nimport { a, b, c } from 'test';\n\nexport default j('div');\nexport { a, b, c, file, abc, not };\n"],"names":["a","b","c","j"],"mappings":";;;;;YAAe;ACAf,MAAMA,CAAC,GAAG,IAAI,CAAd;aACe;AACbA,IAAAA,CAAC,EAADA;AADa;MCDFA,GAAC,GAAG;MACJC,CAAC,GAAG;MACJC,CAAC,GAAG;cCIFC,CAAC,CAAC,KAAD;;;;;;;;;"}
|
||||
@@ -1 +0,0 @@
|
||||
var OverlayScrollbars=function(t,a,e){"use strict";a=a&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a;var r={a:2},l=(e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e)("div");return t.not=a,t.a="a",t.abc="abc",t.b="b",t.c="c",t.default=l,t.file=r,t}({},not_png,jQuery);
|
||||
Reference in New Issue
Block a user