Updates for Dart language

Update description
Remove outdated dom detection
Remove outdated exclude
Added more JS detections
Removed outdated scriptSrc
Updated website
main
Kevin Moore 2 years ago
parent 98b8c9e71a
commit 4c933ceaf6

@ -262,23 +262,18 @@
"cats": [ "cats": [
27 27
], ],
"description": "Dart is an open-source, general-purpose, object-oriented programming language with C-style syntax developed by Google in 2011.", "description": "Dart is an open-source, general-purpose, object-oriented programming language developed by Google.",
"dom": "script[type='application/dart']",
"excludes": [
"Angular",
"AngularJS"
],
"icon": "Dart.svg", "icon": "Dart.svg",
"js": { "js": {
"___dart__$dart_dartObject_ZxYxX_0_": "", "___dart__$dart_dartObject_ZxYxX_0_": "",
"___dart_dispatch_record_ZxYxX_0_": "" "___dart_dispatch_record_ZxYxX_0_": "",
"$__dart_deferred_initializers__": ""
}, },
"oss": true, "oss": true,
"scriptSrc": [ "scriptSrc": [
"/(?:\\.)?(?:dart)(?:\\.js)?/", "/(?:\\.)?(?:dart)(?:\\.js)?/",
"packages/browser/dart\\.js"
], ],
"website": "https://www.dartlang.org" "website": "https://dart.dev"
}, },
"Darwin": { "Darwin": {
"cats": [ "cats": [