According to this gist, the modules break-out session at TC39 (a subset of the larger committee) decided to remove the
module x from "y";
According to this gist, the modules break-out session at TC39 (a subset of the larger committee) decided to remove the
module x from "y";
var message = "hello, how are you Tal?"; | |
if (~message.indexOf('Tal')) { | |
console.log('found matching text'); | |
} |
<?xml version="1.0"?> | |
<!-- | |
# Sass Macros for Ant | |
# http://github.com/gbakernet | |
# Authored 2012 Glenn Baker; Licensed MIT */ | |
<sass> Usage - Compile sass files | |
* jarpath - is path to jruby-complete.jar and gem-sass.jar | |
* src - input | |
* dest - output |