File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
accessibility-checker-engine Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ ( function ( window ) {
3+ window . ace_ibma = ace ;
4+ } ) ( typeof window === 'object' ? window : this ) ;
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build-node" : " npm run prebuild && npx webpack --config webpack-node.config.js && shx cp dist/index.d.ts dist/ace-node.d.ts" ,
88 "build-node-debug" : " npm run prebuild && npx webpack --config webpack-node-debug.config.js && shx cp dist/index.d.ts dist/ace-node-debug.d.ts" ,
9- "build" : " npm run prebuild && npx webpack --config webpack.config.js && shx cp dist/index.d.ts dist/ace.d.ts" ,
10- "build-debug" : " npm run prebuild && npx webpack --config webpack-debug.config.js && shx cp dist/index.d.ts dist/ace-debug.d.ts" ,
9+ "build" : " npm run prebuild && npx webpack --config webpack.config.js && shx cp dist/index.d.ts dist/ace.d.ts && cat dist/ace.js ace-window-add.js >dist/ace-window.js " ,
10+ "build-debug" : " npm run prebuild && npx webpack --config webpack-debug.config.js && shx cp dist/index.d.ts dist/ace-debug.d.ts && cat dist/ace-debug.js ace-window-add.js >dist/ace-window-debug.js " ,
1111 "prebuild" : " ts-node src/genRuleIndex.ts" ,
1212 "test" : " npm run prebuild && karma start" ,
1313 "serve" : " serve ." ,
You can’t perform that action at this time.
0 commit comments