Skip to content
Snippets Groups Projects
Commit 06469378 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

custom ol as dependency

parent c740bc5d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
"esdoc": "RD /S /Q doc & MD doc & esdoc -c .esdoc.json",
"typedoc": "RD /S /Q doc & MD doc & typedoc --out doc/ --module commonjs --target ES5 --includes typings src-ts/ ",
"update-custom-ol": "npm update custom-ol",
"serve": "cd test-html & C:\\Python33\\python.exe -m http.server 5001",
"serve": "cd test-html & C:\\Python33\\python.exe -m http.server 5002",
"webpack": "webpack -w",
"webpack-min": "webpack -w --optimize-minimize",
"tsc": "tsc -w"
......
{"version":3,"sources":["webpack:///webpack/bootstrap ef760a4c28bc3d5b9fb4","webpack:///./src-ts/_test/another.ts"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA;;IAEG;AAEH,QAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAC/B,QAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC","file":"another.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap ef760a4c28bc3d5b9fb4\n **/","/**\r\n * Created by gavorhes on 9/22/2016.\r\n */\r\n\r\nconsole.log('here is another');\r\nconsole.log('here is another');\n\n\n/** WEBPACK FOOTER **\n ** ./src-ts/_test/another.ts\n **/"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 5a5d65bdf7ff47930891","webpack:///./src-ts/_test/another.ts"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA;;IAEG;AAEH,QAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAC/B,QAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC","file":"another.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap 5a5d65bdf7ff47930891\n **/","/**\r\n * Created by gavorhes on 9/22/2016.\r\n */\r\n\r\nconsole.log('here is another');\r\nconsole.log('here is another');\n\n\n/** WEBPACK FOOTER **\n ** ./src-ts/_test/another.ts\n **/"],"sourceRoot":""}
\ No newline at end of file
......@@ -10094,56 +10094,6 @@
 
"use strict";
exports.ol = __webpack_require__(6);
// // export default require('../ol/ol-build');
//
// const fish = 10;
// export = fish;
//
//
// export function cat(bird: string){
// console.log('eat the fish')
// }
//
// export function nice(eat: number){
// console.log('eat that fish');
// }
//
// export class Big{
// glenn: string;
//
// constructor(isGlenn){
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string){
// console.log(this.glenn)
// }
//
// run(){
// console.log(this.glenn + " can run");
// }
// }
//
// export namespace HereIt{
//
// export class Big2 {
// glenn: string;
//
// constructor(isGlenn) {
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string) {
// console.log(this.glenn)
// }
//
// run() {
// console.log(this.glenn + " can run");
// }
// }
//
//
// }
 
 
/***/ },
......@@ -11383,6 +11333,7 @@
};
return MapPopupCls;
}(mapInteractionBase_1.default));
exports.MapPopupCls = MapPopupCls;
nm.MapPopupCls = MapPopupCls;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = MapPopupCls;
......
This diff is collapsed.
......@@ -10079,56 +10079,6 @@
 
"use strict";
exports.ol = __webpack_require__(6);
// // export default require('../ol/ol-build');
//
// const fish = 10;
// export = fish;
//
//
// export function cat(bird: string){
// console.log('eat the fish')
// }
//
// export function nice(eat: number){
// console.log('eat that fish');
// }
//
// export class Big{
// glenn: string;
//
// constructor(isGlenn){
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string){
// console.log(this.glenn)
// }
//
// run(){
// console.log(this.glenn + " can run");
// }
// }
//
// export namespace HereIt{
//
// export class Big2 {
// glenn: string;
//
// constructor(isGlenn) {
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string) {
// console.log(this.glenn)
// }
//
// run() {
// console.log(this.glenn + " can run");
// }
// }
//
//
// }
 
 
/***/ },
......@@ -11368,6 +11318,7 @@
};
return MapPopupCls;
}(mapInteractionBase_1.default));
exports.MapPopupCls = MapPopupCls;
nm.MapPopupCls = MapPopupCls;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = MapPopupCls;
......
This diff is collapsed.
This diff is collapsed.
{"version":3,"sources":["webpack:///webpack/bootstrap ef760a4c28bc3d5b9fb4?77b8***","webpack:///./src-ts/_test/reacttst.tsx"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA;;IAEG;AAEH,mCAAkC;AAClC,2CAA0C;AAC1C,GAAE;AACF,8CAA6C;AAC7C,GAAE;AACF,sDAAqD;AACrD,GAAE;AACF,oBAAmB;AACnB,0DAAyD;AACzD,0CAAyC;AACzC,MAAK;AACL,GAAE","file":"reacttst.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap ef760a4c28bc3d5b9fb4\n **/","/**\r\n * Created by gavorhes on 9/22/2016.\r\n */\r\n\r\n// import * as React from \"react\";\r\n// import * as ReactDOM from \"react/lib/\";\r\n//\r\n// import { Hello } from \"../_scratch/Hello\";\r\n//\r\n// console.log('I am in a tsx file for some reason');\r\n//\r\n// ReactDOM.render(\r\n// <Hello compiler=\"TypeScript\" framework=\"React\" />,\r\n// document.getElementById(\"example\")\r\n// );\r\n//\r\n\r\n\n\n\n/** WEBPACK FOOTER **\n ** ./src-ts/_test/reacttst.tsx\n **/"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 5a5d65bdf7ff47930891?1753***","webpack:///./src-ts/_test/reacttst.tsx"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA;;IAEG;AAEH,mCAAkC;AAClC,2CAA0C;AAC1C,GAAE;AACF,8CAA6C;AAC7C,GAAE;AACF,sDAAqD;AACrD,GAAE;AACF,oBAAmB;AACnB,0DAAyD;AACzD,0CAAyC;AACzC,MAAK;AACL,GAAE","file":"reacttst.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap 5a5d65bdf7ff47930891\n **/","/**\r\n * Created by gavorhes on 9/22/2016.\r\n */\r\n\r\n// import * as React from \"react\";\r\n// import * as ReactDOM from \"react/lib/\";\r\n//\r\n// import { Hello } from \"../_scratch/Hello\";\r\n//\r\n// console.log('I am in a tsx file for some reason');\r\n//\r\n// ReactDOM.render(\r\n// <Hello compiler=\"TypeScript\" framework=\"React\" />,\r\n// document.getElementById(\"example\")\r\n// );\r\n//\r\n\r\n\n\n\n/** WEBPACK FOOTER **\n ** ./src-ts/_test/reacttst.tsx\n **/"],"sourceRoot":""}
\ No newline at end of file
......@@ -10072,56 +10072,6 @@
 
"use strict";
exports.ol = __webpack_require__(6);
// // export default require('../ol/ol-build');
//
// const fish = 10;
// export = fish;
//
//
// export function cat(bird: string){
// console.log('eat the fish')
// }
//
// export function nice(eat: number){
// console.log('eat that fish');
// }
//
// export class Big{
// glenn: string;
//
// constructor(isGlenn){
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string){
// console.log(this.glenn)
// }
//
// run(){
// console.log(this.glenn + " can run");
// }
// }
//
// export namespace HereIt{
//
// export class Big2 {
// glenn: string;
//
// constructor(isGlenn) {
// this.glenn = isGlenn;
// }
//
// set isGlenn(f: string) {
// console.log(this.glenn)
// }
//
// run() {
// console.log(this.glenn + " can run");
// }
// }
//
//
// }
 
 
/***/ },
......@@ -11361,6 +11311,7 @@
};
return MapPopupCls;
}(mapInteractionBase_1.default));
exports.MapPopupCls = MapPopupCls;
nm.MapPopupCls = MapPopupCls;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = MapPopupCls;
......
This diff is collapsed.
This diff is collapsed.
......@@ -9,8 +9,8 @@ const outDir = path.join(__dirname, 'test-html/js');
const files = fs.readdirSync(testAppDir);
const entries = {};
for (var i = 0; i < files.length(); i++) {
e = files[i];
for (var i = 0; i < files.length; i++) {
var e = files[i];
if (e.match(/\.js$/) == null) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment