File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 55
66The default runtime for ** kaoscript** .
77
8- Dodumentation is available at [ kaoscript] ( https://github.com/kaoscript/kaoscript ) .
8+ Documentation available at [ kaoscript] ( https://github.com/kaoscript/kaoscript ) .
99
1010Changelog
1111---------
1212
13+ ### 0.3.0
14+
15+ - remove function ` vexists `
16+
1317### 0.2.0
1418
1519- remove use of native classes
Original file line number Diff line number Diff line change 11{
22 "name" : " @kaoscript/runtime" ,
33 "description" : " The default runtime for kaoscript" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "author" : {
66 "name" : " Baptiste Augrain" ,
77 "email" : " daiyam@zokugun.org"
Original file line number Diff line number Diff line change 11/**
22 * runtime.js
3- * Version 0.1 .0
3+ * Version 0.3 .0
44 * September 14th, 2016
55 *
66 * Copyright (c) 2016 Baptiste Augrain
@@ -583,15 +583,6 @@ var Type = {
583583 else {
584584 return type ;
585585 }
586- } , // }}}
587- vexists : function ( ) { // {{{
588- for ( var i = 0 ; i < arguments . length ; i ++ ) {
589- if ( Type . isValue ( arguments [ i ] ) ) {
590- return arguments [ i ] ;
591- }
592- }
593-
594- return null ;
595586 } // }}}
596587} ;
597588
You can’t perform that action at this time.
0 commit comments