Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonAI
/
gopherjs
Public
forked from
gopherjs/gopherjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
gopherjs
js
on
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2018
Move js package tests into tests package.
Show description for fcfa75a
dmitshur
committed
fcfa75a
View commit details
Copy full SHA for fcfa75a
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
compiler: support arbitrary value js struct tag values (#779)
Show description for e14987c
myitcv
authored and
dmitshur
committed
e14987c
View commit details
Copy full SHA for e14987c
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
compiler: Fix generated code for type switch with *js.Object case. (#683)
Show description for b40cd48
myitcv
authored and
dmitshur
committed
b40cd48
View commit details
Copy full SHA for b40cd48
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
js: Point to new location of Interface conversion details. (#623)
Show description for 69f530d
dmitshur
authored
69f530d
View commit details
Copy full SHA for 69f530d
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
fix externalization of empty typed arrays (fixes #597)
flimzy
authored and
neelance
committed
96e2b0e
View commit details
Copy full SHA for 96e2b0e
View code at this point
Browse repository at this point
Commits on May 22, 2016
less magic js.MakeFunc
neelance
committed
621f920
View commit details
Copy full SHA for 621f920
View code at this point
Browse repository at this point
Commits on May 21, 2016
fix js.MakeFunc for closed-over variables (fixes #463)
neelance
committed
d9e19eb
View commit details
Copy full SHA for d9e19eb
View code at this point
Browse repository at this point
Commits on May 3, 2016
fix methods on js.Error type (fixes #450)
neelance
committed
14b995d
View commit details
Copy full SHA for 14b995d
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
internalize JS wrappers to original Go value
neelance
committed
7441c73
View commit details
Copy full SHA for 7441c73
View code at this point
Browse repository at this point
Commits on Oct 18, 2015
improve doc of js.Error (#275)
neelance
committed
d881836
View commit details
Copy full SHA for d881836
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
support for UTF-8 surrogate pairs (fixes #319)
neelance
committed
c67fada
View commit details
Copy full SHA for c67fada
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Add failing test for internalization of Date into time.Time struct.
Show description for 6cc2b7b
dmitshur
committed
6cc2b7b
View commit details
Copy full SHA for 6cc2b7b
View code at this point
Browse repository at this point
Add TestInternalizeExternalizeNull.
Show description for f2a7f63
dmitshur
committed
f2a7f63
View commit details
Copy full SHA for f2a7f63
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
fixed docs for js package
neelance
committed
a01d103
View commit details
Copy full SHA for a01d103
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Fix $interfaceIsEqual general handling of two *js.Object.
Show description for 0bfcd10
dmitshur
committed
0bfcd10
View commit details
Copy full SHA for 0bfcd10
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Fix internalize case for undefined value.
Show description for bf81f38
dmitshur
committed
bf81f38
View commit details
Copy full SHA for bf81f38
View code at this point
Browse repository at this point
Fix interface equality for undefined (js.Undefined).
Show description for cb553f3
dmitshur
committed
cb553f3
View commit details
Copy full SHA for cb553f3
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
don't pass "this" directly to Go world in JS callbacks (fixes #203)
neelance
committed
3ce70c0
View commit details
Copy full SHA for 3ce70c0
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
reflection on fields with js tag (fixes #141)
neelance
committed
e8b22e3
View commit details
Copy full SHA for e8b22e3
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
improve documentation of js.MakeWrapped
neelance
committed
666909c
View commit details
Copy full SHA for 666909c
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
fixed js.MakeWrapper for potentially blocking functions (fixes #190)
neelance
committed
15c9ad6
View commit details
Copy full SHA for 15c9ad6
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
replaced js.This and js.Arguments by js.MakeFunc
neelance
committed
29dd054
View commit details
Copy full SHA for 29dd054
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
allow dereferencing of *js.Object
neelance
committed
6eba804
View commit details
Copy full SHA for 6eba804
View code at this point
Browse repository at this point
made field of js.Object unexported
neelance
committed
9936ee7
View commit details
Copy full SHA for 9936ee7
View code at this point
Browse repository at this point
fixed js.Error type
neelance
committed
1b0bc22
View commit details
Copy full SHA for 1b0bc22
View code at this point
Browse repository at this point
fixed js package docs
neelance
committed
5639662
View commit details
Copy full SHA for 5639662
View code at this point
Browse repository at this point
changed type of js.Object to struct
neelance
committed
0853187
View commit details
Copy full SHA for 0853187
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
correctly internalize/externalize "undefined" (fixes #178)
neelance
committed
79ddd0e
View commit details
Copy full SHA for 79ddd0e
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Revert "added js.Null"
Show description for 6ab3100
neelance
committed
6ab3100
View commit details
Copy full SHA for 6ab3100
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
added js.Null
neelance
committed
ea801ed
View commit details
Copy full SHA for ea801ed
View code at this point
Browse repository at this point
fixed js package doc
neelance
committed
22fdb07
View commit details
Copy full SHA for 22fdb07
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
improved js conversion table (#171)
neelance
committed
9827523
View commit details
Copy full SHA for 9827523
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
more consistent property naming
neelance
committed
fc017fa
View commit details
Copy full SHA for fc017fa
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
added js.NewArrayBuffer (#165)
neelance
committed
59323cd
View commit details
Copy full SHA for 59323cd
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
fixed internalization/externalization of js.MakeWrapper
neelance
committed
633c4d2
View commit details
Copy full SHA for 633c4d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.