mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2026-03-13 09:50:42 +08:00
11 lines
291 B
Java
11 lines
291 B
Java
// gulp.watch('./src/**/*.js', ['move']);
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "// gulp.watch('./src/**/*.js', ['move']);"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for multi-line comment inside single-line comment. See #1337 |