jquery/build
Michał Gołębiowski-Owczarek 36b59c9661 Build: Fix the regex parsing AMD var-modules (#4389)
The previous regex caused the final jQuery binary to have syntax errors for
var-modules with names starting with "return". For example, the following module
wouldn't work when the file is named `returnTrue.js`:

```js
define( function() {
	"use strict";
	return function returnTrue() {
		return true;
	};
} );
```

Closes gh-4389

(cherry picked from commit 9ec09c3b4a)
2019-09-26 01:18:22 +02:00
..
release Release: edit dist README version on release 2017-03-17 12:38:23 -04:00
tasks Build: Fix the regex parsing AMD var-modules (#4389) 2019-09-26 01:18:22 +02:00
release.js Release: update release dependencies 2017-03-15 14:57:20 -04:00