Skip to content

Commit ba5bfa3

Browse files
committed
Merge branch 'main' of github.com:DonJayamanne/typescript-notebook into main
* 'main' of github.com:DonJayamanne/typescript-notebook: Update readme Udpate change log Updates to readme and package.json
2 parents dd43b6b + 2632dff commit ba5bfa3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node.js Notebooks
22
## Features
3-
* Node.js REPL experience in Notebooks (with rich output)
3+
* Enhanced REPL experience for Node.js in Notebooks (with top level awaits)
44
* Run & debug JavaScript, TypeScript code in node.js
55
* Built in support for typescript (ships with [TypeScript](https://www.typescriptlang.org/) & [ts-node](https://typestrong.org/ts-node/)).
66
* Built in support for [plotly](https://plotly.com/javascript/) (plotly.js is shipped with the extension)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-notebook",
33
"displayName": "Node.js Notebooks",
4-
"description": "Iterative & iteractive programing for Node.js in JavaScript/TypeScript, with great support for Tensorflow.js, debugging, & more..",
4+
"description": "Iterative & iteractive programming for Node.js in JavaScript/TypeScript, with great support for Tensorflow.js, debugging, & more..",
55
"version": "2.0.3",
66
"engines": {
77
"vscode": "^1.60.0"
@@ -27,6 +27,7 @@
2727
},
2828
"keywords": [
2929
"notebook",
30+
"REPL",
3031
"typescript",
3132
"javascript",
3233
"tensorflow",

0 commit comments

Comments
 (0)