mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
c113df1bb8
- Improves speed and binary size significantly. - Makes deno_last_exception() output a JSON structure. - Isolate::execute and Isolate::event_loop now return structured, mapped JSError objects on errors. - Removes libdeno functions: libdeno.setGlobalErrorHandler() libdeno.setPromiseRejectHandler() libdeno.setPromiseErrorExaminer() In collaboration with Ryan Dahl.
28 lines
840 B
JSON
28 lines
840 B
JSON
{
|
|
"name": "deno",
|
|
"devDependencies": {
|
|
"@types/base64-js": "^1.2.5",
|
|
"@types/flatbuffers": "^1.9.0",
|
|
"@types/prettier": "=1.15.3",
|
|
"@types/text-encoding": "0.0.33",
|
|
"base64-js": "^1.3.0",
|
|
"flatbuffers": "^1.9.0",
|
|
"magic-string": "^0.22.5",
|
|
"prettier": "=1.15.3",
|
|
"rollup": "0.67.0",
|
|
"rollup-plugin-alias": "^1.4.0",
|
|
"rollup-plugin-analyzer": "^2.1.0",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-node-globals": "^1.2.1",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-string": "^2.0.2",
|
|
"rollup-plugin-typescript2": "^0.16.1",
|
|
"rollup-pluginutils": "^2.3.0",
|
|
"ts-node": "^7.0.1",
|
|
"ts-simple-ast": "17.1.0",
|
|
"tslint": "^5.10.0",
|
|
"tslint-eslint-rules": "^5.3.1",
|
|
"tslint-no-circular-imports": "^0.5.0",
|
|
"typescript": "3.2.1"
|
|
}
|
|
}
|