Publish
This commit is contained in:
14
test/runtime/index.ts
Normal file
14
test/runtime/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { TypeSystemPolicy } from '@sinclair/typebox/system'
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// InstanceMode: Freeze (Detect Unintended Side Effects)
|
||||
// ------------------------------------------------------------------
|
||||
TypeSystemPolicy.InstanceMode = 'freeze'
|
||||
|
||||
import './compiler/index'
|
||||
import './compiler-ajv/index'
|
||||
import './errors/index'
|
||||
import './syntax/index'
|
||||
import './system/index'
|
||||
import './type/index'
|
||||
import './value/index'
|
||||
Reference in New Issue
Block a user