History log of /third_party/parse5/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
93fb6ee325-Sep-2024 openharmony_ci <120357966@qq.com>

!35 【轻量级 PR】:update README.OpenSource.
Merge pull request !35 from 吴海滨/N/A


.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitmodules
.husky/pre-commit
.prettierignore
.prettierrc
BUILD.gn
LICENSE
README.OpenSource
README.en.md
README.md
SECURITY.md
bench/.eslintrc.json
bench/memory/sax-parser.js
bench/package.json
bench/perf/index.js
build_parse5.py
bundle.json
docs/list-of-packages.md
docs/version-history.md
media/logo.png
package-lock.json
package.json
packages/parse5-html-rewriting-stream/LICENSE
packages/parse5-html-rewriting-stream/README.md
packages/parse5-html-rewriting-stream/lib/index.ts
packages/parse5-html-rewriting-stream/package.json
packages/parse5-html-rewriting-stream/test/rewriting-stream.test.ts
packages/parse5-html-rewriting-stream/tsconfig.json
packages/parse5-htmlparser2-tree-adapter/LICENSE
packages/parse5-htmlparser2-tree-adapter/README.md
packages/parse5-htmlparser2-tree-adapter/lib/index.ts
packages/parse5-htmlparser2-tree-adapter/package.json
packages/parse5-htmlparser2-tree-adapter/tsconfig.json
packages/parse5-parser-stream/LICENSE
packages/parse5-parser-stream/README.md
packages/parse5-parser-stream/lib/index.ts
packages/parse5-parser-stream/package.json
packages/parse5-parser-stream/test/location-info.test.ts
packages/parse5-parser-stream/test/parser-stream.test.ts
packages/parse5-parser-stream/test/scripting.test.ts
packages/parse5-parser-stream/test/utils/parse-chunked.ts
packages/parse5-parser-stream/tsconfig.json
packages/parse5-plain-text-conversion-stream/LICENSE
packages/parse5-plain-text-conversion-stream/README.md
packages/parse5-plain-text-conversion-stream/lib/index.ts
packages/parse5-plain-text-conversion-stream/package.json
packages/parse5-plain-text-conversion-stream/test/plain-text-conversion-stream.test.ts
packages/parse5-plain-text-conversion-stream/tsconfig.json
packages/parse5-sax-parser/LICENSE
packages/parse5-sax-parser/README.md
packages/parse5-sax-parser/lib/dev-null-stream.ts
packages/parse5-sax-parser/lib/index.ts
packages/parse5-sax-parser/lib/parser-feedback-simulator.ts
packages/parse5-sax-parser/package.json
packages/parse5-sax-parser/test/location-info.test.ts
packages/parse5-sax-parser/test/parser-feedback-simulator.test.ts
packages/parse5-sax-parser/test/sax-parser.test.ts
packages/parse5-sax-parser/tsconfig.json
packages/parse5/LICENSE
packages/parse5/README.md
packages/parse5/lib/common/doctype.ts
packages/parse5/lib/common/error-codes.ts
packages/parse5/lib/common/foreign-content.ts
packages/parse5/lib/common/html.ts
packages/parse5/lib/common/token.ts
packages/parse5/lib/common/unicode.ts
packages/parse5/lib/index.ts
packages/parse5/lib/parser/formatting-element-list.test.ts
packages/parse5/lib/parser/formatting-element-list.ts
packages/parse5/lib/parser/index.test.ts
packages/parse5/lib/parser/index.ts
packages/parse5/lib/parser/open-element-stack.test.ts
packages/parse5/lib/parser/open-element-stack.ts
packages/parse5/lib/parser/parser-location-info.test.ts
packages/parse5/lib/serializer/index.test.ts
packages/parse5/lib/serializer/index.ts
packages/parse5/lib/tokenizer/index.test.ts
packages/parse5/lib/tokenizer/index.ts
packages/parse5/lib/tokenizer/preprocessor.ts
packages/parse5/lib/tokenizer/tokenizer-location-info.test.ts
packages/parse5/lib/tree-adapters/default.ts
packages/parse5/lib/tree-adapters/interface.ts
packages/parse5/package-lock.json
packages/parse5/package.json
packages/parse5/tsconfig.json
packages/parse5/uglify-source.js
scripts/generate-parser-feedback-test/index.ts
test/data/huge-page/huge-page.html
test/data/location-info/cern/data.html
test/data/location-info/dx/data.html
test/data/location-info/github-parse5/data.html
test/data/location-info/whatwg-html/data.html
test/data/location-info/wiki-42/data.html
test/data/parser-feedback/adoption01.test
test/data/parser-feedback/adoption02.test
test/data/parser-feedback/blocks.test
test/data/parser-feedback/comments01.test
test/data/parser-feedback/doctype01.test
test/data/parser-feedback/domjs-unsafe.test
test/data/parser-feedback/entities01.test
test/data/parser-feedback/entities02.test
test/data/parser-feedback/foreign-fragment.test
test/data/parser-feedback/gh40_form_in_template.test
test/data/parser-feedback/html5test-com.test
test/data/parser-feedback/inbody01.test
test/data/parser-feedback/isindex.test
test/data/parser-feedback/main-element.test
test/data/parser-feedback/math.test
test/data/parser-feedback/menuitem-element.test
test/data/parser-feedback/namespace-sensitivity.test
test/data/parser-feedback/noscript01.test
test/data/parser-feedback/pending-spec-changes-plain-text-unsafe.test
test/data/parser-feedback/pending-spec-changes.test
test/data/parser-feedback/plain-text-unsafe.test
test/data/parser-feedback/ruby.test
test/data/parser-feedback/scriptdata01.test
test/data/parser-feedback/search-element.test
test/data/parser-feedback/svg.test
test/data/parser-feedback/tables01.test
test/data/parser-feedback/template.test
test/data/parser-feedback/tests1.test
test/data/parser-feedback/tests10.test
test/data/parser-feedback/tests11.test
test/data/parser-feedback/tests12.test
test/data/parser-feedback/tests14.test
test/data/parser-feedback/tests15.test
test/data/parser-feedback/tests16.test
test/data/parser-feedback/tests17.test
test/data/parser-feedback/tests18.test
test/data/parser-feedback/tests19.test
test/data/parser-feedback/tests2.test
test/data/parser-feedback/tests20.test
test/data/parser-feedback/tests21.test
test/data/parser-feedback/tests22.test
test/data/parser-feedback/tests23.test
test/data/parser-feedback/tests24.test
test/data/parser-feedback/tests25.test
test/data/parser-feedback/tests26.test
test/data/parser-feedback/tests3.test
test/data/parser-feedback/tests4.test
test/data/parser-feedback/tests5.test
test/data/parser-feedback/tests6.test
test/data/parser-feedback/tests7.test
test/data/parser-feedback/tests8.test
test/data/parser-feedback/tests9.test
test/data/parser-feedback/tests_innerHTML_1.test
test/data/parser-feedback/tricky01.test
test/data/parser-feedback/webkit01.test
test/data/parser-feedback/webkit02.test
test/data/sax/lhc/expected.html
test/data/sax/lhc/src.html
test/data/sax/nodejsorg/expected.html
test/data/sax/nodejsorg/src.html
test/data/sax/npmorg/expected.html
test/data/sax/npmorg/src.html
test/data/serialization/tests.json
test/data/tree-construction-scripting/document_write.dat
test/package.json
test/tsconfig.json
test/utils/common.ts
test/utils/generate-location-info-parser-tests.ts
test/utils/generate-parsing-tests.ts
test/utils/generate-serializer-tests.ts
test/utils/generate-tokenization-tests.ts
test/utils/load-sax-parser-test-data.ts
test/utils/parse-dat-file.ts
test/utils/serialize-to-dat-file-format.ts
tsconfig.json