mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
89a18de64c
While we have absolutely no style-related expectations to our minified file, we do care that it's valid ES 5.1. This is now verified. Fixes gh-3075 Closes gh-4594
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
amd
|
|
node_modules
|
|
*.min.js
|
|
dist/**
|
|
!dist/jquery.js
|
|
!dist/jquery.min.js
|
|
test/data/jquery-1.9.1.js
|
|
test/data/badcall.js
|
|
test/data/badjson.js
|
|
test/data/json_obj.js
|
|
test/data/readywaitasset.js
|
|
test/data/readywaitloader.js
|
|
test/data/support/csp.js
|
|
test/data/support/getComputedSupport.js
|
|
test/data/core/jquery-iterability-transpiled.js
|