"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/third_party/js/sizzle/BUILD.bazel" (17 Feb 2023, 352 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 load("//common:defs.bzl", "copy_file")
2
3 licenses(["notice"])
4
5 copy_file(
6 name = "sizzle",
7 src = "sizzle-1.5.1-30.js",
8 out = "sizzle.js",
9 visibility = [
10 "//java/src/com/thoughtworks/selenium/webdriven:__pkg__",
11 "//java/test/org/openqa/selenium/environment:__pkg__",
12 "//javascript/selenium-core:__pkg__",
13 ],
14 )