babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
c1c8597bc3c8198ced661ea81d0c5c95faee8aa0
parent
a40c8cd9bbb9a0f256c2d1960081e06b32a44a34
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-11-12 20:02
fix dom-accessibility-api url

Diffstat

M babel.js 2 +-
M src/babel.js 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/babel.js b/babel.js

@@ -36257,7 +36257,7 @@ var implementations = [{
36257 36257 	fn: accdc.calcNames,
36258 36258 }, {
36259 36259 	name: 'dom-accessibility-api (0.5.4)',
36260    -1 	url: 'https://github.com/testing-library/dom-testing-library',
   -1 36260 	url: 'https://github.com/eps1lon/dom-accessibility-api/',
36261 36261 	fn: function(el) {
36262 36262 		return {
36263 36263 			name: domAccessibilityApi.computeAccessibleName(el),

diff --git a/src/babel.js b/src/babel.js

@@ -32,7 +32,7 @@ var implementations = [{
   32    32 	fn: accdc.calcNames,
   33    33 }, {
   34    34 	name: 'dom-accessibility-api (0.5.4)',
   35    -1 	url: 'https://github.com/testing-library/dom-testing-library',
   -1    35 	url: 'https://github.com/eps1lon/dom-accessibility-api/',
   36    36 	fn: function(el) {
   37    37 		return {
   38    38 			name: domAccessibilityApi.computeAccessibleName(el),