feat: support 1.38 flags
This commit is contained in:
@@ -11,11 +11,23 @@
|
||||
"unstable": true,
|
||||
"quiet": true,
|
||||
"certificateErrors": false,
|
||||
"importMap": "imports.json",
|
||||
"importMap": ".imports.json",
|
||||
"cert": "/dev/null",
|
||||
"location": "https://deno.test",
|
||||
"seed": 0,
|
||||
"v8Flags": ["--print-code"]
|
||||
"v8Flags": ["--print-code"],
|
||||
"env": true
|
||||
},
|
||||
"test": {
|
||||
"env": ".env",
|
||||
"unstable": ["kv", "bare-node-builtins"]
|
||||
},
|
||||
"bench": {
|
||||
"env": false,
|
||||
"unstable": []
|
||||
},
|
||||
"lint": {
|
||||
"unstable": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -19,6 +19,20 @@
|
||||
"json": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags:doc_alt": {
|
||||
"task": [
|
||||
"deno doc mod.ts;",
|
||||
"rm -rf .docs"
|
||||
],
|
||||
"cwd": "tests",
|
||||
"deno": {
|
||||
"doc": {
|
||||
"html": true,
|
||||
"name": "test",
|
||||
"output": ".docs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user