🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
1677
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify-css.js
generated
vendored
Normal file
1677
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify-css.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
3138
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify-html.js
generated
vendored
Normal file
3138
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify-html.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
25
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify.js
generated
vendored
Normal file
25
node_modules/vscode-html-languageservice/lib/umd/beautify/beautify.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
(function (factory) {
|
||||
if (typeof module === "object" && typeof module.exports === "object") {
|
||||
var v = factory(require, exports);
|
||||
if (v !== undefined) module.exports = v;
|
||||
}
|
||||
else if (typeof define === "function" && define.amd) {
|
||||
define(["require", "exports"], factory);
|
||||
}
|
||||
})(function (require, exports) {
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.js_beautify = void 0;
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
/*
|
||||
* Mock for the JS formatter. Ignore formatting of JS content in HTML.
|
||||
*/
|
||||
function js_beautify(js_source_text, options) {
|
||||
// no formatting
|
||||
return js_source_text;
|
||||
}
|
||||
exports.js_beautify = js_beautify;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue