Patch Changes
-
Support NPM provenance. (#30)
-
fix: some valus should be updateable by global scope (#130)
Now we add an allowlist to allow some identifiers could be updated by globalThis.
For those values in the allowlist:
globalThis.foo = 'xx'; console.log(foo); //'xx'
-
refactor: isolate the globalThis in mts (#90)
After this commit, developers' mts code won't be able to access the globalThis
The following usage will NOT work
globalThis.foo = () =>{}; foo();//crash
-
refractor: improve some internal logic for element creating in MTS (#71)
-
Updated dependencies [
c617453
,2044571
,399a6d9
,7da7601
]:- @lynx-js/web-style-transformer@0.2.2
- @lynx-js/web-constants@0.7.1