Merge pull request #7039 from github/turbo-js-java-lib-modeling-ghes-3-3-p-1

Add updated framework support for JS/Java
This commit is contained in:
Anders Schack-Mulligen 2021-11-08 11:08:34 +01:00 коммит произвёл GitHub
Родитель 6f80387ac1 cf5b317eb1
Коммит 613e971987
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -91,12 +91,15 @@ Java built-in support
Name, Category Name, Category
Apache Commons Lang, Utility library Apache Commons Lang, Utility library
Apache Commons Collections, Data structure utility library
Apache HTTP components, Network communicator Apache HTTP components, Network communicator
Guava, Utility and collections library Guava, Utility and collections library
Hibernate, Database Hibernate, Database
iBatis / MyBatis, Database iBatis / MyBatis, Database
Jackson, Serialization Jackson, Serialization
JSON-java, Serialization
Java Persistence API (JPA), Database Java Persistence API (JPA), Database
JaxRS, Jakarta EE API specification
JDBC, Database JDBC, Database
Protobuf, Serialization Protobuf, Serialization
Kryo deserialization, Serialization Kryo deserialization, Serialization
@ -120,17 +123,22 @@ JavaScript and TypeScript built-in support
angular.js (legacy version), HTML framework angular.js (legacy version), HTML framework
axios, Network communicator axios, Network communicator
browser, Runtime environment browser, Runtime environment
EJS, templating language
electron, Runtime environment electron, Runtime environment
express, Server express, Server
handlebars, templating language
hapi, Server hapi, Server
hogan, templating language
jquery, Utility library jquery, Utility library
koa, Server koa, Server
lodash, Utility library lodash, Utility library
mongodb, Database mongodb, Database
mssql, Database mssql, Database
mustache, templating language
mysql, Database mysql, Database
node, Runtime environment node, Runtime environment
nest.js, Server nest.js, Server
nunjucks, templating language
postgres, Database postgres, Database
ramda, Utility library ramda, Utility library
react, HTML framework react, HTML framework
@ -140,6 +148,7 @@ JavaScript and TypeScript built-in support
socket.io, Network communicator socket.io, Network communicator
sqlite3, Database sqlite3, Database
superagent, Network communicator superagent, Network communicator
swig, templating language
underscore, Utility library underscore, Utility library
vue, HTML framework vue, HTML framework