]> source.dussan.org Git - jquery.git/commit
Build: Make the @CODE-replacing regex more robust
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 4 Dec 2016 00:16:36 +0000 (01:16 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 5 Dec 2016 17:43:10 +0000 (18:43 +0100)
commit4e50967725e61a5d71c2792131de61dec0520f9c
tree686088f1924c9f0ded24e75357065a9414067f5d
parent7fbab88110725c6e0b89f6513b9f7cff50320e1e
Build: Make the @CODE-replacing regex more robust

The code replacing @CODE in wrapper.js was written so that it expected
both the code and the next line to start in the first column. This commit
adjusts the regex so to get rid of that assumption and to work properly
regardless of number of lines with comments after this block.

While this is technically not necessary for our code, contributors sometimes
re-format the wrapper file in their pull requests and the error
messages they get don't tell them what's the real problem with their code.

Closes gh-3429
build/tasks/build.js