feat: exported Drop interface for #107

Deprecate snake_cased options and APIs, sed #109
This commit is contained in:
harttle
2019-02-28 00:05:08 +08:00
parent b69c3a3203
commit 7bee9fc92d
26 changed files with 227 additions and 179 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import { mock, restore } from '../../stub/mockfs'
let engine = new Liquid()
const strictEngine = new Liquid({
strict_variables: true,
strict_filters: true
strictVariables: true,
strictFilters: true
})
describe('error', function () {