JamesWang
JamesWang
因为在文件最上层也包了try catch,webpack报 Module build failed: SyntaxError: 'import' and 'export' may only appear at the top level (2:2) 错误,请问该如何解决?
In `find` method, `if (expression.match(/(([\w|.]+)\s(\w+)\s([\w|\s|%|_]+),?)+/))`, if expression contains utf8letters the `if` condition would be false and return empty where object.
When I use clearAndLoad to prepare test-data, it will throw Error if collection do not exist. It make sense but I think it's more friendly to give an option argument...