coffee-script-source 1.9.1.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ef2966e92f76af99ab07649375fe6ed65b70e98
4
- data.tar.gz: 4bceaf6d4817cafe9fa3ed211151a4f2bb842983
3
+ metadata.gz: 9dcdb9a6cb4c43639facfb53ae78fa9939c48d9c
4
+ data.tar.gz: 0d3bd6b9ef77f0bc58fa8bd9653cb100d6f3d30e
5
5
  SHA512:
6
- metadata.gz: 60b7a8b1ff00e9b3c7c0259260665c949825e824113147d6f7993f4a20d37620a33b19fed862cbf58b64ce5ce98c628e93c4408ff322120b62e7ac5c032c6a72
7
- data.tar.gz: d2a6eb92ad380924a28bee6e6afbb3d6301389608e3a9e499783411c2695eb058543e8fcbe447218ce509581ec48c0d49ad5043d53d3b740affe8fdfd2febc44
6
+ metadata.gz: 9038911268b98e40e4e75fb0284a5a4d025596ecdee60808e305d0fba5c36f2fd7653d46f11ab04fc0dd4f1b63631e159ffffa5f94379cdbd1b6ed49abc564af
7
+ data.tar.gz: 71f07ffaa2d4165895fdaff812cf576114b70a7e109ffe48eed54cc06de0c2da433e70055fd21489a0e07d52046ddf2bc432ced81e55e02b1524e803b87a00b2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * CoffeeScript Compiler v1.9.1
2
+ * CoffeeScript Compiler v1.9.2
3
3
  * http://coffeescript.org
4
4
  *
5
5
  * Copyright 2011, Jeremy Ashkenas
@@ -10,7 +10,7 @@
10
10
  function require(path){ return require[path]; }
11
11
  require['./helpers'] = (function() {
12
12
  var exports = {}, module = {exports: exports};
13
- // Generated by CoffeeScript 1.9.1
13
+ // Generated by CoffeeScript 1.9.2
14
14
  (function() {
15
15
  var buildLocationData, extend, flatten, ref, repeat, syntaxErrorToString;
16
16
 
@@ -262,7 +262,7 @@
262
262
  return module.exports;
263
263
  })();require['./rewriter'] = (function() {
264
264
  var exports = {}, module = {exports: exports};
265
- // Generated by CoffeeScript 1.9.1
265
+ // Generated by CoffeeScript 1.9.2
266
266
  (function() {
267
267
  var BALANCED_PAIRS, CALL_CLOSERS, EXPRESSION_CLOSE, EXPRESSION_END, EXPRESSION_START, IMPLICIT_CALL, IMPLICIT_END, IMPLICIT_FUNC, IMPLICIT_UNSPACED_CALL, INVERSES, LINEBREAKS, SINGLE_CLOSERS, SINGLE_LINERS, generate, k, left, len, ref, rite,
268
268
  indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; },
@@ -770,7 +770,7 @@
770
770
  return module.exports;
771
771
  })();require['./lexer'] = (function() {
772
772
  var exports = {}, module = {exports: exports};
773
- // Generated by CoffeeScript 1.9.1
773
+ // Generated by CoffeeScript 1.9.2
774
774
  (function() {
775
775
  var BOM, BOOL, CALLABLE, CODE, COFFEE_ALIASES, COFFEE_ALIAS_MAP, COFFEE_KEYWORDS, COMMENT, COMPARE, COMPOUND_ASSIGN, HERECOMMENT_ILLEGAL, HEREDOC_DOUBLE, HEREDOC_INDENT, HEREDOC_SINGLE, HEREGEX, HEREGEX_OMIT, IDENTIFIER, INDENTABLE_CLOSERS, INDEXABLE, INVALID_ESCAPE, INVERSES, JSTOKEN, JS_FORBIDDEN, JS_KEYWORDS, LEADING_BLANK_LINE, LINE_BREAK, LINE_CONTINUER, LOGIC, Lexer, MATH, MULTI_DENT, NOT_REGEX, NUMBER, OPERATOR, POSSIBLY_DIVISION, REGEX, REGEX_FLAGS, REGEX_ILLEGAL, RELATION, RESERVED, Rewriter, SHIFT, SIMPLE_STRING_OMIT, STRICT_PROSCRIBED, STRING_DOUBLE, STRING_OMIT, STRING_SINGLE, STRING_START, TRAILING_BLANK_LINE, TRAILING_SPACES, UNARY, UNARY_MATH, VALID_FLAGS, WHITESPACE, compact, count, invertLiterate, key, locationDataToString, ref, ref1, repeat, starts, throwSyntaxError,
776
776
  indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
@@ -2501,7 +2501,7 @@ if (typeof module !== 'undefined' && require.main === module) {
2501
2501
  return module.exports;
2502
2502
  })();require['./scope'] = (function() {
2503
2503
  var exports = {}, module = {exports: exports};
2504
- // Generated by CoffeeScript 1.9.1
2504
+ // Generated by CoffeeScript 1.9.2
2505
2505
  (function() {
2506
2506
  var Scope,
2507
2507
  indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
@@ -2660,7 +2660,7 @@ if (typeof module !== 'undefined' && require.main === module) {
2660
2660
  return module.exports;
2661
2661
  })();require['./nodes'] = (function() {
2662
2662
  var exports = {}, module = {exports: exports};
2663
- // Generated by CoffeeScript 1.9.1
2663
+ // Generated by CoffeeScript 1.9.2
2664
2664
  (function() {
2665
2665
  var Access, Arr, Assign, Base, Block, Call, Class, Code, CodeFragment, Comment, Existence, Expansion, Extends, For, HEXNUM, IDENTIFIER, IS_REGEX, IS_STRING, If, In, Index, LEVEL_ACCESS, LEVEL_COND, LEVEL_LIST, LEVEL_OP, LEVEL_PAREN, LEVEL_TOP, Literal, NEGATE, NO, NUMBER, Obj, Op, Param, Parens, RESERVED, Range, Return, SIMPLENUM, STRICT_PROSCRIBED, Scope, Slice, Splat, Switch, TAB, THIS, Throw, Try, UTILITIES, Value, While, YES, addLocationDataFn, compact, del, ends, extend, flatten, fragmentsToText, isComplexOrAssignable, isLiteralArguments, isLiteralThis, locationDataToString, merge, multident, parseNum, ref1, ref2, some, starts, throwSyntaxError, unfoldSoak, utility,
2666
2666
  extend1 = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
@@ -5937,7 +5937,7 @@ if (typeof module !== 'undefined' && require.main === module) {
5937
5937
  return module.exports;
5938
5938
  })();require['./sourcemap'] = (function() {
5939
5939
  var exports = {}, module = {exports: exports};
5940
- // Generated by CoffeeScript 1.9.1
5940
+ // Generated by CoffeeScript 1.9.2
5941
5941
  (function() {
5942
5942
  var LineMap, SourceMap;
5943
5943
 
@@ -6102,7 +6102,7 @@ if (typeof module !== 'undefined' && require.main === module) {
6102
6102
  return module.exports;
6103
6103
  })();require['./coffee-script'] = (function() {
6104
6104
  var exports = {}, module = {exports: exports};
6105
- // Generated by CoffeeScript 1.9.1
6105
+ // Generated by CoffeeScript 1.9.2
6106
6106
  (function() {
6107
6107
  var Lexer, SourceMap, base, compile, ext, formatSourcePosition, fs, getSourceMap, helpers, i, len, lexer, parser, path, ref, sourceMaps, vm, withPrettyErrors,
6108
6108
  hasProp = {}.hasOwnProperty,
@@ -6122,7 +6122,7 @@ if (typeof module !== 'undefined' && require.main === module) {
6122
6122
 
6123
6123
  SourceMap = require('./sourcemap');
6124
6124
 
6125
- exports.VERSION = '1.9.1';
6125
+ exports.VERSION = '1.9.2';
6126
6126
 
6127
6127
  exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md'];
6128
6128
 
@@ -6479,7 +6479,7 @@ if (typeof module !== 'undefined' && require.main === module) {
6479
6479
  return module.exports;
6480
6480
  })();require['./browser'] = (function() {
6481
6481
  var exports = {}, module = {exports: exports};
6482
- // Generated by CoffeeScript 1.9.1
6482
+ // Generated by CoffeeScript 1.9.2
6483
6483
  (function() {
6484
6484
  var CoffeeScript, compile, runScripts,
6485
6485
  indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-script-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Ashkenas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-09 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  CoffeeScript is a little language that compiles into JavaScript.
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project: coffee-script-source
46
- rubygems_version: 2.4.5
46
+ rubygems_version: 2.4.5.1
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: The CoffeeScript Compiler