mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 23:43:28 +08:00
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
// gulp.watch('./src/**/*.js', ['move']);
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "// gulp.watch('./src/**/*.js', ['move']);"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for multi-line comment inside single-line comment. See #1337 |