mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-11 22:20:38 +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 |