remove all ^M Dos carraige returns

better late than never, #55
This commit is contained in:
olevole
2024-11-24 17:41:50 +03:00
parent c8c532da72
commit e4c2ee15ae
292 changed files with 58915 additions and 58915 deletions

View File

@@ -1 +1 @@
console.log('hello')
console.log('hello')

View File

@@ -1,2 +1,2 @@
exports.filename = __filename;
exports.filename = __filename;
exports.dirname = __dirname;

View File

@@ -1,4 +1,4 @@
# whatwg-url
# whatwg-url
whatwg-url is a full implementation of the WHATWG [URL Standard](https://url.spec.whatwg.org/). It can be used standalone, but it also exposes a lot of the internal algorithms that are useful for integrating a URL parser into a project like [jsdom](https://github.com/jsdom/jsdom).

View File

@@ -1,4 +1,4 @@
const expect = chai.expect;
const expect = chai.expect;
import keysyms from '../core/input/keysymdef.js';
import * as KeyboardUtil from "../core/input/util.js";